.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	top: 0;
	left: 0;
	position:absolute;
}
.nav {
/*
	line-height:1.0;
	text-align: center;
*/
	width:100%;
	height: 16px;
	float:left;
}
.nav ul {
	position:absolute;
	top:-999em;
/*
	width: 12.4%;
	width:9.45em;
*/
}
.nav ul li {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	background:transparent;
	height: 100%;
	width: 11.5%;
	margin: 0;
	padding: 0;
	top: 0;
}
.nav li.therma {
width:18%;
}
.nav a {
	color: #13a;
	text-decoration:none;
	display:block;
	width: 100%;
	height: 100%;
	padding: 2px 0 0;	
/*
	height: 17px;
	padding: 2px 0 0;
	text-indent: 2em;
*/
}
.nav li:hover ul,
ul.nav li.sfHover ul {
/*
	left:-1px;
	top:2.5em;
*/
	top: 18px;
	width: 13em;
}
.ultherma, .ultherma li{
width: 15em!important;
text-align:center!important;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {

	left:9.45em;
/*
	top:-1px;
*/
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

.nav ul a {
	padding: 0;
}
.nav ul li:hover, .nav ul li.sfHover,
.nav ul a:focus, .nav ul a:hover, .nav ul a:active {
	
	background:#fff;
	
}


.nav li ul {
	border: 1px solid #773c35;
	border-bottom: none;
	left: -1px;
}
.nav li li {

	background:#fff0d9;
	border-bottom: 1px solid #773c35;
	height: 16px;
}
.nav li li li {
	background:#9AAEDB;
}