/* CSS Document */


#dropmenudiv{
position:absolute;
border: 1px dashed #004d7c;
border-bottom-width: 1px;
/*font-weight:bold;*/
font-family: Verdana;
text-align:left;
font-size: 12px;
/*line-height:18px;*/
z-index:100;
background-color:#ff0000;
opacity:0.9;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #004d7c;
padding: 5px 0;
text-align:left;
text-decoration: none;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #6dbbff;
border-style:dashed;
color:#691728;
text-align:left;
border-color:#004d7c;
border-width:0px 0px 1px 0px;;
}
