/* 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;
	position: absolute
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
	z-index:99;
}
.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:.85em;
	_top:.9em;
	*top:.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:7.45em;
	top:10px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav li {
	background-image: url(/images/navbg1.jpg);
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:8.15em;
	text-align:center;
	background-position: right;
}

.nav li.hasChildren{
	background-image: url(/images/navbg1a.jpg);	
	
	background-position: right;
}

.hasChildren{

}
.nav a {
	color: #666666;
	padding: 3px 0 3px 0px;
	text-decoration:none;
	text-indent: 5px;
	font-size: 9px; 
	font-weight: bold;
	font-family: tahoma;
	
}
.nav a span{
	color: #666666;
	text-decoration:none;
	font-size: 9px; 
	font-weight: bold;
	font-family: tahoma;
	
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background-image: url(/images/navbg2.jpg);
	background-position: right; 
}



.nav li.hasChildren:hover, .nav li.sfHover.hasChildren,
.nav a.hasChildren:focus, .nav a.hasChildren:hover, .nav a.hasChildren:active {
	background-image: url(/images/navbg2a.jpg);
	background-position: right;
}

.nav li li {
	background-image: url(/images/navbg1.jpg);
}
.nav li li li {
	background-image: url(/images/navbg1.jpg);
}

.nav li li  .hasChildren {
	background-image: url(/images/navbg1a.jpg);
	background-position: right;
}
.nav li li li  .hasChildren {
	background-image: url(/images/navbg1a.jpg);
}


