@charset "utf-8";
#divNavBar {
	margin: 0px;
	padding: 0px 0px 0px 43px;
	height: 36px;
	background-image: url(../images/bg-navbar.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #993300;
}
#Navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
}
#Navigation ul {
	margin: 3px 0px 0px;
	padding: 0px;
	list-style-type: none;
	height: 14px;
}
#Navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
	letter-spacing: 0em;
	line-height: 15px;
	display: block;
	color: #858585;
	text-decoration: none;
	padding-right: 29px;
	padding-left: 29px;
	padding-bottom: 7px;
}
#Navigation a:hover {
	color: #006699;
}
#Navigation #current {
	color: #D67820;
}
.DividerRight {
	background-image: url(../images/divider-navigation.gif);
	background-repeat: no-repeat;
}
.SubNavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
.SubNavigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.SubNavigation li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 4px 6px;
	display: block;
	text-transform: none;
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	font-variant: small-caps;
}
.SubNavigation a:hover {
	color: #993300;
	background-color: #FFFFCC;
}
body#company a#nav-company,
body#areas a#nav-areas,
body#management a#nav-management,
body#testimonials a#nav-testimonials,
body#overview a#nav-overview,
body#industrial a#nav-industrial,
body#green a#nav-green,
body#privacy a#nav-privacy,
body#other a#nav-other,
body#products a#nav-products,
body#manufacturers a#nav-manufacturers,
body#commercial a#nav-commercial,
body#residential a#nav-residential,
body#rental a#nav-rental,
body#contact a#nav-contact,
body#inquiry a#nav-inquiry,
body#map a#nav-map,
body#industrial a#nav-industrial,
body#pool a#nav-pool,
body#custom a#nav-custom,
body#yard a#nav-yard,
body#wood a#nav-wood,
body#job a#nav-job {
	color: #9A3B0B;
	background-color: #FEFEFE;
}
