/* CSS Document */

#dropmenudiv{
position:absolute;
background-color:#333333; 
border:1px solid black;
border-bottom-width: 0;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
font-family:Verdana;
color:#ffffff;
width: 100%;
text-indent: 3px;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
font-family:Verdana;
color:#00ffff;

}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

