/* 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 {

}
.nav ul {
	position:absolute;
	top:-999em;
	width: auto;
	background: #FFF;
}

.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: -2px;
	top: 33px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left: 200px;
	top: 0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}





/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:0;
}

.nav li {
	border-left: 0px solid #98002e;
	border-right: 0px solid #98002e;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	text-align: center;
	text-transform: uppercase;
}

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

.nav ul a,
.nav ul a:visited {
	text-indent: 5px;
	font-size: 13px;
	padding: 4px 0px;
}


.nav li:hover,
.nav li.sfHover {
	padding-right: 8px;
	padding-left: 8px;
	width: auto;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top: 0px solid #FFF;
	margin-top: 0px;
	background: #98002e url('/images/nav_hover_bg.png') repeat-x;
}

.nav li:hover li,
.nav li.sfHover li {
	width: auto;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

.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;
	text-transform: none;
}

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

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


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

.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: #000;
	font-weight: bold;
}

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




