/* NAVIGATION TABS - CSS Document */


/* ORANGE nav tabs */

.nav {
	background: #ffffff;
	text-align: center;
	border-bottom: 3px #f26c00 solid;
	font-size:16px;
	width:910px;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav li {
	float: left;
	margin: 0 1px 0 0;
}

.nav a {
	display: block;
	width: 230px;
	text-decoration: none;
	text-align: center;
	height: 24px;
	line-height: 27px;
	background: #8e9090 url(../images/navback.gif) 0 0 repeat-x;
	color: #fff!important;
	text-transform:uppercase;
	letter-spacing: -0.3pt;
}

.nav .current a {
	background: #ef6c01 url(../images/navbackh.gif) 0 0 repeat-x;
	color: #000!important;
}

.nav a:hover {
	color: #000!important;
}


/* END ORANGE nav tabs */
