/* 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;
	padding-left: 5px;
	width: 100%;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:12em;
}
.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:1.5em; */


}
.nav li {

	font-family:Verdana;
	font-size:15px;
	font-color:#fff;
	font-weight:normal;	
	border-left:0px solid #000;
	border-right:0px solid #000;
	background-image:url(/web/images/button-active-bg.jpg); 
	background-repeat:repeat;
	padding-left: 10px;
	width:9.45em;
}


.nav a  {
	color: #ffffff;
	padding: .75em 0;
	text-decoration:none;
	/*text-indent: 2em; */
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#333;

}
.nav li li {
	background:#000;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	font-family:Verdana;
	font-size:13px;
	font-color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.nav li li li {
	background:#000;

}



