#menu4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu4 li {
	float: left;
}

#menu4 a {
	color:#093983;
	font: normal 8pt arial;
	display: block;
	float: left;
	text-align: center;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
}

#menu4 a:hover {
	background-color: #7bd1f1;
	text-decoration: none;
	height: 16px
}

#menu4 li.highlight a {
	background-color: #7bd1f1;
	font-style: italic;
	font-weight:bold;
	height: 16px
} 