/* CSS Document */
#dropmenudiv{
position:absolute;
border-top-width: 1px solid #5a3f4b;
/*border-bottom-color:#ffffff;*/
font: 14px Arial #feb7d6;
text-transform:none;
line-height:24px;
width:150px;
z-index:100;
}



#dropmenudiv a{
display: block;
text-transform:none;

border-top: 1px solid #5a3f4b;
background-color: #e84f90;
text-decoration: none;
color:#feb7d6;
padding-left:10px;
width:150px;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5a3f4b;
text-decoration:none;
padding-left:10px;
width:150px;
border:1px solid #0000;
}


