/* 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%;/*100%*/
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	text-transform:uppercase;
}
.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:0;/*.5em*/
	background: url(../images/greennavbkgd.gif) #5F8465 repeat-x;
	background-position: center;
	width: 801px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.nav li {
	border-right:1px solid #9fb5a2;
	width: 6em;
	text-indent: 0;
	margin: 0px;
}
.nav a {
	color: #fff;
	padding: .65em 0;/*.75em 0*/
	text-decoration:none;
	text-indent: 0;/*2em*/
}
.nav a:hover {
	color: #003300;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #003300;
}
.nav li li {
	background: #5F8465;
	border-bottom: 1px solid #9fb5a2;
	padding-left: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
.nav li li:hover,.nav li li a:hover {
    color: #003300;
    background: #e9fecb;
}
.nav li li li {
	background: #5F8465;
	border-bottom: 1px solid #9fb5a2;
	padding-left: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
.nav li li li:hover,.nav li li li a:hover {
    color: #003300;
    background: #e9fecb;
}


