#navMain {
	padding-top: 71px;
}

#navMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 565px;
	height: 19px;
	position: relative;
	background: transparent url("../images/navmain.gif") left top no-repeat;
	float: right;
}

#navMain li {
	margin: 0;
	padding: 0;
	height: 12px;
	position: absolute;
	top: 0px;
}

#navMain a {
	display: block;
	height: 12px;
}

#navHome {
	left: 7px;
	width: 36px;
}

#navHome a:hover, #navHome a.active {
	background: transparent url("../images/navmain.gif") -7px -19px no-repeat;
}

#navProcess {
	left: 60px;
	width: 58px;
}

#navProcess a:hover, #navProcess a.active {
	background: transparent url("../images/navmain.gif") -60px -19px no-repeat;
}

#navAbout {
	left: 134px;
	width: 62px;
}

#navAbout a:hover, #navAbout a.active {
	background: transparent url("../images/navmain.gif") -134px -19px no-repeat;
}


#navPortfolio {
	left: 213px;
	width: 68px;
}

#navPortfolio a:hover, #navPortfolio a.active {
	background: transparent url("../images/navmain.gif") -213px -19px no-repeat;
}

#navCaseStudies {
	left: 298px;
	width: 88px;
}

#navCaseStudies a:hover, #navCaseStudies a.active {
	background: transparent url("../images/navmain.gif") -298px -19px no-repeat;
}

#navCapabilities {
	left: 402px;
	width: 80px;
}

#navCapabilities a:hover, #navCapabilities a.active {
	background: transparent url("../images/navmain.gif") -402px -19px no-repeat;
}

#navContact {
	left: 499px;
	width: 57px;
}

#navContact a:hover, #navContact a.active {
	background: transparent url("../images/navmain.gif") -499px -19px no-repeat;
}

/* Left Navigation */
#leftNav {

}

#leftNav a {
	color: #333;
}

#leftNav .level0 b {
	color: #333;
}


#leftNav a:hover {
 	color: #a11113;
	text-decoration: none;
}

#leftNav ul.level0 {
	margin: 0;
	padding: 10px 3px 0 3px;
	list-style: none;
}

#leftNav li.level0 {
	margin: 0;
	padding: 5px 0 4px 12px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
}

#leftNav li.level0NoLine {
	margin: 0;
	padding: 5px 0 0 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#leftNav a.active {
 	color: #a11113;
}


#leftNav ul.level1 {
	margin: 0;
	padding: 6px 0 6px 0;
	list-style: none;
}

#leftNav li.level1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 10px;
	width: 100px;
}


#leftNav span.level1 {
	display: block;
	margin-left: 20px;
}
