/* CSS Document */

/* START MENU CSS */

#main-links { 
  font-family: arial; 
  font-size: 12px; 
  color: #000000;
  font-weight: bold; 
}
  
#main-links a:link, 
#main-links a:visited { 
  color: #4e0f68; 
}

#main-links a:hover {
  color: #8eccf3;
}

/* Drop Down */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a:link, 
#dropmenudiv a:visited {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #4e0f68;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f79239;
}

/*====================*/
#tour-links { 
  font-family: arial; 
  font-size: 12px; 
  color: #000000;
  font-weight: bold; 
}
  
#tour-links a:link, 
#tour-links a:visited { 
  color: #ffffff; 
}

#tour-links a:hover {
  color: #8eccf3;
}
/* END MENU CSS */