#dropmenudiv{
	position: absolute;
	margin-left: -20;
	margin-top: -2;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-left-color: #000099;
}

#dropmenudiv a{
	width: 145px;
	display:block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-decoration:none;
	text-align:center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(../headline_u.png);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	color:#000099;
	text-indent: 0px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0em;
	cursor: default;
}
