#dropmenudiv {
position:absolute;
border:0px;
border-bottom-width: 0;
font-family:arial black;
font-family:tahoma;
font-size:10px;
text-decoration:none;
text-transform: uppercase;
font-weight: bold;
color:#FFFFFF;
z-index:100;
}

#dropmenudiv a {
width: 180px;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 1px 0;
font-family:Arial black;
font-family:tahoma;
font-size:10px;
text-decoration:none;
text-transform: uppercase;
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
}

#dropmenudiv a:hover{
background-color: #000000;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: none;
width: 120px;
height:35px;
}

