
.navheader  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.smallertxt {
font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	}
	
#navcontainer {
	width: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#navcontainer a
{
	display: block;
	padding: 2px;
	width: 116px;
	background-color: #FFD002;
	border-bottom: 12px solid #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer a:hover
{
background-color: #004080;
color: #FFFFFF;
}