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


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

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




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

#topNav a, 
#topNav a:active, 
#topNav a:visited
{
	color: #7d0511;
	font-weight: bold;
	font-size:10px;
	margin-right:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

	#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,
	#navTab06,
	#navTab07 
	{
		position: relative;
		float: left;
	}
	
	a.mainNavItem, 
	a.mainNavItem:active, 
	a.mainNavItem:visited 
	{
		float: left;
		padding: 0;
		height: 44px;
		background-image: url(/en/images/structure/mainNav.gif);
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#navTab01 a.mainNavItem { background-position: 0px 0px; width: 120px;}
	#navTab02 a.mainNavItem { background-position: -120px 0px; width: 120px;}
	#navTab03 a.mainNavItem { background-position: -240px 0px; width: 77px;}
	#navTab04 a.mainNavItem { background-position: -317px 0px; width: 154px;}
	#navTab05 a.mainNavItem { background-position: -471px 0px; width: 117px;}
	#navTab06 a.mainNavItem { background-position: -588px 0px; width: 187px;}
	#navTab07 a.mainNavItem { background-position: -775px 0px; width: 50px;}

	#navTab01 a.mainNavItem:hover { background-position: 0px -44px; }
	#navTab02 a.mainNavItem:hover { background-position: -120px -44px; }
	#navTab03 a.mainNavItem:hover { background-position: -240px -44px; }
	#navTab04 a.mainNavItem:hover { background-position: -317px -44px; }
	#navTab05 a.mainNavItem:hover { background-position: -471px -44px; }
	#navTab06 a.mainNavItem:hover { background-position: -588px -44px; }
	#navTab07 a.mainNavItem:hover { background-position: -775px -44px; }

	#navTab01 a.current { background-position: 0px -44px; }
	#navTab02 a.current { background-position: -120px -44px; }
	#navTab03 a.current { background-position: -240px -44px; }
	#navTab04 a.current { background-position: -317px -44px; }
	#navTab05 a.current { background-position: -471px -44px; }
	#navTab06 a.current { background-position: -588px -44px; }
	#navTab07 a.current { background-position: -775px -44px; }


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

		#mainNav ul.dropdown
		{
			display: none;
			position: absolute;
			margin: 0;
			padding: 0;
			left: 0px;
			top: 44px; /* 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: 3px 5px 3px 5px;
				width: 220px;				
				background-color: #FFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				color: #2b2b2b;
				cursor: pointer;	
			}
					
			#mainNav ul.dropdown li a:hover 
			{
				background-color: #2b2b2b;
				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 silver;
	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: #000;
}

#breadcrumbs a:hover 
{
	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;
	top: 3px;
}

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

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

/*
   Share Drop-down Styles - see:
   /share/share.css
*/





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

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

#subNav ul {
	overflow: auto;
}

#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: 10px 23px 10px 20px;
	width: 161px;
	border-top: solid 1px #fff;
	background: url(/images/structure/subNav_bg.jpg) no-repeat;
	text-decoration: none;
	color: #fff;	
	cursor: pointer;
	text-transform: uppercase;
	/*font-size: 15px;*/
}

#subNav a:hover,
#subNav a.current:hover
{ 
	color: #db9b97;
}

#subNav a#home:hover{
	color: #CCC;	
}

#subNav a.current { 
	color: #FFF; 
	background: url(/images/structure/subNav_current_bg.jpg) no-repeat !important;
}

#subNav a#home { 
	padding-left: 40px;
	font-size: 14px;
	color: #FFF;
	background:url(/images/structure/y-home.jpg) no-repeat !important;
	text-transform: none;
	width: 141px;
}


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

#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 6px 3px 6px 37px;
	width: 164px;
	background: transparent;
	border-top: solid 1px #999;
	color: #000;	
	text-transform: none;
}

#subNav ul a:hover{
	background: #FFF;
	color: #000 !important;
}

#subNav ul .level3 a.current { 
	background: url(/images/structure/subNav_3_current_bg.jpg) right top no-repeat !important;
	color: #000;	
}

#subNav .level3 a.current:hover{
	background: #fff url(/images/structure/subNav_3_current_hover_bg.jpg) top right no-repeat;
}




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

#subNav ul ul a,
#subNav ul ul a:active,
#subNav ul ul a:visited {
	float: right;
	padding: 6px 3px 6px 10px;
	width: 155px;
	background: url(/images/structure/subNav_4_bg.jpg) repeat-y right top;
	border-top: solid 1px #999;
	text-decoration: none;
	color: #000 !important;	
	cursor: pointer;
}

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

#subNav ul ul .level4 a.current:hover,
#subNav ul ul .level4 a.current{
	background:#FFF;
}

#subNav ul ul .level4 a.current {  
	color: #7d0511 !important; 
	background: url(/images/structure/subNav_4_bg.jpg) repeat-y right top;
}

#subNav ul ul .level4 a.current:hover{
	color: #7d0511;
}


/* ===================================================================================== HOME RIGHT NAVIGATION */


#rNav a, 
#rNav a:active, 
#rNav a:visited {
	display: block;
	padding: 10px 22px 10px 15px;
	margin: 0;
	width: 188px;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	color: #fff;	
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
}

#rNav a:hover { 
	color: #db9b97;
}




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


#footerNav p{
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif
}

#footerNav a, #footerNav a:active, #footerNav a:visited {
	font-size:11px;	
	color: #646464;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif
}

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



