ul#dropmenudiv{
position:absolute;
font:normal 11px Verdana;
z-index:100;
margin:4px 0 0 0;
padding:0;
list-style:none;
border:0;
width:100px;
}

ul#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
text-align:left;
border:0;
margin-bottom:2px;
padding:4px;
color: #FFF;
background: #000;
}

ul#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFF;
color: #000;
}

ul#dropmenudiv a:active{ /*active background color*/
background-color: #ffb900;
color: #000;
}

ul#dropmenudiv a:visited{ /*visited background color*/
color: #ccc;
}

ul#dropmenudiv a:visited:hover{ /*hover background color*/
color: #333;
background-color: #ccc;
}

ul#dropmenudiv a:visited:active{ /*active background color*/
background-color: #DFA303;
color: #333;
}
