/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year	
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 14px; }

#breadcrumbs .horizNavSeparator { padding: 0px 2px; }

#footer .horizNavSeparator { padding: 0px 7px; color: #A0AEAC; }




/* ===================================================================================== TOP NAVIGATION */

#topNav a, 
#topNav a:link, 
#topNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active { text-decoration: underline; }




/* ===================================================================================== MAIN NAVIGATION */


/* ========== 1st Level (Global) Navigation ========== */

#nav {
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	float: left;
}

#navTab01, #navTab02, #navTab03, #navTab04, #navTab05, #navTab06 {
	position: relative;
	float: left;
}

a.mainNavItem, a.mainNavItem:link, a.mainNavItem:visited {
	float: left;
	margin-right: 1px;
	padding: 0;
	height: 62px;
	background-image: url(../en/images/structure/mainNav.jpg);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { width: 203px; background-position: 0px 0px; }
#navTab02 a.mainNavItem { width: 135px; background-position: -204px 0px; }
#navTab03 a.mainNavItem { width: 147px; background-position: -340px 0px; }
#navTab04 a.mainNavItem { width: 163px; background-position: -488px 0px; }
#navTab05 a.mainNavItem { width: 119px; background-position: -652px 0px; }
#navTab06 a.mainNavItem { width: 205px; background-position: -772px 0px; margin-right: 0; }

#navTab01 a.mainNavItem:hover { background-position: 0px -62px; }
#navTab02 a.mainNavItem:hover { background-position: -204px -62px; }
#navTab03 a.mainNavItem:hover { background-position: -340px -62px; }
#navTab04 a.mainNavItem:hover { background-position: -488px -62px; }
#navTab05 a.mainNavItem:hover { background-position: -652px -62px; }
#navTab06 a.mainNavItem:hover { background-position: -772px -62px; }

#navTab01 a.current { background-position: 0px -124px; }
#navTab02 a.current { background-position: -204px -124px; }
#navTab03 a.current { background-position: -340px -124px; }
#navTab04 a.current { background-position: -488px -124px; }
#navTab05 a.current { background-position: -652px -124px; }
#navTab06 a.current { background-position: -772px -124px; }


/* ========== 2nd Level (Drop-down) Navigation ========== */

#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 63px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	z-index: 1000;
	width: 236px;
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

#mainNav ul.dropdown li {
	position: relative;
	background-color: #FFF;
	border-bottom: solid 1px silver;
	width: 236px;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 8px 8px;
	width: 220px;				
	background-color: #fbf0d1;
	color: #004b8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover,
#mainNav ul.dropdown li a:active {
	background-color: #004b8e;
	color: #FFF;
}


/* ========== 3rd and 4th Level (Flyouts) Navigation ========== */

#nav ul.flyout, #nav ul.secondFlyout {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 236px;
	top: 0px;
	list-style-image: none;
	list-style-type: none;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px #8aa032;
	z-index: 1001;
	width: 230px;
}

/* Required for the 'right' navigation to flyin */

#nav ul.lastMainNavDropdown ul {
	left: -236px;
	width: 236px !important;
	z-index: 1001;
}

/* IE 6 only - Drop-down was bumpped to the left 1px */

* html #nav div ul.lastMainNavDropdown
{
	left: auto;
	right: -1px;
	z-index: 1001;
}

#nav ul a.dropdownItemHasFlyout {
	background: transparent url(../images/structure/mainnav_arrow_up.gif) 216px 10px no-repeat;
}

#nav ul a.dropdownItemHasFlyout:hover {
	background: transparent url(../images/structure/mainnav_arrow_over.gif) 216px 10px no-repeat;
}




/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #303030;
}

#breadcrumbs a:hover, #breadcrumbs a:active { text-decoration: underline }




/* ===================================================================================== ACTIONS  */

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .ShareLink {
	padding: 0 0 0 15px;
}

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 5px 0 0;
	top: 3px;
}

#actions a, 
#actions a:link, 
#actions a:visited {
	position: relative;
	text-decoration: none;
	color: #303030;
}

#actions a:hover,
#actions a:active { color: #303030; text-decoration: underline; }

/*
   Share Drop-down Styles - see:
   /share/share.css
*/




/* ===================================================================================== SUB NAVIGATION */

#subNav {
	float: left; /* Contain floated list items */
	margin: 0;
	padding: 0 0 20px 0;
	padding: 0;
	width: 273px;
	list-style-image: none;
	list-style: none;
}

#subNav li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}


/* ========== 2nd Level ========== */

#subNav a, 
#subNav a:link, 
#subNav a:visited {
	display: block;
	padding: 12px 12px 12px 21px;
	border-top: 3px double #E3E3E3;
	width: 240px;
	background: #FFF;
	text-decoration: none;
	color: #004C90;	
	cursor: pointer;
}

#subNav a.first { border-top: none !important; }

#subNav .withChildren a, 
#subNav .withChildren a:link, 
#subNav .withChildren a:visited { }

#subNav a:hover,
#subNav a:active { 
	background: #F2F2ED url(../images/structure/bullet_mapleLeaf.gif) no-repeat 7px 14px;
}

#subNav .withChildren a:hover,
#subNav .withChildren a:active { }

#subNav a.current {
	background: #F2F2ED url(../images/structure/bullet_mapleLeaf.gif) no-repeat 7px 14px !important;
}

#subNav .withChildren a.current { }

#subNav .withChildren a.open {
	background: #FFF url(../images/structure/bullet_mapleLeaf.gif) no-repeat 7px 14px;
}

#subNav .withChildren a:hover.open {
	background-color: #F2F2ED;
}


/* ========== 3rd Level ========== */

#subNav ul a,
#subNav ul a:link,
#subNav ul a:visited {
	padding: 12px 12px 12px 56px;
	width: 205px;
	color: #3A3A3A;
}

#subNav ul .withChildren a,
#subNav ul .withChildren a:link,
#subNav ul .withChildren a:visited { }

#subNav ul a:hover,
#subNav ul a:active {
	background-position: 42px 14px;
}

#subNav ul .withChildren a:hover,
#subNav ul .withChildren a:active { }

#subNav .withChildren ul a.current {
	background-position: 42px 14px !important;
}

#subNav .withChildren ul .withChildren a.current { }

#subNav .withChildren ul .withChildren a.open {
	background-position: 42px 14px;
}


/* ========== 4th Level ========== */

#subNav ul .withChildren ul a,
#subNav ul .withChildren ul a:link,
#subNav ul .withChildren ul a:visited {
	padding: 12px 12px 12px 91px;
	width: 170px;
	color: #616161;
}

#subNav ul .withChildren ul a:hover,
#subNav ul .withChildren ul a:active {
	background-position: 77px 14px;
}

#subNav .withChildren ul .withChildren ul a.current {
	background-position: 77px 14px !important;
}




/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #00386A;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:active { text-decoration: underline; }


