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


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

.horizNavSeparator { padding: 0px 7px 0px 7px; }




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

#topNav a, 
#topNav a:active, 
#topNav a:visited {
	color: #fff;
	text-decoration: none;
}

#topNav a:hover { 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:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 45px;
	background-image: url(../en/images/structure/mainNav.gif);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 105px;}
#navTab02 a.mainNavItem { background-position: -105px 0px; width: 87px;}
#navTab03 a.mainNavItem { background-position: -192px 0px; width: 180px;}
#navTab04 a.mainNavItem { background-position: -372px 0px; width: 155px;}
#navTab05 a.mainNavItem { background-position: -527px 0px; width: 95px;}
#navTab06 a.mainNavItem { background-position: -622px 0px; width: 127px;}

#navTab01 a.mainNavItem:hover { background-position: 0px -45px; width: 105px;}
#navTab02 a.mainNavItem:hover { background-position: -105px -45px; width: 87px;}
#navTab03 a.mainNavItem:hover { background-position: -192px -45px; width: 180px;}
#navTab04 a.mainNavItem:hover { background-position: -372px -45px; width: 155px;}
#navTab05 a.mainNavItem:hover { background-position: -527px -45px; width: 95px;}
#navTab06 a.mainNavItem:hover { background-position: -622px -45px; width: 127px;}

#navTab01 a.current { background-position: 0px -90px; width: 105px;}
#navTab02 a.current { background-position: -105px -90px; width: 87px;}
#navTab03 a.current { background-position: -192px -90px; width: 180px;}
#navTab04 a.current { background-position: -372px -90px; width: 155px;}
#navTab05 a.current { background-position: -527px -90px; width: 95px;}
#navTab06 a.current { background-position: -622px -90px; width: 127px;}


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

#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 45px; /* 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: 230px;
}

#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: 230px;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:active, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 3px 5px 3px 5px;
	width: 220px;				
	background-color: #FFF;
	color: #3faecc;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #ebf7fa;
	color: #3faecc;
	font-weight:bold;
}


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

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

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

#nav ul.lastMainNavDropdown ul {
	left: -230px;
	width: 230px !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 7px no-repeat;
}

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




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


#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration: none;
	color: #666666;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}




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

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .ShareLink {
	padding: 0 0 0 6px;
}
#actions .textSizeS,
#actions .textSizeM,
#actions .textSizeB {
	padding: 0 0 0 1px;
}
#actions .textSizeS {
	font-size: 10px;
	font-weight:bold;
}
#actions .textSizeM {
	font-size: 12px;
	font-weight:bold;
	}
#actions .textSizeB {
	font-size: 15px;
	font-weight:bold;
	}



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

#actions a, 
#actions a:active, 
#actions a:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #737373;
}

#actions a:hover { color: #737373; text-decoration: underline; }

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




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

#subNav {
	float: left;
	width: 201px;
	list-style-image: none;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 1px;
}

#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:active, 
#subNav a:visited {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 176px;
	border-bottom: solid 1px #999;
	text-decoration: none;
	color: #018aac;		
	cursor: pointer;
}

/*#subNav .withChildren a, 
#subNav .withChildren a:active, 
#subNav .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
}*/

#subNav a:hover { 
	background-color: #eee;
}

/*#subNav .withChildren a:hover { 
	background-image: url(../images/structure/subnav_arrow_l2_over.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
}
*/
#subNav a.current {
	background-color: #fff !important; 
	color: #7a7a7a	 !important;
}

#subNav .withChildren a.current {
	/*background-image: url(../images/structure/subnav_arrow_l2_on.gif) !important;
	background-position: 5px 8px !important;
	background-repeat: no-repeat !important;*/
}

#subNav .withChildren a.open {
	/*background-color: #fff !important;*/
	/*background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 5px 8px !important;
	background-repeat: no-repeat !important;*/
	color: #018aac !important;
}


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

#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 5px 5px 5px 35px;
	width: 161px;
	/*background-color: #BBB !important;*/
	background-image: url(../images/structure/bullet_blue.gif) !important;
	border-bottom: solid 1px #999;
	color: #018aac;
	background-repeat: no-repeat;
	background-position: 23px 8px;
}

/*#subNav ul .withChildren a,
#subNav ul .withChildren a:active,
#subNav ul .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l3_up.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;	
}*/

#subNav ul a:hover {
	background-color: #eee !important;
}

#subNav ul .withChildren a:hover { 
	/*background-image: url(../images/structure/subnav_arrow_l3_over.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;*/
	background-color: #eee !important;
}

#subNav .withChildren ul a.current {
	background-color: #fff !important;
	background-image: url(../images/structure/bullet_grey.gif) !important;
	color: #7a7a7a !important;
	background-repeat: no-repeat;
	background-position: 23px 8px;
}

#subNav .withChildren ul .withChildren a.current {
/*	background-image: url(../images/structure/subnav_arrow_l3_on.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;*/
}

#subNav .withChildren ul .withChildren a.open {
	/*background-color: #fff !important;
	background-image: url(../images/structure/subnav_arrow_l3_open.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;*/
	color: #018aac !important;
}


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

#subNav ul .withChildren ul a,
#subNav ul .withChildren ul a:active,
#subNav ul .withChildren ul a:visited {
	padding: 5px 5px 5px 50px;
	width: 146px;
	/*background-color: #fff !important;*/
	background-image: url(../images/structure/bullet_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: 37px 9px;
	border-bottom: solid 1px #999;
	color: #018aac;	
}

#subNav ul .withChildren ul a:hover {
	background-color: #eee !important;
	background-image: url(../images/structure/bullet_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: 37px 9px;
}

#subNav .withChildren ul .withChildren ul a.current {
	background-color: #fff !important;
	background-image: url(../images/structure/bullet_grey.gif) !important;
	background-repeat: no-repeat;
	background-position: 37px 9px;
	color: #7a7a7a !important;
}




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

#footerNav a, #footerNav a:active, #footerNav a:visited {
	color: #294762;
	text-decoration: none;
}

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

