/*
	--------------------------------------------------
	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: #ff0000;
	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, #navTab07, #navTab08 {
	position: relative;
	float: left;
}

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

#navTab01 a.mainNavItem { background-position: 0px 0px; width:74px; }
#navTab02 a.mainNavItem { background-position: -74px 0px; width:87px;}
#navTab03 a.mainNavItem { background-position: -161px 0px; width:104px;}
#navTab04 a.mainNavItem { background-position: -265px 0px; width:72px;}
#navTab05 a.mainNavItem { background-position: -337px 0px; width:132px;}
#navTab06 a.mainNavItem { background-position: -469px 0px; width:67px;}
#navTab07 a.mainNavItem { background-position: -536px 0px; width:64px;}
#navTab08 a.mainNavItem { background-position: -600px 0px; width:107px;}

#navTab01 a.mainNavItem:hover { background-position: 0px -34px; width:74px;}
#navTab02 a.mainNavItem:hover { background-position: -74px -34px; width:87px; }
#navTab03 a.mainNavItem:hover { background-position: -161px -34px; width:104px;}
#navTab04 a.mainNavItem:hover { background-position: -265px -34px; width:72px;}
#navTab05 a.mainNavItem:hover { background-position: -337px -34px; width:132px;}
#navTab06 a.mainNavItem:hover { background-position: -469px -34px; width:67px;}
#navTab07 a.mainNavItem:hover { background-position: -536px -34px; width:64px;}
#navTab08 a.mainNavItem:hover { background-position: -600px -34px; width:107px;}

#navTab01 a.current { background-position: 0px -68px; width:74px;}
#navTab02 a.current { background-position: -74px -68px; width:87px;}
#navTab03 a.current { background-position: -161px -68px; width:104px;}
#navTab04 a.current { background-position: -265px -68px; width:72px; }
#navTab05 a.current { background-position: -337px -68px; width:132px; }
#navTab06 a.current { background-position: -469px -68px; width:67px; }
#navTab07 a.current { background-position: -536px -68px; width:64px; }
#navTab08 a.current { background-position: -600px -68px; width:107px; }


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

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

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

#mainNav ul.dropdown li {
	color:#333;
	position: relative;
	background-color: #dedede;
	border-bottom: solid 1px #FFF;
	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: #dedede;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #333366;
	color: #FFF;
}


/* ========== 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 #FFF;
	border-right: solid 1px #FFF;
	border-top: solid 1px #FFF;
	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: #666;
}

#breadcrumbs a:hover { color: silver; }




/* ===================================================================================== 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 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; /* Contain floated list items */
	margin: 0;
	padding: 0 0 20px 0;
	width: 200px;
	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:active, 
#subNav a:visited {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 175px;
	border-bottom: solid 1px #999;
	background-color: #CECECE;
	text-decoration: none;
	color: #666;	
	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: #FFF;
}

#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: #666 !important; 
	color: #FFF !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: #CECECE !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 5px 8px !important;
	background-repeat: no-repeat !important;
	color: #666 !important;
}


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

#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 5px 5px 5px 35px;
	width: 160px;
	background-color: #BBB !important;
	background-image: none !important;
	border-bottom: solid 1px #999;
	color: #666;	
}

#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: #FFF !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;
}

#subNav .withChildren ul a.current {
	background-color: #777 !important;
	background-image: none !important;
	color: #FFF !important;
}

#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: #BBB !important;
	background-image: url(../images/structure/subnav_arrow_l3_open.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;
	color: #666 !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: 145px;
	background-color: #CCC !important;
	background-image: none !important;
	border-bottom: solid 1px #999;
	color: #666;	
}

#subNav ul .withChildren ul a:hover {
	background-color: #FFF !important;
	background-image: none !important;
}

#subNav .withChildren ul .withChildren ul a.current {
	background-color: #888 !important;
	background-image: none !important;
	color: #FFF !important;
}




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

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

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


