﻿
#dropmenudiv
{
position: absolute;
border-bottom-width:165px;
font:normal 13px Verdana;
border-bottom:thin #DBE1F0 solid;
border-left:thin #DBE1F0 solid;
border-right:thin #DBE1F0 solid;
line-height:20px;
z-index:20;
}

#dropmenudiv a{
width: 245px;
display: block;
padding: 10px 1px 0 5px;
text-decoration: none;
font-weight: normal;
background-color: #FFFFFF;
min-height:20px;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:  #EFEFEF;

}
