/*
	--------------------------------------------------
	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: #003C85;
	text-decoration: none;
}

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





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

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

#nav {
	position: relative;
	top: 0;
	left: 41px;
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	float: left;
}

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

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 40px;
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { width: 124px; background: url(../en/images/structure/mainNav.jpg) -40px 0px; }
#navTab02 a.mainNavItem { width: 217px; background: url(../en/images/structure/mainNav.jpg) -164px 0px; }
#navTab03 a.mainNavItem { width: 116px; background: url(../en/images/structure/mainNav.jpg) -381px 0px; }

#navTab01 a.mainNavItem:hover { background-position: -40px -40px; }
#navTab02 a.mainNavItem:hover { background-position: -164px -40px; }
#navTab03 a.mainNavItem:hover { background-position: -381px -40px; }

#navTab01 a.current { background-position: -40px -80px; }
#navTab02 a.current { background-position: -164px -80px; }
#navTab03 a.current { background-position: -381px -80px; }


/* ========== 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;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	z-index: 1000;
}

#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;
}
	
#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: #7DA7D9;
	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 {
	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;
}

/* 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: 3px 3px 3px 3px;
	width: 194px;
	border-bottom: solid 1px silver;
	background: #CECECE;
	text-decoration: none;
	color: #666666;	
	cursor: pointer;
}

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

#subNav a.current { 
	background: #666; 
	color: #FFF; 
	font-weight: bold; 
}


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

#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 3px 3px 3px 10px;
	width: 187px;
	background: #BBB;
	border-bottom: solid 1px #999;
	color: #666666;	
}

#subNav ul a:hover {
	background-color: #FFF;
}

#subNav .level3 a.current { 
	background: #999; 
	color: #FFF; 
	font-weight: bold; 
}


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

#subNav ul ul a,
#subNav ul ul a:active,
#subNav ul ul a:visited {
	padding: 3px 3px 3px 20px;
	width: 177px;
	background: #AAA;
	border-bottom: solid 1px #999;
	text-decoration: none;
	color: #666666;	
	cursor: pointer;
}

#subNav ul ul a:hover {
	background-color: #FFF;
}

#subNav ul ul a.current { 
	background: #AAA; 
	color: #FFF; 
	font-weight: bold; 
}





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

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

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


