
/***********************************************
* AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

#dropmenudiv{
position:absolute;
width:auto;
background-color:#FFFFFF;
border:1px solid #888888;
font:normal 12px tahoma;
line-height:18px;
/* z-index:1000;

 filter:alpha(opacity=55);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5; */
}

#dropmenudiv a{
font-family:Tahoma;
font-size:12px;
width: 100%;
display: block;
text-indent: 3px;

/* border-bottom: 1px solid black; */
padding: 1px 0;
text-decoration: none;
}


#dropmenudiv a:link{ /*hover background color*/
color:#444444;text-decoration: none;
}

#dropmenudiv a:visited{ /*hover background color*/
color:#444444;text-decoration: none;
}

#dropmenudiv a:active{ /*hover background color*/
color:#444444;text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#6f0068;text-decoration: none;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
/* width: 135px; */
width: auto;
background-color: #FFFFB9;
}

/***********************************************
* Thanks http://www.dynamicdrive.com/
***********************************************/