/* The following declarations define the tabs used in the main navigation which is global accross the site */
#mainNavigation {
	margin:13px 0px 0px 0px;
}

#mainNavigation ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#mainNavigation li {
	font-size:1.20em;
	float:left;
	background:url("images/mainNav_left.gif") no-repeat left top ;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 6px;
}

#mainNavigation a {
	float:left;
	display:block;
	background:url("images/mainNav_right.gif") no-repeat right top ;
	padding:3px 15px 2px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNavigation a {float:none;}
/* End IE5-Mac hack */

#mainNavigation a:hover {
	text-decoration:underline;
}

#mainNavigation #activeNav {
	background:url("images/mainNav_left_on.gif") no-repeat left top;
	font-size:1.4em;

}

#mainNavigation #activeNav a {
	background:url("images/mainNav_right_on.gif") no-repeat right top;
	color:#ffffff;

	padding:2px 15px 0px 6px;
}

/* The following declarations define the SUB navigation used underneath the main nav */
#subNavigation {
	background:url("images/subNav_bg.gif") no-repeat #525252;
	width:641px;
}

#subNavigationBusinessUnit {
	background:url("images/subNav_bgUnit.gif") no-repeat #525252;
	width:641px;
}

#subNavigation ul, #subNavigationBusinessUnit ul {
	padding:6px 0px 0px 4px;
	margin:0;
	list-style:none;
}

#subNavigation li, #subNavigationBusinessUnit li {
	font-size:1.10em;
	float:left;
	color:#FFFFFF;
	padding:0px 8px 0px 8px;
	border-right:1px solid #898989;
}

#subNavigation li a, #subNavigationBusinessUnit li a {
	color:#FFFFFF;
	text-decoration:none;
}

#subNavigation li a.activeSubnav, #subNavigationBusinessUnit li a.activeSubnav {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#subNavigation li a:hover, #subNavigationBusinessUnit li a:hover {
	text-decoration:underline;
}

#subNavigationBottom {
	background:url("images/subNav_bottom.gif") no-repeat;
	width:641px;
	height:5px;
	overflow:hidden;
	display:block;
}

#subNavigationBusinessUnitBottom {
	background:url("images/subNav_bottom_Unit.gif") no-repeat;
	width:989px;
	height:20px;
	overflow:hidden;
	display:block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
li.noDivide {
	border-right:none !important;
	padding-right:0px !important;
}
li.activeWhiteLinkNoDivide {
	font-weight:bold !important;
	color:#FFFFFF;
	text-decoration:none !important;
	border-right:none !important;
}
a.activeWhiteLink {
	font-weight:bold !important;
	color:#FFFFFF;
	text-decoration:none !important;
}