@charset "UTF-8";
/* CSS Document */



#dropmenudiv{
position:absolute;
border-bottom:1px solid #000000;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:500;
background-color:#E7E7E7;
padding:2px;
margin:2px;
}


#dropmenudiv a{
display: block;
text-indent: 0px;
border-bottom:1px solid #CDCDCD;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#4E4E4E;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: white;*/
border-bottom: 1px solid #CDCDCD;
color:#333333;
background-color:#FFFFFF;

}
