/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width: 97px;
}
.nav ul li,
.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:2.5em;

}
.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;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:0;
	padding-top:1px;
	
}

.nav li {
	background:#fff;
	width: 95px;
	border-right:1px solid #dde4e6;	
}
.nav a {
	color: #666666;	
	font-weight: bold;
	background-image: url( "../images/nav_bg.gif" );
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0;
	text-align: left;
	text-decoration:none;
}

.nav a {
	margin-bottom:0;
	margin-top: -1px;
	padding-bottom:11px;
	padding-top:10px;

}


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

.nav a:hover{
	background-color: #f68b1e;
	background-image: url( "../images/nav_bg2.gif" );
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}


.nav li li {
	background-color: #fbecc2;
	border-right: 0;

}


.nav li li a{
	font-weight: normal;	
	background-image: url( "../images/subnav_bg.gif" );
	background-repeat: repeat-x;
	background-position: bottom left;
}

.nav li li a:hover{
	font-weight: normal;
}



.nav li li li {
	background:#fff;
}

.nav li.last{
	border-right: 0;
	width: 106px;
}

.navcontent{
	padding-left: 5px;
}




