/* 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 ul {
	position:absolute;
	top:-999em;
	/*width:9.45em;*/
	width: 150px;
}
.nav ul li,
.nav a {
	width: 100%; /* IE 6 needs hack*/
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	top: 33px; /*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:160px;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;/*
	margin-bottom:1.5em;*/
}
.nav li {
	/*width:9.45em;*/
}
.nav a {
	color: #65575e;
	/*padding: .75em 0;*/
	/*padding: 5px;*/
	text-decoration:none;
	background: url(../images/bg_trans.png) repeat;
	padding: 5px;
	font-weight: normal;
}
.nav li.root {	
	background: none;
	border: none;
	width: auto;
	/*width: auto;*/
}
.nav a.rootLink {
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}

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