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


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

.horizNavSeparator 
{
	padding: 0px 7px 0px 7px;
	color: #0078ae;
}



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

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

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



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

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

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

	#nav li 
	{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#navTab01, 
	#navTab02, 
	#navTab03, 
	#navTab04, 
	#navTab05, 
	#navTab06
	{
		position: relative;
		float: left;
	}
	
	a.mainNavItem1, 
	a.mainNavItem1:active, 
	a.mainNavItem1:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 105px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	a.mainNavItem2, 
	a.mainNavItem2:active, 
	a.mainNavItem2:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 92px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	a.mainNavItem3, 
	a.mainNavItem3:active, 
	a.mainNavItem3:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 165px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	a.mainNavItem4, 
	a.mainNavItem4:active, 
	a.mainNavItem4:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 56px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	a.mainNavItem5, 
	a.mainNavItem5:active, 
	a.mainNavItem5:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 102px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	a.mainNavItem6, 
	a.mainNavItem6:active, 
	a.mainNavItem6:visited 
	{
		float: left;
		padding: 0;
		margin: 0;
		height: 31px;
		width: 90px;
		background-image: url(../en/images/structure/mainNav.jpg);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#navTab01 a.mainNavItem1 { background-position: 0px 0px; }
	#navTab02 a.mainNavItem2 { background-position: -105px 0px; }
	#navTab03 a.mainNavItem3 { background-position: -197px 0px; }
	#navTab04 a.mainNavItem4 { background-position: -362px 0px; }
	#navTab05 a.mainNavItem5 { background-position: -418px 0px; }
	#navTab06 a.mainNavItem6 { background-position: -520px 0px; }
	
	#navTab01 a.mainNavItem1:hover { background-position: 0px 0px; }
	#navTab02 a.mainNavItem2:hover { background-position: -105px 0px; }
	#navTab03 a.mainNavItem3:hover { background-position: -197px 0px; }
	#navTab04 a.mainNavItem4:hover { background-position: -362px 0px; }
	#navTab05 a.mainNavItem5:hover { background-position: -418px 0px; }
	#navTab06 a.mainNavItem6:hover { background-position: -520px 0px; }
	
	#navTab01 a.current1 { background-position: 0px 0px; }
	#navTab02 a.current2 { background-position: -105px 0px; }
	#navTab03 a.current3 { background-position: -197px 0px; }
	#navTab04 a.current4 { background-position: -362px 0px; }
	#navTab05 a.current5 { background-position: -418px 0px; }
	#navTab06 a.current6 { background-position: -520px 0px; }


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

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

/* 
	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: right; /* Contain floated list items */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 198px;
	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 35px;
		border-bottom: 2px solid #0078ae;
		text-decoration: none;
		color: #0078ae;	
		cursor: pointer;
		text-transform: uppercase;
	}
	
	#subNav a:hover,
	#subNav a.current:hover
	{
		background-color: #FFF;		
	}
	
	#subNav a.parentNav, 
	#subNav a.parentNav:active, 
	#subNav a.parentNav:visited 
	{
		display: block;
		padding: 5px 3px 5px 25px;
		border-bottom: 2px solid #0078ae;
		text-decoration: none;
		color: #fff;	
		cursor: pointer;
		text-transform: uppercase;
		background-color: #83afcd;
		font-size:12px;
	}
	

	
	#subNav a.parentNav:hover 
	{
		background: #5f9abe;	
	}
	
	
	#subNav a.current 
	{
		font-weight: bold;
		background: url(../images/structure/sideNavCurrentArrow.jpg) no-repeat #d1e3f0;
	}
	
	#subNav a.current:hover 
	{
		background: url(../images/structure/sideNavCurrentArrowHover.jpg) no-repeat #fff;	
	}
		



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

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

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




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