
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.5;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:15em;
	background: #FFF;
	z-index: 100000;
}

.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:30px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:186px;
	top: -3px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}





/*** ORIGINAL SKIN ***/
.nav {
	position: absolute;
	z-index: 100000;
	margin-bottom:0;
}

.nav li {
	width: 125px;
	height: 30px;
	margin-left: 10px;
	text-align: center;
	background: url(/images/nav_tab.png) no-repeat top left;
}

.nav a,
.nav a:visited {
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 4px 0px;
	text-decoration:none;
	text-transform: uppercase;
}

.nav ul a,
.nav ul a:visited {
	font-size: 13px;
	text-transform: none;
}

.nav li:hover,
.nav li.sfHover {
	/* width: 108px; */
	background-position: 0px -30px;
}

.nav li:hover li,
.nav li.sfHover li {
	/* width: 100%; */
}

.nav a:focus, 
.nav a:hover, 
.nav a:active,
.nav li.sfHover a, 
.nav li.sfHover a:visited {
	color: #000;
}

.nav ul li {
	margin-left: 0px;
	background: none;
}

.nav ul li:hover, 
.nav ul li.sfHover {
	background:#eeb31d;
}

.nav ul li a:focus, 
.nav ul li a:hover, 
.nav ul li a:active {
	background: #eeb31d;
	border-right: 0px;
	border-left: 0px;
}


.nav ul, 
.nav ul li.sfHover ul {
	border-left: 3px solid #eeb31d;
	border-bottom: 3px solid #eeb31d;
	border-right: 3px solid #eeb31d;
	border-top: 3px solid #eeb31d;
	background: #FFF url(/images/submenu_bg.gif) repeat-y;
	width: 180px;
}

.nav ul a, 
.nav ul a:visited, 
.nav ul li.sfHover ul a,
.nav ul li.sfHover ul a:visited {
	color: #000;
	font-weight: bold;
	text-indent: 10px;
}

.nav li li {
	border: 0px;
	width: 180px;
	text-align: left;
}
.nav li li li {
	/* background:#9AAEDB */;
}



