#headerNav {
	position: absolute; display: block;
	zwidth: 710px; height: 20px;
	left: 245px; top: 116px;
	background: transparent;
	font: bold 9px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	}
	
#footerNav {
	display: block;
	width: auto;
	height: 14px;
	position: absolute;
	top: 90px;
	left: 180px !important;
	background: transparent;
	font: bold 9px/13px Tahoma, Arial, Helvetica, sans-serif;
	color: white;
	text-transform: capitalize;
	}				

body.twoCol #footerNav {
	left: 128px;
	}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	}

.nav {
  position: relative;
}

.nav ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: -999em;
	left: -1px;
	width: 100px;
	}

.nav li {
  border-left: 1px solid #fff;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li.last {
	border-right: 1px solid #fff;
	}

.nav li a:hover {
	zbackground: #000 !important;
	zcolor: #fff;	
	}

#headerNav .nav li a, 
#headerNav .nav li a:link, 
#headerNav .nav li a:active, 
#headerNav .nav li a:visited {
	color: #fff;
	display: block;
	padding: 2px 6px 0 6px;
	text-decoration: none;
	}

#footerNav .nav li a, 
#footerNav .nav li a:link, 
#footerNav .nav li a:active, 
#footerNav .nav li a:visited {
	color: #fff;
	display: block;
	padding: 1px 6px 0 6px;
	text-decoration: none;
	}

/* highlight parent */
	
.nav li:hover a, 
.nav li.sfHover a {
	background: #000;
	color: #fff;
	}

/* sub items */

.nav li:hover ul a, 
.nav li.sfHover ul a {
	background: #d41e17;
	color: #fff;
	}

.nav li:hover ul a:hover, 
.nav li.sfHover ul a:hover {
	background: #000;
	color: #fff;
	}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 20px;
	}

.nav ul li {
	border: 0;
	float: none;
	width: 100px;
	}

.nav ul a {
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 11px !important;
	white-space: nowrap;
	padding: 3px 6px 3px 6px!important;
	border-bottom: 1px solid #fff;
	width: 88px !important;
	color: #fff !important;
	background: #000 !important;
	}

.nav a.active {
	background: #000 !important;
	color: #fff !important;
	}
	
.nav ul a.active {
	background: #666563 !important;
	color: #fff !important;
	}	
	
.nav ul a:hover {
	background: #666563 !important;
	color: #fff !important;
	}		