/* CSS Document */

#divNavigation {
	margin: 0px;
	padding: 0px;
	background-image: url(../images_main/navBg-solid-grad.gif);
	float: left;
	width: 900px;
	height: 25px;
}

#divNavLeft {
	width: 900px;
	float: left;
	top: 0px;
	left: 0px;
	height: 25px;
}
#divNavLeft ul {
	height: 21px;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#divNavLeft li {
	display: inline;
	float: none;
	width: 900px;
	margin-left: 4px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 10px;
}

#divNavLeft li a {
	color: #281551;
	text-decoration: none;
	display: inline;
	float: none;
	width: 900px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}

#divNavLeft li a:hover {
	background-color:#eEeEcE
}

body.home #aIndex,
body.services #aServices,
body.portfolio #aPortfolio,
body.contact #aContact,
body.clients #aClients,
body.contact #aContact,
body.jobs #aJobs,
body.aboutus #aAboutUs {
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-color: #E3E4CD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #979371;
	border-right-color: #979371;
	border-bottom-color: #979371;
	border-left-color: #979371;
}
