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


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

#topNav .horizNavSeparator 
{
	padding: 0px 12px;
}

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

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



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

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

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



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

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

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

	#nav li 
	{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#navTab01, 
	#navTab02, 
	#navTab03, 
	#navTab04, 
	#navTab05 
	{
		position: relative;
		float: left;
	}
	
	a.mainNavItem, 
	a.mainNavItem:active, 
	a.mainNavItem:visited 
	{
		float: left;
		padding: 0;
		height: 28px;
		background-image: url(/en/images/structure/mainNav.gif);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#navTab01 a.mainNavItem { background-position: 0px 0px; width: 139px;}
	#navTab02 a.mainNavItem { background-position: -139px 0px; width: 107px;}
	#navTab03 a.mainNavItem { background-position: -246px 0px; width: 92px}
	#navTab04 a.mainNavItem { background-position: -338px 0px; width: 198px;}
	#navTab05 a.mainNavItem { background-position: -536px 0px; width: 133px;}
	
	#navTab01 a.mainNavItem:hover { background-position: 0px -28px; }
	#navTab02 a.mainNavItem:hover { background-position: -139px -28px; }
	#navTab03 a.mainNavItem:hover { background-position: -246px -28px; }
	#navTab04 a.mainNavItem:hover { background-position: -338px -28px; }
	#navTab05 a.mainNavItem:hover { background-position: -536px -28px; }
	
	#navTab01 a.current { background-position: 0px -28px; }
	#navTab02 a.current { background-position: -139px -28px; }
	#navTab03 a.current { background-position: -246px -28px; }
	#navTab04 a.current { background-position: -338px -28px; }
	#navTab05 a.current { background-position: -536px -28px; }


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

		#mainNav ul.sitedropdown
		{
			display: none;
			position: absolute;
			margin: 0;
			padding: 0;
			left: 0px;
			top: 28px; /* Height of main navigation item */
			list-style-image: none;
			list-style-type: none;
			border-left: solid 1px #527aa7;
			border-right: solid 1px #527aa7;
			border-top: solid 1px #527aa7;
			z-index: 1000;
		}
		
		#mainNav ul.lastMainNavDropdown 
		{
			left: auto; /* Required for 'right' to work */
			right: 0px;
			border-left: solid 1px #527aa7;
			border-right: solid 1px #527aa7;
		}
			
			#mainNav ul.sitedropdown li 
			{
				position: relative;
				background-color: #FFF;
				border-bottom: solid 1px #527aa7;
			}
				
			#mainNav ul.sitedropdown li a, 
			#mainNav ul.sitedropdown li a:active, 
			#mainNav ul.sitedropdown li a:visited 
			{
				display: block;
				padding: 3px 5px 3px 5px;
				width: 220px;				
				background-color: #FFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				color: #527aa7;
				cursor: pointer;	
			}
					
			#mainNav ul.sitedropdown li a:hover 
			{
				background-color: #527aa7;
				color: #FFF;
			}
			
			
/* ========== Flyouts (Level 3) 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 #527aa7;
					border-right: solid 1px #527aa7;
					border-top: solid 1px #527aa7;
					z-index: 1001;
				}
				
				/* Required for the 'right' navigation to flyin */
				#nav ul.lastMainNavDropdown ul
				{
					left: -230px;
					z-index: 1001;
					width: 230px !important;
				}
				
				/* 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: url(/images/structure/mainnav_arrow_up.gif) 216px 7px no-repeat;
				}
				
				#nav ul a.dropdownItemHasFlyout:hover
				{
					background: url(/images/structure/mainnav_arrow_over.gif) 216px 7px no-repeat;
				}




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

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

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




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

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

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

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .ShareLink img 
{
    padding-right: 3px;
}

/*
 
	Share Drop-down Styles
	
*/

#Share
{
	position: relative;
	cursor: pointer;
	z-index: 999;
}


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

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

	
	#subNav li 
	{
		float: left; /* This corrects the */
		width: 100%; /* IE whitespace bug */
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image: none;
		list-style: none;
	}
	
	#subNav a, 
	#subNav a:active, 
	#subNav a:visited 
	{
		display: block;
		padding: 6px;
		border-bottom: solid 1px #e0e0e0;
		text-decoration: none;
		color: #11457f;	
		cursor: pointer;
	}
	
	#subNav a.last, 
	#subNav a.last:active, 
	#subNav a.last:visited 
	{
		display: block;
		padding: 6px;
		text-decoration: none;
		color: #11457f;	
		cursor: pointer;
	}
	
	#subNav a:hover 
	{
		text-decoration: underline;
	}
	
	#subNav a.current 
	{
		background: #ebebeb url(/en/images/structure/subnavCurrent.jpg) repeat-y top right;
	}
		
		#subNav li ul
		{
			margin: 0px 0px 0px 0px;
			padding: 0;
			width: 167px;
			list-style-image: none;
			list-style: none;
		}
		
		#subNav li ul a, 
		#subNav li ul a:active, 
		#subNav li ul a:visited
		{
			padding: 6px 6px 6px 20px;
		}
		
		#subNav li ul a.last, 
		#subNav li ul a.last:active, 
		#subNav li ul a.last:visited
		{
			padding: 6px 6px 6px 20px;
			border: none;
		}

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

#footerNav a, 
#footerNav a:active, 
#footerNav a:visited 
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

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




/* ----- END OF TEMPLATE ----- */