#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font: normal 11px Verdana;

margin-bottom: 2px;	
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 40%;
display: block;
text-align: center;
border: #606060 1px solid;
background-color: #BDBDBD;
padding: 1px 0;
text-decoration: none;
margin-bottom: 1px;
font-weight: normal;
color: #191919;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5B5B5B;
color: #F7941C;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
