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

	Author:	eSolutionsGroup.ca
		
*/


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

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

#footerMiddle .horizNavSeparator { padding: 0px 7px 0px 7px; color: #9d9d9d; }
#breadcrumbs .horizNavSeparator { padding: 0px 5px 0px 5px; }



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

#topNav a, 
#topNav a:link, 
#topNav a:visited, 
#translateLink, 
#translateLink:link, 
#translateLink:visited{
	color: #FFF !important;
	text-decoration: none;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
}

#translateLink, 
#translateLink:link, 
#translateLink:visited
{
    float:left;
    text-align:right;
    display:block;
    width:71px;
    padding-right:8px;    
}
    
#topNav a:hover, #topNav a:active, #topNav a:focus,
#translateLink:hover, #translateLink:active, #translateLink:focus { 
    text-decoration: underline; 
}

#translate{
	float:left;	
	list-style-type:none;
	list-style-image: none !important;
	position:relative;
	z-index: 1200;
}
	#translate ul {
		display: none;
		position:absolute;
		top:20px;
		right:0px;
		list-style-type:none;
		list-style-image: none !important;
		background:#fff;
		border:1px solid #868686;
		width:100px;
	}
	#translate ul li a{
		display:block;
		width:90px;
		padding:5px;
		background:#fff;
	}
	#translate ul li a:hover, #translate ul li a:focus{
		background:#CCC;
	}



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


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

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

#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;
	height: 53px;
	background-image: url(../en/images/structure/mainNav.jpg);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 252px; }
#navTab02 a.mainNavItem { background-position: -252px 0px; width: 223px; }
#navTab03 a.mainNavItem { background-position: -475px 0px; width: 164px; }
#navTab04 a.mainNavItem { background-position: -639px 0px; width: 166px; }
#navTab05 a.mainNavItem { background-position: -805px 0px; width: 175px; }

#navTab01 a.current { background-position: 0px -106px; } /* See below to hide shadow */
#navTab02 a.current { background-position: -252px -106px; }
#navTab03 a.current { background-position: -475px -106px; }
#navTab04 a.current { background-position: -639px -106px; }
#navTab05 a.current { background-position: -805px -106px; }

#navTab01 a.mainNavItem:hover, #navTab01 a.mainNavItem:focus, #navTab01 a.currentHover { background-position: 0px -53px; }
#navTab02 a.mainNavItem:hover, #navTab02 a.mainNavItem:focus, #navTab02 a.currentHover { background-position: -252px -53px; }
#navTab03 a.mainNavItem:hover, #navTab03 a.mainNavItem:focus, #navTab03 a.currentHover { background-position: -475px -53px; }
#navTab04 a.mainNavItem:hover, #navTab04 a.mainNavItem:focus, #navTab04 a.currentHover { background-position: -639px -53px; }
#navTab05 a.mainNavItem:hover, #navTab05 a.mainNavItem:focus, #navTab05 a.currentHover { background-position: -805px -53px; }


/* For Interior Current State to hide Shadow */
#actionsCoverUp{
	position: absolute;
	height: 5px;
	background: #47732A;
	top: 0;
}
.navTab01 #actionsCoverUp{ width: 250px; left: 1px;}
.navTab02 #actionsCoverUp{ width: 222px; left: 252px;}
.navTab03 #actionsCoverUp{ width: 163px; left: 475px;}
.navTab04 #actionsCoverUp{ width: 165px; left: 639px;}
.navTab05 #actionsCoverUp{ width: 173px; left: 805px;}


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

#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 2px 0 0 0;
	left: 0px;
	top: 53px; /* Height of main navigation item */
	list-style-image: none !important;
	list-style-type: none;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	background: #efefef;
	z-index: 1000;
	width: 250px;
}

#mainNav #navTab02 ul.dropdown, #mainNav #navTab03 ul.dropdown, #mainNav #navTab04 ul.dropdown { left: -1px; }

#mainNav #navTab01 ul.dropdown { background: url(../images/structure/mainnav_tab-dd01.gif) 0 0 no-repeat; }
#mainNav #navTab02 ul.dropdown { background: url(../images/structure/mainnav_tab-dd02.gif) 0 0 no-repeat; left: -1px; }
#mainNav #navTab03 ul.dropdown { background: url(../images/structure/mainnav_tab-dd03.gif) 0 0 no-repeat; left: -1px; }
#mainNav #navTab04 ul.dropdown { background: url(../images/structure/mainnav_tab-dd04.gif) 0 0 no-repeat; left: -1px; }
#mainNav #navTab05 ul.dropdown { background: url(../images/structure/mainnav_tab-dd05.gif) 0 0 no-repeat; }

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

#mainNav ul.dropdown li {
	position: relative;
	background-color: #efefef;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	width: 248px;
}

#mainNav ul.dropdown li.last { border-bottom: 1px solid #FFF; }
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 5px 10px 5px 14px;
	width: 224px;				
	background-color: #efefef;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
	overflow: hidden;
}

