/* 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 {
	text-transform:uppercase;
	line-height:38px;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}

/* STOP LOOSING THIS LINE */
.nav li:hover ul,
ul.nav li.sfHover ul {
	width: 145px;
	border: 1px solid #848484;
	line-height:20px;
	left:-7px;
	top:38px;
}
.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:1.5em;
	margin: auto;
	margin-left: 9px;

}
.nav li {
/*	background:#BDD2FF; 
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:9.45em;*/
	padding-left: 6px;
	padding-right: 18px;
	background:url(images/nav_divider.gif) right no-repeat;
}
.
.lastLink {
	background: #0000FF;
}
.nav a {
	color: #39458f;
	/*
	padding: .75em 0; */
	text-decoration:none;
	/* text-indent: 2em; */
}
.nav .navCurrent a {
	color: #f00;
}
.nav .navCurrent a:link, .nav .navCurrent a:visited {
	color: #f00;
}
.nav .navCurrent li a, .nav .navCurrent li a:link, .nav .navCurrent li a:visited {
	color: #39458f;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #FF0000;
}

/* ANOTHER ONE NOT TO LOOSE */
.nav li li {
	width: 141px;
	background:#ececec;
	padding: 0px;
	text-align:left;
	padding-left: 4px;
	border-bottom: 1px solid #fff;
}
.nav li li:hover {
	background: #fff;
}
.nav li li a:hover {
	color: #39458f;
}

.nav li li ul {
	z-index:100;
	margin-left: 41px;
}

.nav li li li ul {
	z-index:101;
	margin-top: 20px;
	margin-left: -75px;
}



.onSubLink a:link, .onSubLink a:visited {
	font-weight: bold;
}

.currentPage, a.currentPage {
	background:#fff;
	font-weight:bold;
	text-decoration:underline;
}

