﻿#nav_main_container 
{
	background: transparent url(Images/nav_header_bg1.gif) no-repeat;
	overflow: hidden;
	height: 32px;
	position: relative;
	
}

#nav_main
{
    height: 30px;
    list-style:none;
    padding-top: 10px;

}

#nav_main li
{
    margin: 13px 10px 13px 15px;
    padding-top: 20px;
    list-style:none;
    display: inline;
}

#nav_main a
{
    font-size: 1.10em;
	font-weight: bold;
	color: #292424;
}

#nav_main li.active a 
{
	font-weight: bold;
	color: White;
}

#tertiary_nav_container 
{
	background: #006ba6;
	height: 30px;
}

#tertiary_nav
{
	float: left;
	padding-top: 9px;
	margin-left: 15px;
}
		
#tertiary_nav li
{
	display: inline;
	font-size: 0.95em;
	margin-right: 10px;
}
	
#tertiary_nav a 
{
	font-weight: normal;
	color: white;
	padding-right: 12px;
}

#tertiary_nav li.active a 
{
	font-weight: bold;
}

#tertiary_nav li.active a:hover 
{
	text-decoration: none;
}
