ul.tabNavigation{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:37px;
}
ul.tabNavigation li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:37px;
}
ul.tabNavigation li a{
	display:block;
	width:105px;
	height:28px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#484848;
	text-align:center;
	line-height:30px;
}
ul.tabNavigation li a.selected{
	font-weight:bold;
	background-position: 0 0 !important;
	line-height:28px !important;
}
ul.tabNavigation li a.first{
	background: url(../img/btnLeft.gif) right 0 no-repeat;
}
ul.tabNavigation li a.second{
	background: url(../img/btnRight.gif) right 0 no-repeat;
}
ul.tabNavigation li a:hover.first{
	background: url(../img/btnLeft.gif) left 0 no-repeat;
}
ul.tabNavigation li a:hover.second{
	background: url(../img/btnRight.gif) left 0 no-repeat;
}
div.tabs{
	margin:-14px 0 0 0;
	padding:0;
	width:210px;
}
.current-cat{
	font-weight:bold;	
}
div#first{
	float:left;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	width:210px;
	background: url(../img/tabBottom.gif) 0 bottom no-repeat;
}
div#second{
	float:left;
	margin:0 0 30px 0;
	padding:0 0 8px 0;
	width:210px;
	background: url(../img/tabBottom.gif) 0 bottom no-repeat;
}


ul.firstUL{
	margin:0;
	padding:0;
}
ul.firstUL li{
	margin:0;
	padding:0 10px;
	font-size:11px;
}
div#first ul.firstUL li a{
	color:#c41f1d;
	margin:0 0 0 0;
	text-decoration:none;
	font-size:12px;
	background: url(../img/smallRedArrow.jpg) 0 4px no-repeat;
	padding:0 0 0 10px;
}
div#first ul.firstUL li a:hover{
	text-decoration:underline;
}

div#second a{
	display:block;
	color:#c41f1d;
	margin:10px 10px 0 10px;
	text-decoration:none;
	font-size:12px;
	background: url(../img/smallRedArrow.jpg) 0 4px no-repeat;
	padding:0 0 0 10px;
}
div#second a:hover{
	text-decoration:underline;
}
div#second p{
	margin:0 10px 0 19px;
	color:#666;
	font-size:10px;
}
/*******************************************************
/* Main Navigation
*******************************************************/
body#products #nav li a:link#products, body#products #nav li a:visited#products,
body#services #nav li a:link#services, body#services #nav li a:visited#services,
body#resources #nav li a:link#resources, body#resources #nav li a:visited#resources,
body#about #nav li a:link#about, body#about #nav li a:visited#about,
body#careers #nav li a:link#careers, body#careers #nav li a:visited#careers{
	color:#c41f1d;
	background: url(../img/arrow2.gif) no-repeat 0 center;
}
body#products #nav li a:hover#products, body#products #nav li a:active#products,
body#services #nav li a:hover#services, body#services #nav li a:active#services,
body#resources #nav li a:hover#resources, body#resources #nav li a:active#resources,
body#about #nav li a:hover#about, body#about #nav li a:active#about,
body#careers #nav li a:hover#careers, body#careers #nav li a:active#careers{
	color:#c41f1d;
	background: url(../img/arrow2.gif) no-repeat -193px center;
}
body#contact #nav li a:link#contact, body#contact #nav li a:visited#contact,
body#contact #nav li a:hover#contact, body#contact #nav li a:active#contact{
	color:#c41f1d;
}
#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active{
	text-decoration: none;
}
div#nav{
	position:relative;
	float:right;
	width:474px;
	margin:50px -10px 0 0;
}
div#navnav{
	position:relative;
	float:right;
	width:588px;
	margin:50px -10px 0 0;
}
ul.nav{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}
ul.nav a{
	position: relative;
	display: block;
}
ul.dropdown{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 99999999999999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}
ul.dropdown ul.dropdown{
	top: 0;
	left: 95%;
}
ul.dropdown li{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}
ul.dropdown li a{
	display: block;
}
#nav{
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
}
#nav ul{
	margin: 0 auto;
}
#nav ul li a.hasmore{
	color: #3d3b3c;
	font-weight:bold;
	font-size:15px;
	padding-left: 0;
	margin-left:10px;
	background: url(../img/arrow.gif) no-repeat 0 center;
}
#nav ul li a{
	color: #3d3b3c;
	font-weight:bold;
	font-size:15px;
	padding-left: 0;
	margin-left:0;
}
#nav ul li a.hasmore:hover{
	color:#c41f1d;
	background: url(../img/arrow.gif) no-repeat -193px center;
}
#nav ul li a:hover{
	color:#c41f1d;
}
#nav ul li a span{
	display: block;
	padding: 0 15px 0 11px;
}
#nav ul.dropdown li{
	background: url(../img/navBG.png) 0 0 repeat-y;
	overflow:hidden;
	width: 206px;
}
#nav ul.dropdown li a{
	border-bottom: 1px dotted #545454;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	margin:0 12px;
	color:#FFF;
	font-size:12px;
	padding-left:6px;
	
}
#nav ul.dropdown li.l{
	line-height: 30px;
	height: 30px;
	border-bottom: 0;
}
#nav ul.dropdown li a.l{
	line-height: 30px;
	height: 30px;
	border-bottom: 0;
}
#nav ul.dropdown li a.t{
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}
#nav ul.dropdown li.first{
	background: url(../img/navTopBG.png) 0 0 no-repeat;
	height:18px;
}
#nav ul.dropdown li.last{
	background: url(../img/navBottomBG.png) 0 0 no-repeat;
	height:18px;
}
#nav ul.dropdown li a:hover{
	background: url(../img/menuarrow.jpg) no-repeat 6px center;
}
#nav ul li h4 a:hover{
	background-image: none;
}


