/* 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:167px;
}
.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:25px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:150px;
	top:-1px;
}
ul.nav{width:100%;background:#89AA27;}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	color:#fff;
	text-align:center;
}
.nav li {
	background:#89AA27;
	border-left:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
	width:33%;
}
.nav a {
	color: #01244C;
	text-decoration:none; width:100%; height:100%;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#a9cA47;
	text-decoration:none;
}
.nav li li {
	background:#ccc;
	border-top:1px solid #01244C;
	border-bottom:none;
	padding:3px 5px;
	font-size:10px;
	text-align:right;
	color:#01244C;
}
.nav li li li {
	background:#9AAEDB;
}




