/* MAIN NAVIGATION */

.nav_container {
	height:35px;
	background:url(../img/nav/nav_bg.jpg) repeat-x;
}

ul#nav {
	list-style-type:none;
	width:990px;
	height:35px;
	margin:0;
	padding:0;
}

li#nav {
	position: relative;
	float:left;
	border-right:1px solid #ffffff;
	width: 99px;
	height: 35px;
	font-size:13px;
	text-transform:uppercase;
}

ul#nav a {
	display: block;
	margin:11px 0 0 0;
	width: 99px;
	height: 24px;
	text-align:center;
	text-decoration: none;
	color:#111111;
}

li#nav a:hover {
	color:#666666;
}

li#nav.active {
	background:url(../img/nav/nav_active.jpg);
}

li#nav a.active {
	color:#00aeef;
}

/* SUB NAVIGATION */

.sub_nav_container {
	height:26px;
	background:#333333;
}

ul#sub_nav {
	list-style-type:none;
	width:990px;
	height:26px;
	margin:0;
	padding:0;
}

li#sub_nav {
	position: relative;
	float:left;
	width: 100px;
	height: 26px;
	font-size:9px;
	text-transform:uppercase;
}

ul#sub_nav a {
	display: block;
	margin:7px 0 0 0;
	width: 99px;
	height: 19px;
	text-align:center;
	text-decoration: none;
	color:#ffffff;
}

li#sub_nav a:hover {
	color:#999999;
}

li#sub_nav.active {
	background:url(../img/nav/sub_nav.jpg) no-repeat bottom center;
}
