/* 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;*/
}
.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:1.7em;/* 2.5em 1.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;
/*	background: #989c71 url("../graphics/site_look/top_nav/background_top_nav.gif") repeat-x;*/
	margin-bottom:0px;
	padding-bottom: 0px;
}
.nav li {
/*    background: url("../graphics/site_look/top_nav/background_top_nav.gif") repeat-x #989c71;*/
/*
	background:#BDD2FF;
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:9.45em;
*/
}
.nav a {
	color: #fff;
/*	padding: .75em 0;*/
	text-decoration:none;
	font-family: Myriad,Trebuchet,Verdana,Arial,"Sans Serif";
    font-size: 8pt !important;
	font-weight: normal;
/*	text-indent: 2em;*/
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#989c71;
}
.nav li li {
	width: 110px;
	background:#acb290;
	border-top:1px solid #fff;
	padding-left: 4px;
}
.nav li li li {
	background:#acb290;
}




