@charset "utf-8";

/***** Horizontal Navigation (horizNav) *****/

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	background-color: #173267;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#NavHolderTop {
  border-left: 1px solid #FFFFFF;
	padding-left: 2px;
}


#mainNav li {
	float: left;
}

#mainNav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	background-color: #173267;
	padding: 5px 10px;
	font-weight: bold;
  border-right: 2px solid #FFFFFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#mainNav a:hover {
	font-weight: bold;
	background-color: #990002;
}


/* styles for the "you are here" buttons */


html#home a#homeLink,
html#about a#aboutLink,
html#pressure a#pressureLink,
html#system a#systemLink,
html#whymp a#whympLink,
html#testimonials a#testimonialsLink,
html#contact a#contactLink {
	font-weight: bold;
	background-color: #000000;

}
/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}
#mainNav2 li {
	float: left;
}
#mainNav2 a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	background-color: #173267;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-right: 2px solid #FFFFFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#mainNav2 a:hover {
	font-weight: bold;
	background-color: #990002;
}
#NavHolderTop2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 2px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
