	#dropmenudiv{
	position:absolute;
	border:1px solid #330000;
	border-bottom-width: 0;
	color:#006699;
	font-size: 12.5px;
	font-family: Century Gothic, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #330000;
background-color: #99c7d5;
padding: 1px 0;
text-decoration: none;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #006699;
color: #ffffff;
}
