/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------
	Client:	EOWC
	Author:	 eSolutionsGroup
	Date:	May 2010
		
		
*/


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

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




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

#topNav a {
	color:#ece5be !important;
	text-decoration: none !important;
	}
	
#topNav a:hover {
	color:#ece5be !important;
	text-decoration: none !important;
	}





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


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

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

#nav li {
	float: left;
}

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

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	width: 816px;
	height: 46px;
	background-image: url(/en/images/structure/mainNav.gif);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width:189px }
#navTab02 a.mainNavItem { background-position: -189px 0px; width:189px }
#navTab03 a.mainNavItem { background-position: -378px 0px; width:189px }
#navTab04 a.mainNavItem { background-position: -567px 0px; width:189px }
#navTab05 a.mainNavItem { background-position: -756px 0px; width:204px }

#navTab01 a.mainNavItem:hover { background-position: 0px -46px; width:189px }
#navTab02 a.mainNavItem:hover { background-position: -189px -46px; width:189px }
#navTab03 a.mainNavItem:hover { background-position: -378px -46px; width:189px }
#navTab04 a.mainNavItem:hover { background-position: -567px -46px; width:189px }
#navTab05 a.mainNavItem:hover { background-position: -756px -46px; width:204px }

#navTab01 a.current { background-position: 0px -92px; width:189px }
#navTab02 a.current { background-position: -189px -92px; width:189px }
#navTab03 a.current { background-position: -378px -92px; width:189px }
#navTab04 a.current { background-position: -567px -92px; width:189px }
#navTab05 a.current { background-position: -756px -92px; width:204px }


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

#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 46px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	border-left: solid 1px #491309;
	border-top: solid 1px #491309;
	border-right: solid 1px #491309;
	z-index: 1000;
	width: 230px;
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
	border-left: solid 1px #491309;
	border-right: solid 1px #491309;
}

#mainNav ul.dropdown li {
	position: relative;
	background-color: #dbcd82;
	border-bottom: solid 1px #491309;
	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: #dbcd82;
	color: #491309;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #491309;
	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 #491309;
	border-right: solid 1px #491309;
	border-top: solid 1px #491309;
	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: #491309;
}

#breadcrumbs a:hover { color: #491309; }




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

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .ShareLink {
	padding: 0 0 0 7px;
}

#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: #491309;
	font-size: 11px !important;
	font-weight:normal !important;
}

#actions a:hover { color: #491309; 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: 187px;
	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: 5px 5px 5px 20px;
	width: 165px;
	border-bottom: solid 1px #491309;
	background-color: #f2ebc7;
	text-decoration: none;
	color: #491309;
	cursor: pointer;
	font-weight: normal !important;
}

#subNav .withChildren a, 
#subNav .withChildren a:active, 
#subNav .withChildren a:visited {
	/*background-image: url(/images/structure/subnav_arrow_l2_up.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;*/
}

#subNav a:hover {
	text-decoration: underline;
	font-weight: bold!important;
}
#subNav .withChildren a:hover {
	text-decoration: underline;
	font-weight: bold!important;
}


/*#subNav .withChildren a:hover { 
	background-color: #fff !important;
	color:#184b80;	
}*/


#subNav a.current {
	background-color: #fff !important;
	color: #491309 !important;
}

#subNav .withChildren a.current {
		background-color: #fff !important;
	color: #491309 !important;
}

#subNav .withChildren a.open {
	background-color: #f2ebc7 !important;
	/*background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 5px 8px !important;
	background-repeat: no-repeat !important;*/
	color:#491309 !important;
}


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

#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited {
	padding: 5px 5px 5px 35px;
	width: 150px;
	background-color: #f2ebc7 !important;
	border-bottom: solid 1px #491309;
	color: #491309;
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 23px 11px;
}

#subNav ul .withChildren a,
#subNav ul .withChildren a:active,
#subNav ul .withChildren a:visited {
	/*background-image: url(/images/structure/subnav_arrow_l3_up.gif) !important;
	background-position: 20px 8px !important;
	background-repeat: no-repeat !important;	*/
}

/*#subNav ul a:hover {
	background-color: #cedff1 !important;
}*/

/*#subNav ul .withChildren a:hover { 
	background-color: #fff !important;
	color:#184b80;	
}*/

#subNav .withChildren ul a.current {
	background-color: #fff !important;
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 23px 11px;
	color: #491309!important;
}

#subNav .withChildren ul .withChildren a.current {
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 23px 11px;
	background-color: #fff !important;
	color: #491309 !important;
}

#subNav .withChildren ul .withChildren a.open {
	background-color: #f2ebc7 !important;
	color:#491309!important;
}


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

#subNav ul .withChildren ul a,
#subNav ul .withChildren ul a:active,
#subNav ul .withChildren ul a:visited {
	padding: 5px 5px 5px 50px;
	width: 135px;
	background-color: #f2ebc7 !important;
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 38px 11px;
	border-bottom: solid 1px #491309;
	color: #491309;	
}

#subNav ul .withChildren ul a:hover {
	
	background-image: none !important;
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 38px 11px;
	/*background-color: #fff !important;
	color:#184b80;	*/
	
}

#subNav .withChildren ul .withChildren ul a.current {
	background-image: url(/images/structure/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 38px 11px;
	background-color: #fff !important;
	color: #491309 !important;
}




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

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

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


