/* CSS Document */


#dropmenudiv{
position:absolute;
border: 1px dotted #000000;
border-bottom-width: 1px;
/*font-weight:bold;*/
font-family: Verdana;
text-align:left;
font-size: 11px;
/*line-height:18px;*/
z-index:100;
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#000000;
opacity:0.9;
color:#ffffff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
/*border-bottom: 1px solid #ffc21f;*/
padding: 4px 0;
text-align:left;
text-decoration: none;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/

background-image:url(../images/menubg_h.jpg);
background-repeat:repeat-y;
background-color: #A20012;
border-style:dashed;
color:#FFDBDB;
text-align:left;
border-color:#646060;
border-width:0px 0px 1px 0px;;
}
