#navcontainer { width: 199px; display: inline-block; position: relative; margin: 0 auto; padding: 0; }

#navcontainer ul
{ padding-left: 0; list-style-type: none; text-align: center; margin-top: 0; margin-right: auto; margin-left: auto; }

#navcontainer a
{
display: block;
width: 199px;
border-bottom: 1px dotted #699494;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

#navcontainer a:link, #navlist a:visited
{
color: #003060;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fff;
color: #000;
}
#home #nav-home a,
#one #nav-one a,
#two #nav-two a,
#three #nav-three a,
#four #nav-four a,
#five #nav-five a,
#six #nav-six a,
#seven #nav-seven a,
#eight #nav-eight a,
#nine #nav-nine a,
#ten #nav-ten a,
#map #nav-map a,
#eleven #nav-eleven a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#home #nav-home a:hover,
#one #nav-one a:hover,
#two #nav-two a:hover,
#three #nav-three a:hover,
#four #nav-four a:hover,
#five #nav-five a:hover,
#six #nav-six a:hover,
#seven #nav-seven a:hover,
#eight #nav-eight a:hover,
#nine #nav-nine a:hover,
#ten #nav-ten a:hover,
#map #nav-map a:hover,
#eleven #nav-eleven a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}
