/*
TOP NAVIGATION STYLES FOR FEATURES
*/
.tnavFeature #active {
	border-left: 1px solid #4A87BE;
}
.tnavFeature ul {
	background: #15509E;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 0;
	margin-left: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.tnavFeature ul li {
	display: inline;
	padding: 5px 0;
}
.tnavFeature ul li a {
	border-right: 1px solid #4A87BE;
	color: #FFFFFF;
	padding: 5px 20px;
	text-decoration: none;
}
.tnavFeature ul li a.noBorder {
	border: none;
}
.tnavFeature ul li a:hover {
	background: #FFF500;
	color: #000000;
}
/*
TNAV FEATURES STYLES
*/
.tnavFeaturesBox {
	border-top: 1px solid #16213b;
	background: #2f67b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f67b4 0%, #16213b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f67b4), color-stop(100%,#16213b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f67b4 0%,#16213b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f67b4 0%,#16213b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f67b4 0%,#16213b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f67b4 0%,#16213b 100%); /* W3C */
	overflow: hidden;
	width: 994px;
}
#tnavFeatures {
	font-size: 12px;
	padding:0;
	margin:0 auto;
	list-style-type:none;
	float:left;
	position:relative;
	left:50%;
	text-align: center;
}
#tnavFeatures li {
	float:left; position:relative; right:50%;
}
#tnavFeatures a {
	width:auto;
	display:block;
	padding:4px 13px;
	color:#fff;
	text-decoration:none;
}
#tnavFeatures a:hover {
	background:#d6ddec;
	color:#000;
}
/*
MISC STYLES
*/
.alt {
	display: none;
}