#mainNav ul.dropdown li a{ border-top: solid 1px #c8c8c8; }
#mainNav ul.dropdown li:first-child a{ border-top: none; }
		
#mainNav ul.dropdown li a:hover, #mainNav ul.dropdown li a:focus {
	background-color: #47732a;
	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 !important;
	list-style-type: none;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px #8aa032;
	z-index: 1001;
	width: 230px;
}

/* Required for the 'right' navigation to flyin */

#nav ul.lastMainNavDropdown ul {
	left: -232px;
	width: 230px !important;
	z-index: 1001;
}

#nav ul.flyLeft ul {
	left: -232px;
	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;
}


/* ===================================================================================== BREADCRUMBS  */


#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #FFF;
}

#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus { text-decoration: underline; }




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

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .brosweAloudLink{
	margin: 0 0 0 20px;
}

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .brosweAloudLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 2px 0 0;
	top: 6px;
}

#actions a, 
#actions a:link, 
#actions a:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #FFF;
	float: right;
}

#actions a:hover, #actions a:active, #actions a:focus  {
    color: #FFF;
    text-decoration: underline; }

/*
   Share Drop-down Styles - see:
   /share/share.css
*/
.textPlus{ margin: 0 3px 0 0; }
.textSize{ padding: 4px 0 0 0; }
.textSize img{
	position: relative;
	top: 4px;
}

.textSize:focus img{
	border-bottom: 1px solid #fff;
}

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

.subNav {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 240px;
	list-style-image: none !important;
	list-style-type: none;
	list-style: none;
	float: left;
	border-bottom: solid 1px #e1e1e1;
}

.subNav li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	list-style-type: none;
	list-style: none;
}


/* ========== 2nd Level ========== */

.subNav a, 
.subNav a:link, 
.subNav a:visited {
	display: block;
	padding: 6px 32px 9px 18px;
	width: 190px;
	border-top: solid 1px #e1e1e1;
	background-color: #FFF;
	text-decoration: none;
	color: #222;	
	cursor: pointer;
	overflow: hidden;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

.subNav li:first-child a, 
.subNav li:first-child a:link, 
.subNav li:first-child a:visited { border-top: none; }

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_up.png) #FFF 218px 10px no-repeat;
}

.subNav a:hover, .subNav a:focus { 
	background-color: #47732a;
	color: #FFF;
}

.subNav .withChildren a:hover, .subNav .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_over.png) #47732a 218px 10px no-repeat;
}

.subNav a.current {
	background-color: #47732a !important; 
	color: #FFF !important;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
}

.subNav .withChildren a.current {
	background: url(../images/structure/subnav_arrow_on.png) #47732a 214px 11px no-repeat !important;
}

.subNav .withChildren a.open {
	background: url(../images/structure/subnav_arrow_open.png) #FFF 214px 11px no-repeat !important;
	color: #222 !important;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
}

.subNav .withChildren a.open:hover, .subNav .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_on.png) #47732a 214px 11px no-repeat !important;
	color: #FFF !important;	
}


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

.subNav ul li{
	border-top: 1px solid #dcdcdc;
}

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 6px 32px 9px 18px;
	width: 190px;
	background-color: #f2f2f2 !important;
	background-image: none !important;
	border-top: solid 1px #FFF !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #47732a;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.subNav ul li:first-child a,
.subNav ul li:first-child a:link,
.subNav ul li:first-child a:visited{
	background: url(../images/structure/subnav_first_l3.gif) #F2F2F2 0 0 no-repeat !important;
	border-top: none !important;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background: url(../images/structure/subnav_arrow_up.png) #f2f2f2 218px 10px no-repeat !important;	
}

.subNav ul li.withChildren:first-child > a,
.subNav ul li.withChildren:first-child > a:link,
.subNav ul li.withChildren:first-child > a:visited{
	background: url(../images/structure/subnav_first_arrow_l3_up.gif) #F2F2F2 0 0 no-repeat !important;
}

.subNav ul a:hover, .subNav ul a:focus{
	background-image: none !important;
	background-color: #e4eadf !important;
}

.subNav ul li:first-child  a:hover, .subNav ul li:first-child  a:focus {
	background: url(../images/structure/subnav_first_l3_over.gif) #e4eadf  0 0 no-repeat !important;
}

.subNav ul .withChildren a:hover, .subNav ul .withChildren a:focus { 
	background: url(../images/structure/subnav_arrow_over.png) #e4eadf 218px 10px no-repeat !important;
}

.subNav ul li.withChildren:first-child > a:hover, .subNav ul li.withChildren:first-child > a:focus { 
	background: url(../images/structure/subnav_first_arrow_l3_over.gif) #e4eadf 0 0 no-repeat !important;
}

.subNav .withChildren ul a.current {
	background-color: #47732a !important;
	background-image: none !important;
	color: #FFF !important;
}

.subNav .withChildren ul li:first-child a.current {
	background: url(../images/structure/subnav_first_l3_on.gif) #47732a 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren a.current {
	background: url(../images/structure/subnav_arrow_on.png) #47732a 214px 11px no-repeat !important;
}

