html, body{
scrollbar-face-color: #AF2362;
scrollbar-highlight-color: #A5215C;
scrollbar-3dlight-color: #A5215C;
scrollbar-darkshadow-color: #6D163E;
scrollbar-shadow-color: #A5215C;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #8E1D4F;
}
a
{
text-decoration: underline;
font-weight: bold;
color: #E88CB6;
}
a:hover
{
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
#dropmenudiv{
position:absolute;
border:1px solid #A94373;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A94373;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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