/* CSS Document */


#dropmenudiv
{
	position: absolute;
	border: 1px solid #cccccc;
	border-bottom-width: 0;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000066;
	background-color: #FFCC00;
	line-height:16px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #000066;
	padding: 1px 0;
	background-color: #FFCC00;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000066;
}

#dropmenudiv a:hover
{ /*hover text color*/
	color: #000066;
	background-color: #F9E780;
}


