/* 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:36px;
	/*width:150px;*/
	width:112px;
	font:normal 12px arial !important;
}
.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:10px;
	border-top:1px solid #7f6092;
	border-bottom:1px solid #7f6092;
	width:100%;
}
.nav li {
	/*background:#3BA5D0;*/
	/*width:150px;*/
	width:100px;
	text-align:center;
}
.nav a {
	color: #FFFFFF;
	font:bold 14px Arial;
	padding: .75em 0;
	text-decoration:none;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	/*background:#17547E;*/
	text-decoration:underline;
}
.nav li li {
	background:#7F6092;
}

.nav li li a {
font:bold 12px arial;
}
.nav li li:hover, .nav li li a:hover {
	background:#241B40 !important;
}

.nav li li li {
	background:#241B40;
}