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


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

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

.current
{
    font-weight:bold;   
}

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

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

#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: 45px;
		background-image: url(/en/images/structure/nav.gif);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#navTab01 a.mainNavItem { width: 191px; background-position: 0px 0px; }
	#navTab02 a.mainNavItem { width: 192px; background-position: -191px 0px; }
	#navTab03 a.mainNavItem { width: 191px; background-position: -383px 0px; }
	#navTab04 a.mainNavItem { width: 192px; background-position: -574px 0px; }

	
	#navTab01 a.mainNavItem:hover { width: 191px; background-position: 0px -45px; }
	#navTab02 a.mainNavItem:hover { width: 192px; background-position: -191px -45px; }
	#navTab03 a.mainNavItem:hover { width: 191px; background-position: -383px -45px; }
	#navTab04 a.mainNavItem:hover { width: 192px; background-position: -574px -45px; }
	
	
	#navTab01 a.current { width: 191px; background-position: 0px -45px; }
	#navTab02 a.current { width: 192px; background-position: -191px -45px; }
	#navTab03 a.current { width: 191px; background-position: -383px -45px; }
	#navTab04 a.current { width: 192px; background-position: -574px -45px; }
	


/* ========== Drop-down (Level 2) 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: auto !important;
		}
		
		#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 {
                background-color:#FFFFFF;
                color:#305d84;
                cursor:pointer;
                display:block;
                font-family:Arial,Helvetica,sans-serif;
                font-size:12px;
                padding:3px 5px;
                text-decoration:none;
                width:220px;
            }

					
			#mainNav ul.dropdown li a:hover 
			{
				background-color: #305d84;
				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 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;
					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: #666;
}

#breadcrumbs a:hover 
{
	color: silver;
}




/* ===================================================================================== 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;
}

/* 
	Need background image as link cannot be empty otherwise it will
	have no clickable/hoverable area
*/
a.ShareLink, 
a.ShareLink:active,
a.ShareLink:visited
{
	padding: 0;
}
			
	/* Individual share item container */
	#Share ul
	{
		position: absolute; 
		display: none;
		list-style-image: none; 
		list-style-type: none; 
		padding: 0;
		margin: 0;		
		top: 16px; /* This should be the height of the share icon so that the menu will display directly below */
		left: 0;
		list-style-image: none; 
		list-style-type: none; 
		background-color: #ffffff;
		border: solid 1px #e9e9e9;
	}




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

#subNav 
{
	float: left; /* Contain floated list items */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 200px;
	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: 3px 3px 3px 3px;
		border-bottom: solid 1px silver;
		text-decoration: none;
		color: #666666;	
		cursor: pointer;
	}
	
	#subNav a:hover 
	{
		background-color: #FFF;		
	}
	
	#subNav a.current 
	{
		font-weight: bold;
	}
		



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

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

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


#navTabHidden
{
    display:none;
}

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