.nav {
	margin:0;	
	width: 900px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat;
	position: relative;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 36px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

/* HOME */
.nav .home a:link, .nav .home a:visited {
	left: 0px;
	width: 60px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url("../images/navigation.png") no-repeat 0px -36px;
}
.nav .home a:active {
	background: url("../images/navigation.png") no-repeat 0px -72px;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url("../images/navigation.png") no-repeat 0px -72px;
	cursor: default;
}
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0px;
	width:60px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat 0px -36px;
}
.nav-home-click {
	background: url("../images/navigation.png") no-repeat 0px -72px;
}


/* ABOUT */
.nav .about a:link, .nav .about a:visited {
	left: 62px;
	width: 80px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url("../images/navigation.png") no-repeat -62px -36px;
}
.nav .about a:active {
	background: url("../images/navigation.png") no-repeat -62px -72px;
}
.current-about .about a:link, .current-about .about a:visited {
	background: url("../images/navigation.png") no-repeat -62px -72px;
	cursor: default;
}
.nav-about, .nav-about-click {
	position: absolute;
	top: 0;
	left: 62px;
	width: 80px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -62px -36px;
}
.nav-about-click {
	background: url("../images/navigation.png") no-repeat -62px -72px;
}


/* SERVICES */
.nav .services a:link, .nav .services a:visited {
	left: 144px;
	width: 73px;
}
.nav .services a:hover, .nav .services a:focus {
	background: url("../images/navigation.png") no-repeat -144px -36px;
}
.nav .services a:active {
	background: url("../images/navigation.png") no-repeat -144px -72px;
}
.current-services .services a:link, .current-services .services a:visited {
	background: url("../images/navigation.png") no-repeat -144px -72px;
	cursor: default;
}
.nav-services, .nav-services-click {
	position: absolute;
	top: 0;
	left: 144px;
	width: 73px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -144px -36px;
}
.nav-services-click {
	background: url("../images/navigation.png") no-repeat -144px -72px;
}


/* PRODUCTS */
.nav .products a:link, .nav .products a:visited {
	left: 219px;
	width: 73px;
}
.nav .products a:hover, .nav .products a:focus {
	background: url("../images/navigation.png") no-repeat -219px -36px;
}
.nav .products a:active {
	background: url("../images/navigation.png") no-repeat -219px -72px;
}
.current-products .products a:link, .current-products .products a:visited {
	background: url("../images/navigation.png") no-repeat -219px -72px;
	cursor: default;
}
.nav-products, .nav-products-click {
	position: absolute;
	top: 0;
	left: 219px;
	width: 73px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -219px -36px;
}
.nav-products-click {
	background: url("../images/navigation.png") no-repeat -219px -72px;
}


/* MODULAR BUILDING SYSTEMS */
.nav .systems a:link, .nav .systems a:visited {
	left: 294px;
	width: 174px;
}
.nav .systems a:hover, .nav .systems a:focus {
	background: url("../images/navigation.png") no-repeat -294px -36px;
}
.nav .systems a:active {
	background: url("../images/navigation.png") no-repeat -294px -72px;
}
.current-systems .systems a:link, .current-systems .systems a:visited {
	background: url("../images/navigation.png") no-repeat -294px -72px;
	cursor: default;
}
.nav-systems, .nav-systems-click {
	position: absolute;
	top: 0;
	left: 294px;
	width: 174px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -294px -36px;
}
.nav-systems-click {
	background: url("../images/navigation.png") no-repeat -294px -72px;
}


/* EMPLOYMENT */
.nav .employment a:link, .nav .employment a:visited {
	left: 470px;
	width: 92px;
}
.nav .employment a:hover, .nav .employment a:focus {
	background: url("../images/navigation.png") no-repeat -470px -36px;
}
.nav .employment a:active {
	background: url("../images/navigation.png") no-repeat -470px -72px;
}
.current-employment .employment a:link, .current-employment .employment a:visited {
	background: url("../images/navigation.png") no-repeat -470px -72px;
	cursor: default;
}
.nav-employment, .nav-employment-click {
	position: absolute;
	top: 0;
	left: 470px;
	width: 92px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -470px -36px;
}
.nav-employment-click {
	background: url("../images/navigation.png") no-repeat -470px -72px;
}


/* CONTACT */
.nav .contact a:link, .nav .contact a:visited {
	left: 564px;
	width: 90px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url("../images/navigation.png") no-repeat -564px -36px;
}
.nav .contact a:active {
	background: url("../images/navigation.png") no-repeat -564px -72px;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url("../images/navigation.png") no-repeat -564px -72px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 564px;
	width: 90px;
	height: 36px;
	background: url("../images/navigation.png") no-repeat -564px -36px;
}
.nav-contact-click {
	background: url("../images/navigation.png") no-repeat -564px -72px;
}


/* secondary nav */
.invertedshiftdown {
	padding: 0;
	width: 900px;
	height: 16px;
	margin: 0 auto;
	background: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul {
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown li {
	display: inline;
	padding: 0;
	color: #971B1E;
	font-size: 1.12em;	
}

.invertedshiftdown .divider {
	float: left;
	display: block;
	font-size: 1.15em;
	color: #971B1E;
	text-decoration: none;
	padding: 1px 2px 0 2px;
}

.invertedshiftdown a {
	float: left;
	display: block;
	font-size: 1.12em;
	color: #971B1E;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 1px 2px; /*Padding within each menu item*/
	background-color: #fff;
}

.invertedshiftdown a:hover {
	background-color: #fff;
	color: #000;
}

.invertedshiftdown .current a {
	background-color: #000;
	padding-top: 1px;
	padding-bottom: 7px;
	color: #fff;
}