
#mainnav {
	padding: 			0px;
	margin: 			0px;
	border:				0px;
	background-color: 	#7C8AA4;
	width: 				547px;
	font-size: 			12px;
	display:			inline;
	vertical-align: 	bottom;
}

#menulist {
	background-color:	#424E66;
	padding: 			0px;
	border: 			0px;
	margin-top:			0px;
	margin-left:		10px;
	margin-right:		0px;
	margin-bottom:		0px;
	list-style-type: 	none;
	text-align:			center;
	display:			block;
}

#menulist .menuListItem {
	display:			block;
	float:				left;
	text-align:			center;
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	background-color: 	#424E66;
}

#menulist li a {
	background-color:	#424E66;
	width:				107px;
	border-top:			3px solid #424E66;
	border-left:		0px;
	border-right:		0px;
	border-bottom: 		5px solid #7C8AA4;;
	padding:			0px;
	margin:				0px;
	font-size:			1.5em;
	font-family:		"times new roman", times;
	color:				#CCCCCC;
	text-decoration:	none;
	display:			block;
	text-align:			center;
}

#menulist li a:hover {
	background-color: 	#647088;
	border-bottom: 		5px solid #CC0000;
}
