/* 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:9.45em;
	width: 15em;
	border-bottom: 1px solid #000;
}
.nav ul li,
.nav ul li a {
	width: 96% !important;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav ul li a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:3.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;
	left: 15em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	font-size: 85%;
	/*margin-bottom:1.5em;*/
}
.nav ul li {
	background:#fff;
	border: 1px solid #000;
	border-width: 0 1px;
	width:15em;
}

.nav ul a {
	color: #000;
	padding: .5em 2%;
	text-decoration:none;
	font-weight: normal;
	/*width: 8.95em;
	width: 14.5em;*/
	/*text-indent: 2em;*/
}

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



