@charset "utf-8";
/* CSS Document */
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 13px Trebuchet MS;
z-index:100;
color:#ED3696;
width:600px;
padding:5px;
margin-left:130px;
margin-top:-55px;
}

#dropmenudiv a{
width: 100%;
display: block;
color:#ED3696;
text-indent: 0px;
padding: 1px 0;
text-decoration: none;
border-bottom: 1px solid #333333;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color:#fff; color:#666666;}