#navcontainer
{
	width: 740px;
	margin: 0px 0px 0 20px;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#navcontainer ul li {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
}

#navcontainer ul li a
{
	text-decoration: none;
	background: url(../images/2007_nav_off.gif) no-repeat center bottom;
	float: left;
	height: 23px;
	padding: 4px 0px 0px;
	width: 125px;
	w\idth: 125px;
	color: #2D3776;
}

#navcontainer ul li a:hover
{
	background: url(../images/2007_nav_on.gif) no-repeat center bottom;
	color: #FFFFFF;
	font-weight: bold;
}	
#navcontainer ul li a#current
{
	background: url(../images/2007_nav_on.gif) no-repeat center bottom;
	color: #FFFFFF;
	font-weight: bold;
}

/* 
The 2nd level navigation background - About Us Page
 */
 
#SubNav {
	background-image: url(../images/2007_sub_nav.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 27px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

#SubNav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
}

#SubNav ul li {
	float: left;
	font-weight: bold;
}

#SubNav ul li a
{
	text-decoration: underline;
	float: left;
	height: 27px;
	color: #ffffff;
	width: 110px;
	margin-left: 30px;
}

#SubNav a:hover {
	background-image: url(../images/2007_sub_nav_on.gif);
	color: #E82F35;
	background-repeat: no-repeat;
	text-decoration: none;
}

#SubNav a#current
{
	background: url(../images/2007_sub_nav_on.gif) no-repeat left bottom;
	color: #E82F35;
	font-weight: bold;
	text-decoration: none;
}



