body{
font-family:Arial;
font-size:12px;
}

a{
color:#0B075E;
}

a:hover{
color:#0000FF;
}

#dropmenudiv{
width: 100%;
border-left:1px solid #CCCCCC; 
border-right:1px solid #CCCCCC; 
border-top:1px solid #CCCCCC; 
border-bottom:1px solid #CCCCCC; 
position:absolute;
/* line-height:18px; */
z-index:100; 
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:12px;
font-family:Arial;
white-space: nowrap;
}

#dropmenudiv a{
width: 100%;
border-bottom:1px solid #CCCCCC; 
display: block;
text-indent: 3px;
padding: 5px 5px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial;
color: 000000;
white-space: nowrap;
}

#dropmenudiv a:hover{ 
width: 100%;
border-bottom:1px solid #CCCCCC; 
display: block;
text-indent: 3px;
padding: 5px 5px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial;
color: 000000;
white-space: nowrap;

background-color: DDDDDD; /*hover background color*/
}