#dropmenudiv{
	position:absolute;
	/*border:1px solid black;*/
	/*border-bottom-width: 0;*/
	/*line-height:18px;*/
	z-index:100;
	font-family: "ms Sans Serif", "Microsoft Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a:link{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #0033FF;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
}

#dropmenudiv a:active{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #0033FF;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
}

#dropmenudiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #0033FF;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #66CCFF;
	color: #000000;
	/*font-weight: bold;*/
}