.subNav .withChildren ul li.withChildren:first-child > a.current {
	background: url(../images/structure/subnav_first_arrow_l3_on.gif) #47732a 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open {
	background: url(../images/structure/subnav_arrow_open.png) #f2f2f2 214px 11px no-repeat !important;
	color: #47732a !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.subNav .withChildren ul li.withChildren:first-child a.open {
	background: url(../images/structure/subnav_first_arrow_l3_open.gif) #f2f2f2 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren a.open:hover, .subNav .withChildren ul .withChildren a.open:focus{
	background: url(../images/structure/subnav_arrow_on.png) #47732a 214px 11px no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul li.withChildren:first-child a.open:hover, .subNav .withChildren ul li.withChildren:first-child a.open:active{
	background: url(../images/structure/subnav_first_arrow_l3_on.gif) #47732a 0 0 no-repeat !important;
	color: #FFF !important;
}


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

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited,
.subNav ul .withChildren ul li:first-child a,
.subNav ul .withChildren ul li:first-child a:link,
.subNav ul .withChildren ul li:first-child a:visited{
	padding: 6px 32px 9px 35px;
	width: 173px;
	background: url(../images/structure/subnav_bullet_l4.gif) #f2f2f2 0 0 no-repeat !important;
	border-top: solid 1px #FFF !important;
	color: #47732a;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.subNav ul .withChildren ul .withChildren > a,
.subNav ul .withChildren ul .withChildren > a:link,
.subNav ul .withChildren ul .withChildren > a:visited,
.subNav ul .withChildren ul li.withChildren:first-child > a,
.subNav ul .withChildren ul li.withChildren:first-child > a:link,
.subNav ul .withChildren ul li.withChildren:first-child > a:visited{
	background: url(../images/structure/subnav_arrow_l4_up.gif) #f2f2f2 0 0 no-repeat !important;	
}

.subNav ul .withChildren ul a:hover, .subNav ul .withChildren ul a:focus,
.subNav ul .withChildren ul li:first-child a:hover, .subNav ul .withChildren ul li:first-child a:focus{
	background: url(../images/structure/subnav_bullet_l4_over.gif) #e4eadf 0 0 no-repeat !important;
}
.subNav ul .withChildren ul .withChildren > a:hover, .subNav ul .withChildren ul .withChildren > a:focus,
.subNav ul .withChildren ul li.withChildren:first-child > a:hover, .subNav ul .withChildren ul li.withChildren:first-child > a:focus{ 
	background: url(../images/structure/subnav_arrow_l4_over.gif) #e4eadf 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren ul a.current,
.subNav .withChildren ul .withChildren ul li:first-child a.current{
	background: url(../images/structure/subnav_bullet_l4_on.gif) #47732a 0 0 no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren ul .withChildren > a.current,
.subNav .withChildren ul .withChildren ul li.withChildren:first-child > a.current{
	background: url(../images/structure/subnav_arrow_l4_on.gif) #47732a 0 0 no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open,
.subNav .withChildren ul .withChildren ul li.withChildren:first-child a.open{
	background: url(../images/structure/subnav_arrow_l4_open.gif) #f2f2f2 0 0 no-repeat !important;
	color: #47732a !important;
}

.subNav .withChildren ul .withChildren ul .withChildren a.open:hover,
.subNav .withChildren ul .withChildren ul li.withChildren:first-child a.open:hover,
.subNav .withChildren ul .withChildren ul .withChildren a.open:focus,
.subNav .withChildren ul .withChildren ul li.withChildren:first-child a.open:focus{
	background: url(../images/structure/subnav_arrow_l4_on.gif) #47732a 0 0 no-repeat !important;
	color: #FFF !important;
	
}

/* ========== 5th Level ========== */

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited,
.subNav ul .withChildren ul .withChildren ul li:first-child a,
.subNav ul .withChildren ul .withChildren ul li:first-child a:link,
.subNav ul .withChildren ul .withChildren ul li:first-child a:visited{
	padding: 6px 32px 9px 52px;
	width: 156px;
	background: url(../images/structure/subnav_bullet_l5.gif) #f2f2f2 0 0 no-repeat !important;
	border-top: solid 1px #FFF !important;
	color: #47732a;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.subNav ul .withChildren ul .withChildren ul a:hover, .subNav ul .withChildren ul .withChildren ul a:focus,
.subNav ul .withChildren ul .withChildren ul li:first-child a:hover, .subNav ul .withChildren ul .withChildren ul li:first-child a:focus{
	background: url(../images/structure/subnav_bullet_l5_over.gif) #e4eadf 0 0 no-repeat !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul a.current,
.subNav .withChildren ul .withChildren ul .withChildren ul li:first-child a.current{
	background: url(../images/structure/subnav_bullet_l5_on.gif) #47732a 0 0 no-repeat !important;
	color: #FFF !important;
}

.subNav .withChildren ul .withChildren ul .withChildren ul .withChildren ul{
    display: none !important;
}



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

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: #003366;
	text-decoration: none;
}

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

