/* 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 ***/
.leftnav, .leftnav * {
	list-style:none;
}
.leftnav {
	line-height:1em;
	float:left;
}

.leftnav ul {
	background:#162436;
	position:absolute;
	top:-999em;
	width:15em;
}

.leftnav li {
	float:left;
	position:relative;
	background:#263248 url(/images/grad1.gif) repeat-x top left;
	z-index:99;
}
.leftnav a {
	display:block;
	color: #fff;
	padding: 0.75em 1em;
	font-weight:bold;
	text-indent:0;
	text-decoration:none;
}

.leftnav ul li {
	width:15em;
}

.leftnav ul li a {
	font-size:0.8em;
	padding:0.5em 1em;
}

.leftnav li:hover ul, ul.leftnav li.sfHover ul {
	left:0px;
	top:2.5em;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/

.leftnav li:hover, .leftnav li.sfHover, .leftnav a:focus, .leftnav a:hover, .leftnav a:active {
	background:#3F73AF;
	color:#fff;
} 
.leftnav ul li:hover, .leftnav ul li.sfHover, .leftnav ul a:focus, .leftnav ul a:hover, .leftnav ul a:active {
	background:#4A88CE;
}
.leftnav li li {
	background:#3F73AF;
}