/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


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

.horizNavSeparator { padding: 0px 5px 0px 5px; color: #999; }

#mainNav .horizNavSeparator { 
	padding: 0; 
	background: url(images/nav_separator.gif) no-repeat;
	height: 22px;
	width: 2px;
	margin-top: 19px;
}



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


#translateContainer a, 
#translateContainer a:link, 
#translateContainer a:visited {
	color: #333;
	text-decoration: none;
}

#translate{
	float:left;	
	list-style-type:none;
	position:relative;
	z-index: 1200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#translate a.selectText{
	width: 136px;
	display: block;
	color: #333;
	padding: 3px 0 0 26px;
}
	#translate ul {
		display: none;
		position:absolute;
		top:22px;
		left:0px;
		list-style-type:none;
		background:#fff;
		border:1px solid #c5c5c5;
		width:160px;
	}
	#translate ul li a{
		display:block;
		width:150px;
		padding:3px 5px;
		background:#fff;
	}
	#translate ul li a:hover, #translate ul li a:focus{
		background:#eee;
	}



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


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

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

#nav li {
	float: left;
}

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

a.mainNavItem, a.mainNavItem:active, a.mainNavItem:visited {
	float: left;
	padding: 0;
	height: 40px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.mainNavItem:hover{
	background: #ebeced url(images/dropdown_arrow.png) bottom center no-repeat;
}

#navTab01 a.mainNavItem, #navTab01 a.mainNavItem:active, #navTab01 a.mainNavItem:visited { margin: 0; }

a.mainNavItem.current { background: #e0e1e2 url(images/dropdown_arrow.png) bottom center no-repeat; }

/* For Mouse hover - stay current  */
a.mainNavItem:hover, a.mainNavItem:focus, a.currentHover  { background: #e0e1e2 url(images/dropdown_arrow.png) bottom center no-repeat; }

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

.treenode{
	display: none;
}

.dropDownContainer{
	position: absolute;
	left: 0;
	top: 60px;
	width: 694px;
	z-index: 1000;
	overflow: hidden; 
	padding: 14px 23px;
	background: url(images/dropdown_bg.png) repeat;
}

#mainNav ul.dropdown {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 214px;
	margin: 0 18px 0 0;
	float: left;
	overflow: hidden;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border-right: 1px solid #e2e3e4;
}

#mainNav ul.dropdown.last{
	border: none;
	margin: 0;
}

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

#mainNav ul.dropdown li {
	position: relative;
	width: 212px;
	padding: 9px 0 9px 0;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 0;
	width: 142px;				
	color: #231f20;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
	
}

#mainNav ul.dropdown li a .navItemTitle{
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #55802F;
}
		
#mainNav ul.dropdown li a:hover {
	text-decoration: underline;
}

#mainNav ul.dropdown li img {
	float: left;
	padding: 0 9px 0 0;
}

