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


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


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





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


#topNav a, 
#topNav a:active, 
#topNav a:visited {
	font-size:12px;
	color: #c7d4dd;
	text-decoration: none;
	text-transform:uppercase;
}

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

#topNav {
	font-size:12px;
	color: #c7d4dd;
	text-transform:uppercase;
}

#googleTranslate{
	display:inline;
	list-style-type:none;
	margin:10px 18px 0 0;
	padding:0px 0px 0px 0px;
	float:right;
	/*width:140px;*/
	position:relative;
}

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


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


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

#nav li {
	float: left;
}

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

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

#navTab01 a.mainNavItem { background-position: 0px 0px; width:215px;}
#navTab02 a.mainNavItem { background-position: -215px 0px; width:135px;}
#navTab03 a.mainNavItem { background-position: -350px 0px; width:193px;}
#navTab04 a.mainNavItem { background-position: -543px 0px; width:249px;}
#navTab05 a.mainNavItem { background-position: -792px 0px; width:148px;}

#navTab01 a.mainNavItem:hover { background-position: 0px -50px; }
#navTab02 a.mainNavItem:hover { background-position: -215px -50px; }
#navTab03 a.mainNavItem:hover { background-position: -350px -50px; }
#navTab04 a.mainNavItem:hover { background-position: -543px -50px; }
#navTab05 a.mainNavItem:hover { background-position: -792px -50px; }

#navTab01 a.current { background-position: 0px -50px; }
#navTab02 a.current { background-position: -215px -50px; }
#navTab03 a.current { background-position: -350px -50px; }
#navTab04 a.current { background-position: -543px -50px; }
#navTab05 a.current { background-position: -792px -50px; }


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


#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 50px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	border-top: solid 1px silver;
	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: 5px 5px 5px 5px;
	width: 220px;				
	background-color: #ECF0F3;
	color: #003a65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #7DA7D9;
	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 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: -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: #003a65;
	text-transform:uppercase;
}

#breadcrumbs a:hover { color: #003a65; 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 3px 0 0;
}

#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 */


#leftColumnInt{
	float: left; /* Contain floated list items */
	margin: 10px 0px 0px 0px;
	width: 214px;
}
	#subNavTop{
		background:url(/images/structure/subnav-top.gif) top left no-repeat;
		width:214px;
		height:4px;
		overflow:hidden;
		margin:0px;
		padding:0px;
	}
	#subNavBottom{
		background:url(/images/structure/subnav-bottom.gif) top left no-repeat;
		width:214px;
		height:77px;
	}

#subNav {
	float: left; /* Contain floated list items */
	margin: 0;
	padding: 0px;
	margin:0px;
	width: 214px;
	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;
	font-size: 12px;
	line-height: 16px;
}


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


#subNav a, 
#subNav a:active, 
#subNav a:visited {
	padding: 2px 15px 5px 20px;
	width: 179px;
	height: 26px;
	float:left;
	color: #3c3c3c;	
	cursor: pointer;
	text-decoration: none;
	overflow:hidden;
	line-height:30px;
	background:url(/images/structure/sub-navigation.gif) top left no-repeat;
}

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

#subNav a:hover { 
	background-position: 0px -33px;
}

#subNav .withChildren a:hover { 
	background-position: 0px -33px;
	background-repeat: no-repeat;
}

#subNav a.current {
	background-position: 0px -66px !important;
}

#subNav .withChildren a.current {
	background-position: 0px -66px !important;
	background-repeat: no-repeat !important;
}

#subNav .withChildren a.open {
	background-position: 0px 0px !important;
}

#subNav .withChildren a.open:hover {
	background-position: 0px -33px !important;
}


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


#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 2px 15px 5px 30px;
	width: 169px;
	float:left;
	background-position: 0px -99px!important;
}

#subNav ul .withChildren a,
#subNav ul .withChildren a:active,
#subNav ul .withChildren a:visited {
	background-position: 0px -99px !important;
	background-repeat: no-repeat !important;	
}

#subNav ul a:hover {
	background-position: 0px -132px !important;
}

#subNav ul .withChildren a:hover { 
	background-position: 0px -132px !important;
	background-repeat: no-repeat !important;
}

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

#subNav .withChildren ul .withChildren a.current {
	background-position: 0px -165px !important;
	background-repeat: no-repeat !important;
}

#subNav .withChildren ul .withChildren a.open {
	background-position: 0px -99px !important;
	background-repeat: no-repeat !important;
}

#subNav .withChildren ul .withChildren a.open:hover {
	background-position: 0px -132px !important;
}

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


#subNav ul .withChildren ul a,
#subNav ul .withChildren ul a:active,
#subNav ul .withChildren ul a:visited {
	padding: 2px 15px 5px 40px;
	width: 159px;
	background-position: 0px -198px!important;
}

#subNav ul .withChildren ul a:hover {
	background-position: 0px -231px!important;
}

#subNav .withChildren ul .withChildren ul a.current {
	background-position: 0px -264px !important;
}

.lastSubNavItem{
	height:25px!important;
}


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


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

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


