/* 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.5;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:15em;
	background: #FFF; /* luke */
	z-index: 100000
}
.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:30px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:186px;
	top: 2px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}





/*** ORIGINAL SKIN ***/
.nav {
	position: absolute;
	z-index: 100000;
	margin-bottom:0;
}
.nav li {
	border-left:0px solid #98002e;
	border-right:0px solid #98002e;
	width: 120px;
	margin-left: 10px;
	text-align: center;
}

.nav a,
.nav a:visited {
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 5px 0px;
	text-decoration:none;
}

.nav ul a,
.nav ul a:visited {
	text-indent: 1em;
	font-size: 13px;
}


.nav li:hover,
.nav li.sfHover {
	width: 118px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background:#98002e url('/images/nav_hover_bg.png') repeat-x;
}

.nav li:hover li,
.nav li.sfHover li {
	width: 100%;
}

.nav a:focus, 
.nav a:hover, 
.nav a:active {
	color: #FFF;
	background:#98002e url('/images/nav_hover_bg.png') repeat-x;
}

.nav ul li {
	margin-left: 0px;
}

.nav ul li:hover, 
.nav ul li.sfHover {
	background:#99002e;
	border-right: 0px;
	border-left: 0px;
	margin-left: 0px;
	width: inherit;
}

.nav ul li a:focus, 
.nav ul li a:hover, 
.nav ul li a:active {
	background: #99002e;
	border-right: 0px;
	border-left: 0px;
}


.nav ul, 
.nav ul li.sfHover ul {
	border-left: 3px solid #98002e;
	border-bottom: 3px solid #98002e;
	border-right: 3px solid #98002e;
	border-top: 3px solid #98002e;
	background: #FFF url(/images/submenu_bg.gif) repeat-y;
	width: 180px;
}

.nav ul a, 
.nav ul a:visited, 
.nav ul li.sfHover ul a,
.nav ul li.sfHover ul a:visited {
	color: #000;
	font-weight: bold;
}

.nav ul a:hover, 
.nav ul a:focus, 
.nav ul a:active, 
.nav ul li.sfHover a, 
.nav ul ul li a:hover, 
.nav ul ul li a:focus, 
.nav ul ul li a:active {
	color: #FFF;
	font-weight: bold;
}

.nav li li {
	border: 0px;
	width: 180px;
	text-align: left;
}
.nav li li li {
	/* background:#9AAEDB */;
}



