

#dropmenudiv{
position:absolute;
background-color: #6699cc;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3399cc;
}

#dropmenudiv a:link{
color: white;
}

#dropmenudiv a:visited{
color: white;
}

#dropmenudiv a:hover{
color: orange;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

a:link { color: red; text-decoration: none }
a:active { color: orange; text-decoration: none }
a:visited { color: red; text-decoration: none }
a:hover { color: orange; text-decoration: underline }

div.links a {
color: white;
}

div.links a:visited {
color: white;
}

div.links a:hover {
color: orange;
}