/*******************************************************
/* Sub Navigation
*******************************************************/
div#subNav{
	margin-top:18px;
	width:220px;
	float:left;
}
/* =subNav categories with without children */
#subNav li a#allProducts:link, #subNav li a#allProducts:visited
{
	color: #464646;
	padding-left:14px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#subNav li a#allProducts:hover, #subNav li a#allProducts:active
{
	color: #c31f1c;
}
body.allProducts #subNav li a#allProducts
{
	color: #c31f1c;
	background:none;
	padding-left:14px;
}


/* =subNav subCategory (sitemap) selected */
body.sitemap #subNav li a#sitemap{color: #c31f1c; padding-left:14px;}
/* =subNav subCategory (services) selected */
body.cpr #subNav li a#cpr{color: #c31f1c; padding-left:14px;}
body.automationConsulting #subNav li a#automationConsulting{color: #c31f1c; padding-left:14px;}
body.customAssembly #subNav li a#customAssembly{color: #c31f1c; padding-left:14px;}
/* =subNav subCategory (careers) selected */
body.apply #subNav li a#apply{color: #c31f1c; padding-left:14px;}
body.careerListings #subNav li a#careerListings{color: #c31f1c; padding-left:14px;}
/* =subNav subCategory (about) selected */
body.leadershipProfiles #subNav li a#leadershipProfiles{color: #c31f1c; padding-left:14px;}
body.companyHistory #subNav li a#companyHistory{color: #c31f1c; padding-left:14px;}
body.mdnNetwork #subNav li a#mdnNetwork{color: #c31f1c; padding-left:14px;}


#subNav, #subNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subNav li{
	margin:9px 0px;
}
#subNav a.root:link, #subNav a.root:visited{
	color: #464646;
	background:url(../img/subNavArrow.gif) 0 4px no-repeat;
	padding-left:14px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#subNav a.root:hover, #subNav a.root:active{
	color: #c31f1c;
	background:url(../img/subNavArrow.gif) 0 -18px no-repeat;
	padding-left:14px;
}
#subNav a.blank:link, #subNav a.blank:visited{
	color: #464646;
	padding-left:14px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#subNav a.blank#selected{
	color: #c31f1c;
	padding-left:14px;
}
#subNav a.blank:hover, #subNav a.blank:active{
	color: #c31f1c;
	padding-left:14px;
}


.subNavNews a:link, .subNavNews a:visited{
	color: #464646;
	padding-left:14px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.subNavNews a#selected{
	color: #c31f1c;
	padding-left:14px;
}
.subNavNews a:hover, .subNavNews a:active{
	color: #c31f1c;
	padding-left:14px;
}



#subNav #sub2Nav li{
	margin:1px 18px;
}
ul#sub2Nav{
	margin-bottom:9px;
	margin-top:0;
}
#subNav a.child:link, #subNav a.child:visited{
	color: #6a6a6a;
	background:url(../img/subNavBullet.jpg) center left no-repeat;
	padding-left:10px;
	font-size:12px;
	text-decoration:none;
}
#subNav a.child:hover, #subNav a.child:active{
	color: #c31f1c;
	background:url(../img/subNavBullet.jpg) center left no-repeat;
}
#subNav a.child#selected{
	color: #c31f1c;
	padding-left:10px;
}


/*******************************************************
/* Scrollbars
*******************************************************/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.hscrollerbar {
	padding: 17px;
	z-index: 2;
}
.hscrollerbase {
	background: #acacac !important;
}
.hscrollerbasebeg {
	background: #fff url(../img/arrows.jpg) no-repeat left 0;
	height: 15px;
	width: 17px !important;
}
.hscrollerbaseend {
	height: 15px;
	width: 17px;
	background: #fff url(../img/arrows.jpg) no-repeat right 0;
}
.hscrollerbase {
	height: 9px;
	background-color: white;
}
.hscrollerbar {
	height: 9px;
	background-color: #0f86c4;
}
.hscrollerbarbeg {
	height: 9px;
	background-color: #0f86c4;
}
.hscrollerbarend {
	height: 9px;
	background-color: #0f86c4;
}
.scrollerjogbox:hover {background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;}


/*******************************************************
/* Popup
*******************************************************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}