.nav, .nav * {
	margin: 0;
	padding: 0;
}
.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.nav ul {
	background: #fff; /*IE6 needs this*/
	width: 188px;
	font-weight: bold;
}
.nav li {
	float: left;
	list-style: none;
	position: relative;
	width: 188px;
	z-index: 999;
	font-weight: bold;
}
.nav a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 188px;
	height: 32px;
	text-decoration: none;
	background: url("../images/menubut.gif") no-repeat;
	text-transform: uppercase;
	color: #00457c;
	line-height: 32px;
	letter-spacing: -1px;
}
.nav li ul {
	top: -999em;
	position: absolute;
	width: 188px;
	font-size: 12px;
	font-weight: bold;
}
.nav span {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	font-size: 12px;
	font-weight: bold;
}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background-position: -188px;
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left: 188px;
	top: 0px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top: -999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left: 188px;
	top: 0px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top: -999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left: 188px;
	top: 0px;
}
/*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,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background: #AABDE6;
	width: 188px;
}
.nav li li li {
	background: #9AAEDB;
}
.nav li li a {
	padding-right: 0;
	width: 188px;
}
