
.menu-text{margin:0; padding:0;}

#dropmenudiv{
position:absolute;
border:1px solid #333333;
font:bold 10px tahoma, Arial, "Century Gothic";
line-height:22px; background:#ffffff;
z-index:100;
margin-top:0px;
}

#dropmenudiv a{
width: 100%;
display: block; background:#e4e4e4;
text-indent: 7px;
border: 1px solid #ffffff;
padding: 2px 0; font:bold 10px tahoma, Arial, "Century Gothic";
text-decoration: none;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
color:#000000;
}
