﻿#dropmenudiv{
position:absolute;
border-left: 1px solid #BDBDBD;
border-right: 1px solid #BDBDBD;
border-bottom-width: 0;
font:normal 11px tahoma, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}


#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BDBDBD;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
COLOR:#115266;
}
#dropmenudiv a:hover{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BDBDBD;
padding: 1px 0;
text-decoration: none;
font-weight: normal ;
COLOR:#014256;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #e6e6e6;
}
