#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font: bold 10px Tahoma;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color: #666600;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999933;
color: white;
}

.menuOFF
{
	font: bold 12px Tahoma;
	color: White;
	background-color: #666600;
	line-height:18px;
	padding: 4px;
	text-decoration: none;
}

.menuON
{
	font: bold 12px Tahoma;
	color: White;
	background-color: #999933;
	line-height:18px;
	padding: 4px;
	text-decoration: none;
}