﻿/* Top navigation styles*/
.topNav{
	margin: 0 auto;
	padding: 0 4px;
	clear: both;
	width: 978px;	
	font-family: Arial;
	font-size: 95%;
}

/***** Feature Navigation ******/
.feature {
	margin: 0px;
	height: 306px;
	min-height: 306px;
	padding: 0px;
	float: left;
	background: black;
}
.featureArea{
	height: 264px;
	min-height: 264px;
}
.featureMessage {
	margin: 0px;
	height: 264px;
	top: 390px;
	min-height: 264px;
	width: 978px;
	position: absolute;
	background: #f0f0f0;
	display: none;
}
.featureMessage li {
	list-style: none;
	background: url(Images/Features/featureBullet.png) no-repeat;
	margin: 2px 0px 4px 10px;
	padding: 1px 0px 0px 14px;
}
.visible{
	margin: 0;
	height: 264px;
	min-height: 264px;
	width: 978px;
	position: absolute;
	display: block;
	top: 131px;
}
.featureMenu {
	margin: 0;
	padding: 0;
	display: block;
	background: url('Images/Features/menuBack.png') top left no-repeat;
	height: 42px;
	min-height: 42px;
	width: 978px;
	position: relative;
	z-index: 100;
}
.featureMenu > ul {
	margin: 0;
	padding: 0;
	font-size: 95%;
	list-style: none;
	font-family: Arial;	
}
.featureMenu ul > li {
	margin: 1px 0 0 0;
	padding: 0 13px 6px 10px;
	float: left;
	display: block;
	background: transparent url('Images/features/featureSep.png') top right no-repeat;	
	height: 41px;
	min-height: 41px;	
}

.featureMenu ul > li.last{
	background: none;
}

.featureMenu > ul > li > a, 
.featureMenu > ul > li > a:link, 
.featureMenu > ul > li > a:active, 
.featureMenu > ul > li > a:visited, 
.featureMenu > ul > li > a:hover {
	margin: 0;
	padding: 0 30px 0 18px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 41px;
	background: transparent url('Images/features/bulletback.gif') top right no-repeat;
}
.featureMenu > ul > li.selected{
	margin: 0;
	padding: 0 10px 6px 15px;
}

.featureMenu > ul > li.selected a{
	padding: 0 0 0 23px;
	color: #333333;
	display: block;
	background: transparent url('Images/Features/selectStart.png') repeat-x;	
}

.featureMenu ul > li.selected > a span{
	padding: 0 23px 0 0;
	display: block;
	background: transparent url('Images/features/selectend.png') top right no-repeat;
}


#feature1 {
	background: transparent url('Images/Features/featureBack6.jpg') no-repeat;
}
#feature2 {
	background: transparent url('Images/Features/featureBack7.jpg') no-repeat;
}
#feature3 {
	background: transparent url('Images/Features/featureBack3.jpg') no-repeat;
}
#feature4 {
	background: transparent url('Images/Features/featureBack1.jpg') no-repeat;
}
#feature5 {
	background: transparent url('Images/Features/featureBack8.jpg') no-repeat;
}