.menu {
	font-size: 16px;
	position: relative;
	top: 100px;
	width: 743px;
	height: 27px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;	
	margin: 0px;
	padding: 0px;
	
}
	
.menu ul {
	position: absolute;
	width: 740px;
	
	margin: 0;
	padding-left: 2px;
}
	
.menu li {
	text-align: center;
	float: left;
	list-style-type: none;
	width: 183px;
	background-color: #006699;
	margin-top: 2px;
	margin-right: 1px; 
}
	
.menu a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
}
	
.menu a:hover {
    background-color: #009999;
	color: #FFFFFF;
}
