﻿
#dropmenudiv
{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100px;
display: block;
border-bottom: 1px solid white;
padding: 2px 5px 0 10px;
text-decoration: none;
font-weight: bold;
background-color: #5dade8;
min-height:20px;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #1489dd;
}