.dropmenudiv
{
position:absolute;
top: 0;
margin-top: 6px;
padding-left: 10px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #F3F3F3;
width: 200px;
visibility: hidden;
}

.dropmenudiv a
{
width: 100%;
display: block;
text-indent: 20px;
border-top: 1px solid #FFF; /*Theme Change here*/
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
font-size: 11px; 
text-decoration: none;
color: #800080;
background: #F3F3F3 url('images/list_bullet.gif') center left no-repeat;
font-weight: bold;
}

.dropmenudiv a:hover
{ /*Theme Change here*/
color: #5ea3ca;
}
