/* NAVIGATION STYLES */

#navigation {
	background: #1c465f url("/images/nav-bg.gif") top left repeat-x;
	margin: 0;
	padding: 0;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 30px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	font-size: 12px;
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a {
	height: 30px;
	line-height: 30px;
	border: none;
	padding: 0 0 0 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #e5f2c4;
	background: #042340;
	text-decoration: underline;
}

#navigation #navHome a {
	width: 69px;
}
#navigation #navAbout a {
	width: 75px;
}
#navigation #navFacilities a {
	width: 154px;
}
#navigation #navQuality a {
	width: 75px;
}
#navigation #navParts a {
	width: 115px;
}
#navigation #navMachining a {
	width: 85px;
}
#navigation #navAssembly a {
	width: 85px;
}
#navigation #navCareers a {
	width: 69px;
}
#navigation #navContact a {
	width: 85px;
}
#navigation #navContact {
	border-right: none;
}

body#page-home #navigation #navHome a,
body#page-about #navigation #navAbout a,
body#page-facilities #navigation #navFacilities a,
body#page-quality #navigation #navQuality a,
body#page-parts #navigation #navParts a,
body#page-machining #navigation #navMachining a,
body#page-assembly #navigation #navAssembly a,
body#page-careers #navigation #navCareers a,
body#page-contact #navigation #navContact a {
	color: #e5f2c4;
	background: #042340;
	text-decoration: none;
	font-weight: bold;
}



/* SIDEBAR NAV STYLES */

.subpage-small #subnavSmall a, 
.subpage-large #subnavLarge a, 
.subpage-turned #subnavTurned a, 
.subpage-milled #subnavMilled a, 
.subpage-plastic #subnavPlastic a, 
.subpage-frames #subnavFrames a, 
.subpage-forks #subnavForks a, 
.subpage-cutting #subnavCutting a, 
.subpage-fixtures #subnavFixtures a, 
.subpage-robots #subnavRobots a {
	font-weight: bold;
	color: #788a1a;
	text-decoration: none;
}
