/* !Sub Navigation */

ul#navS {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
	background: transparent;	
}

ul#navS ul {
	display: block;
}

ul#navS li {
	display: inline;
	float: left;
	width: 100%;
	text-indent: 10px;
	background: #c12229;
}

div#content ul#navS li.subLevel {
	background: #ff6a70;
}
 
ul#navS ul li {
	display: inline;
	float: left;
	width: 100%;
	text-indent: 20px;
}

ul#navS a:link,
ul#navS a:visited,
ul#navS a:active {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 0 7px;
	font-variant: small-caps;	
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;	
	border-bottom: none;
	color: #fff;
}

ul#navS a:focus,
ul#navS a:hover {
	width: 164px;
	padding: 4px 0 4px;	
	text-indent: 7px;	
	background-color: #c12229;
	border: 3px solid #96cdf9;	
	color: #fff;	
}

ul#navS ul a:link,
ul#navS ul a:visited,
ul#navS ul a:active {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0 4px;
	font-variant: small-caps;	
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;	
	border-bottom: none;
	color: #fff;	
}

ul#navS ul a:focus,
ul#navS ul a:hover {
	width: 166px;
	padding: 2px 0 2px;	
	background-color: #ff6a70;
	border: 2px solid #96cdf9;	
	color: #fff;
}

ul#navS ul a:focus,
ul#navS ul a:hover {
	text-indent: 18px;
}

ul#navS ul.hidden {
	display: none;
}

ul#navS li.mainLevel:hover ul.hidden {
	display: block;
}