#menu {
	width: 950px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	height: 18px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu a {
	text-align: right;
	font-size: 11pt;
	color: #003366;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #003366;
}


#menu a:hover {
	background-color: #003366;
	text-decoration: none;
	color: #FFFFFF;
}
