﻿#menuContainer {
	border-width: 1px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	clear: both;
	background-color: #eeeeee;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.menu:link {
	color: #00007b;
	padding: 3px 18px 3px 18px;
	text-decoration: none;
	font-family: Arial;
}
a.menu:visited {
	padding: 3px 18px 3px 18px;
	color: #00007b;
	text-decoration: none;
}
a.menu:hover {
	padding: 3px 18px 3px 18px;
	color: #eeeeee;
	background: #00007b;
	text-decoration: none;
}
a.menu:active {
	padding: 3px 18px 3px 18px;
	color: #eeeeee;
	background: #00007b;
	text-decoration: none;
}

