.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	background: transparent;
	margin-top:-25px;
	
	float: left;
	line-height:1.2;
	margin-bottom:1.9em;
	position:relative;
	width:100%;
}
.nav ul {
	background:transparent; /*IE6 needs this*/
	float: left;
	position:relative;
	width:100%;
	z-index:5000;
	margin:0;
}
.nav li {
	background:transparent;
	float: left;
	list-style:none;
	z-index:989;
}
.nav li.current ul {
	z-index: 989;
}
.nav li.sfHover ul,
ul.nav li:hover ul {
	z-index: 990;
}
.nav li li {
	background:#3285B9;
}
.nav a,
.nav a:visited,
.nav a:hover,
.nav a:focus,
.nav a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	display:block;
	float: left;
	padding: 0.45em 1em 0.45em 1em;
	text-decoration:none;
	font-variant:small-caps;
}
.nav li ul {
	left:0;
	right:0;
	top:-999em;
	position:absolute;
	width:100%;
	background:#3285B9;
}
.nav li:hover,
.nav li.sfHover,
.nav li.current, 
.nav a:hover, .nav a:active {
	background:#3285B9;
}
.nav li.sfHover a,
.nav li.current a,
.nav a:focus, .nav a:hover, .nav a:active {
	border-bottom: none;
}
.nav li li.current a,
.nav li li.current a:hover,
.nav li li.current a:visited,
.nav li li.current a:active { text-decoration:underline}

.nav li li:hover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#9AAEDB;
}
.nav li:hover ul, /* pure CSS hover is removed below */
body .nav li.current ul, /* this must be more specific than the .superfish override below */
ul.nav li.sfHover ul {
	top:1.9em;
	width:100%;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
	width:100%;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	top:2.5em;
	width:100%;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
	width:100%;
}

#nav_wrap {	background:#3285B9; padding:0; margin:0; margin-bottom:1em;}
.dummy_link {cursor:default;}