/* CSS Document */

#dropmenudiv{
position:absolute;
border:0px solid black;
background-color: #cccc9c;
color: white;
border-bottom-width: 0;
font:bold 11px arial;
font-weight: bold;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color: #cccc9c;
color: white;
font-weight: bold;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
text-align:center;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666633;
}
