/* 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;
	height: 10px;
	list-style:none;
	
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	margin-left: 1px;
}

.nav li {
	height: 30px;
	float:left;
	position:relative;
	z-index:99;
	background-color: #fff;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px; 
	 top:2.3em;
	
}
.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:1.5em;
}

.nav a {
	color: #13a;
	padding: .75em 0;
	text-decoration:none;
	/*text-indent: 2em;*/
} 


