#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
line-height:150%;
z-index:100; 
padding-left:5px; 
padding-right:5px

border-left:1px solid #000000; 
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid #000000; 
width: 100%; 
font-size:11pt; 
text-align:left
}

#dropmenudiv a{
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E0E0E0;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.menutable {
background-color: #FFFFFF;
color: #000080;
width: 180px;
font-weight: bold;
}

.menutable a{
width: 180px;
text-decoration: none;
}

.menutable a:hover{
color: #FF0000
}