﻿/***** Feature Navigation ******/
*html .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;
}
*html .featureMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial;	
	font-size: 95%;
}
*html .featureMenu li {
	margin: 1px 0 0 0;
	padding: 0 13px 0 15px;
	float: left;
	display: block;
	background: url('Images/features/featureSep.png') top right no-repeat;
	height: 41px;
	min-height: 41px;
}

*html .featureMenu li.last{
	background: none;
}

*html .featureMenu a{
	margin: 0;
	padding: 12px 30px 0 14px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 29px;
	min-height: 29px;	
	float:left;
	background: url('Images/features/bulletback.gif') top right no-repeat;
}

*html .featureMenu li.selected{
	margin: 0;
	padding: 0 13px 0 15px;
}

*html .featureMenu li.selected a{
	padding: 0 0 0 18px;
	color: #333333;
	display: block;
	height: 41px;
	min-height: 41px;
	float: left;
	background: url('Images/Features/selectStart.png') repeat-x;	
}

*html .featureMenu li.selected a span{
	padding: 12px 23px 0 0;
	display: block;
	background: url('Images/features/selectend.png') top right no-repeat;
	height: 29px;
	min-height: 29px;
	float: left;
	cursor: pointer;
}







