@charset "utf-8";
/* CSS Document */

.mainMenu {
	position:absolute;
	width:692px;
	height:48px;
	/*top:221px;*/
	top:106px;
	right:0px;
	background:url(/images/menu/background.gif)
	no-repeat
	right
	top;
}

.mainMenu ul {
	display: block;
	position:relative;
	list-style:none;
	padding:0px;
	margin:0px;
	height:48px;
}

.mainMenu li {
	/* ie 6 & 7 hack */
	float:left;
	list-style:none;
	background-image:none;
	background-repeat:no-repeat;
	margin: 0px;
	margin-top:0px;
	padding-top: 0px;
	padding-left:0px;
}
/** HOME LINKS **/
.mainMenu li#homeLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/home-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#homeLink a:hover {
	background:url(/images/menu/home-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#home .mainMenu li#homeLink a {
	background:url(/images/menu/home-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** INDUSTRIAL LINKS **/
.mainMenu li#industrialLink a {
	display: block;
	float:left;
	position:relative;
	margin:0px;
	background:url(/images/menu/industrial-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#industrialLink a:hover {
	background:url(/images/menu/industrial-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#industrial .mainMenu li#industrialLink a {
	background:url(/images/menu/industrial-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** CONSUMER LINKS **/
.mainMenu li#consumerLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/portfolio-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#consumerLink a:hover {
	background:url(/images/menu/portfolio-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#consumer .mainMenu li#consumerLink a {
	background:url(/images/menu/portfolio-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** WHAT WE DO LINKS **/
.mainMenu li#servicesLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/what-we-do-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#servicesLink a:hover {
	background:url(/images/menu/what-we-do-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#services .mainMenu li#servicesLink a {
	background:url(/images/menu/what-we-do-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** FAQ LINKS **/
.mainMenu li#faqLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/faq-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#faqLink a:hover {
	background:url(/images/menu/faq-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#faq .mainMenu li#faqLink a {
	background:url(/images/menu/faq-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** ISO 9001 LINKS **/
.mainMenu li#isoLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/iso_9001-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#isoLink a:hover {
	background:url(/images/menu/iso_9001-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#iso-9001 .mainMenu li#isoLink a {
	background:url(/images/menu/iso_9001-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}


/** BLOG LINKS **/
.mainMenu li#blogLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/blog-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#blogLink a:hover {
	background:url(/images/menu/blog-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#blog .mainMenu li#blogLink a {
	background:url(/images/menu/blog-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** CONTACT LINKS **/
.mainMenu li#contactLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/contact-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#contactLink a:hover {
	background:url(/images/menu/contact-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#contact .mainMenu li#contactLink a {
	background:url(/images/menu/contact-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** JOBS LINKS **/
.mainMenu li#jobsLink a {
	float:left;
	margin:0px;
	background:url(/images/menu/jobs-off.png)
	no-repeat
	center
	top;
	height:48px;
}

.mainMenu li#jobsLink a:hover {
	background:url(/images/menu/jobs-on.png)
	no-repeat
	center
	top
	#03a43c;
}

#jobs .mainMenu li#jobsLink a {
	background:url(/images/menu/jobs-now.png)
	no-repeat
	center
	top
	/*#03a43c*/
	#df6b00;
}

/** SUB MENU **/
.subMenuTitle {
	line-height:20px;
	font-size:18px;
	margin:7px 0px 15px 0px;
}

.subMenu {
	background-color:#004060;
	color:#fff;
	padding-left:10px;
}

.subMenu ul {
	width:180px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	list-style:none;
	/*border-top:1px solid #215671;*/
}

.subMenu ul ul{
	padding-bottom: 0px;
}

.subMenu li {
	padding:3px 0px 3px 0px;
	margin:0px;
	/*border-bottom:1px solid #215671;*/
	list-style:none;
	background-image:none;
	background-repeat:no-repeat;
}

.subMenu li a {
	font-weight:normal;
	text-decoration:underline;
	color:#fff;
}

.subMenu li a:active {
	color:#fff;
}

.subMenu li a:visited {
	text-decoration:underline;
	color:#fff;
}

.subMenu li a:hover {
	text-decoration:underline;
	color:#009ee0;
}