/* ===== TOP NAVIGATION LAYOUT ===== */

#navContainer {
	height: 42px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	background: url(images/nav.jpg) repeat-x top left;
	}
	
#subNav {
	clear: left;
	height: 20px;
	}
	
#nav {
	width: 700px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	}
	
#nav li {
	margin: 0 1px;
	padding: 0;
	display: inline;
	width: 100px;
	height: 17px;
	text-align: center;
	float: left;
	}
	
#nav li:hover, #nav li.hover {
	background: url(images/footer.jpg) repeat-x top left;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #8c8b8c;
	border-left: 1px solid #8c8b8c;
	margin: 0;
	}

#nav li ul {
	display: none;
	list-style: none;
	position: absolute;
	width: 700px;
	margin: 0;
	top: 17px;
	left: 0;
	}

#nav li:hover ul, #nav li.hover ul {
	display: block;
	z-index: 5000;
	}
	
#nav li ul li {
	height: 25px;
	width: 100px;
	text-align: center;
	display: block;
	}	

#nav li:hover ul li, #nav li.hover ul li {
	background: none;
	border:0;
	margin: 0;
	padding: 0;
	}

/* ===== TOP NAVIGATION LINKS ====== */

#nav li a {
	width: 100px;
	text-align: center;
	height: 17px;
	display: block;
	color: #ffffff;
	line-height: 17px;
	}
	
#nav li a:hover, #nav li:hover a {
	padding: 0;
	color: #ffffff;
	}

#nav ul a, #nav li:hover ul a,  #nav li.hover ul a {
	background: none;
	border: 0;
	height: 25px;
	line-height: 25px;
	color: #8c8b8c;
	padding: 0 1px;
	vertical-align: bottom;
}

#nav ul li a:hover, #nav ul li a.hover {
	background: none;
	color: #3d3d3d;
	padding: 0;
	border-bottom: 1px solid #990000;
}

/* ===== NAVIGATION TABS ===== */

#tabs {
	width: 680px;
	margin: 2px 10px 0 10px;
}

ul#tabNav {
	list-style: none;
	vertical-align: bottom;
}

ul#tabNav li{
	float: left;
	text-align: center;
	vertical-align: bottom;
}
	
ul#tabNav a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #5d5d5d;
	line-height: 20px;
	height: 20px;
	width: 130px;
	margin-top: 4px;
}

ul#tabNav a:hover, ul#tabNav a.on {
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0;
	height: 24px;
	line-height: 20px;
}

ul#tabNav a.off {
	color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
}
/* ===== END NAVIGATION TABS ===== */