/* 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;
	font-family:"Lucida Grande",Geneva,Verdana,Trebuchet MS,arial,helvetica,clean,sans-serif;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:15em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
background-image:none;
	float:left;
	position:relative;
	z-index:99;

}
.nav a {
	display:block;
	color:#e1f5a6;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0px;
	top:2.9em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:15.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav li {
	/*background:#BDD2FF;
	border-left:1px solid #fff;*/
	border-top:1px solid transparent;
	width:17em;
	font-weight:bold;
}
.nav li ul {border:1px solid #cccccc;} 
.nav li li{
	background:#AABDE6;
	border-bottom:1px solid #cccccc;
	width:15em;
		font-weight:normal;
}

.nav li a:visited,	.nav li a:link {
	color:#e1f5a6;
	padding: .75em 0;
	text-decoration:none;
	text-indent: 2em;
}
.nav li li a:visited, .nav li li a:link  {
	color:#455f6a;
	padding: .25em 0;
	text-decoration:none;
	text-indent: 1em;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:transparent;
	
}
.nav li li:hover, .nav li li.sfHover,
.nav li  li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#fff;
	
}
.nav li li {
	background:#fff;
	
}
.nav li li li {
	background:#fff;
}



