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


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

.horizNavSeparator {
	padding: 0px 7px 0px 7px;
}
/* ===================================================================================== 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: 36px;
	background-image: url(/en/images/structure/nav_full.gif);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}
#navTab01 a.mainNavItem {
	width: 100px;
	background-position: 0px 0px;
}
#navTab02 a.mainNavItem {
	width: 222px;
	background-position: -100px 0px;
}
#navTab03 a.mainNavItem {
	width: 142px;
	background-position: -322px 0px;
}
#navTab04 a.mainNavItem {
	width: 182px;
	background-position: -464px 0px;
}
#navTab05 a.mainNavItem {
	width: 135px;
	background-position: -646px 0px;
}
#navTab06 a.mainNavItem {
	width: 119px;
	background-position: -781px 0px;
}
#navTab07 a.mainNavItem {
	width: 80px;
	background-position: -900px 0px;
}
#navTab01 a.mainNavItem:hover {
	width: 100px;
	background-position: 0px -36px;
}
#navTab02 a.mainNavItem:hover {
	width: 222px;
	background-position: -100px -36px;
}
#navTab03 a.mainNavItem:hover {
	width: 142px;
	background-position: -322px -36px;
}
#navTab04 a.mainNavItem:hover {
	width: 182px;
	background-position: -464px -36px;
}
#navTab05 a.mainNavItem:hover {
	width: 135px;
	background-position: -646px -36px;
}
#navTab06 a.mainNavItem:hover {
	width: 119px;
	background-position: -781px -36px;
}
#navTab07 a.mainNavItem:hover {
	width: 80px;
	background-position: -900px -36px;
}
#navTab01 a.current {
	width: 100px;
	background-position: 0px -36px;
}
#navTab02 a.current {
	width: 222px;
	background-position: -100px -36px;
}
#navTab03 a.current {
	width: 142px;
	background-position: -322px -36px;
}
#navTab04 a.current {
	width: 182px;
	background-position: -464px -36px;
}
#navTab05 a.current {
	width: 135px;
	background-position: -646px -36px;
}
#navTab06 a.current {
	width: 119px;
	background-position: -781px -36px;
}
#navTab07 a.current {
	width: 80px;
	background-position: -900px -36px;
}
/* ========== Drop-down (Level 2) Navigation ========== */

		#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 30px; /* 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;
}
#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 {
	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: #7DA7D9;
	cursor: pointer;
}
#mainNav ul.dropdown li a:hover {
	background-color: #7DA7D9;
	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: #A4BEDE;
}
#breadcrumbs a:hover, #breadcrumbs span.current
{
	color: #FFF;
}