#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*border-top-style:solid;
	border-top-color:#01446c;
	border-top-width:4px;
	/*border-width:4px;
	border-color:#01446c;
	
	border:4px solid black;
	color: #000000;
	padding:5px;*/
	padding-bottom:5px;
	padding-top:3px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
padding: 4px 0;
text-decoration: none;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #01446C;
	color: #FFFFFF;
	text-decoration: underline;
}
