/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== COMMON ELEMENTS */

.horizNavSeparator { padding: 0px 10px 0px 10px; }

#topNav .horizNavSeparator { padding: 0px 9px 0px 9px; }

#actionsContainer .horizNavSeparator { padding: 0px 7px 0px 7px; }

#actions .horizNavSeparator { padding: 0px 8px 0px 8px;float: right; display: block; }



/* ===================================================================================== TOP NAVIGATION */

#topNav a, 
#topNav a:link, 
#topNav a:visited {
	color: #343434;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#topNav a:hover, #topNav a:active { text-decoration: underline; }



/* ===================================================================================== 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;
	height: 45px;
	background-image: url(../en/images/structure/mainNav.png);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 83px;}
#navTab02 a.mainNavItem { background-position: -83px 0px; width: 85px;}
#navTab03 a.mainNavItem { background-position: -168px 0px; width: 91px;}
#navTab04 a.mainNavItem { background-position: -259px 0px; width: 93px;}
#navTab05 a.mainNavItem { background-position: -352px 0px; width: 129px; }

#navTab01 a.mainNavItem:hover { background-position: 0px -45px; }
#navTab02 a.mainNavItem:hover { background-position: -83px -45px; }
#navTab03 a.mainNavItem:hover { background-position: -168px -45px; }
#navTab04 a.mainNavItem:hover { background-position: -259px -45px; }
#navTab05 a.mainNavItem:hover { background-position: -352px -45px; }

#navTab01 a.current { background-position: 0px -90px; }
#navTab02 a.current { background-position: -83px -90px; }
#navTab03 a.current { background-position: -168px -90px; }
#navTab04 a.current { background-position: -259px -90px; }
#navTab05 a.current { background-position: -352px -90px; }


/* ========== 2nd Level (Drop-down) Navigation ========== */

#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 5px;
	top: 45px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	z-index: 1000;
	width: 230px;
}

#mainNav ul.lastMainNavDropdown {
	left: auto; /* Required for 'right' to work */
	right: 0px;
}

#mainNav ul.dropdown li {
	position: relative;
	background-color: #397e9a;
	border-bottom: solid 1px #6c9fb4;
	width: 263px;
}

#mainNav ul.dropdown li.last {
	border-bottom: none;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:link, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 8px 20px 9px 20px;
	width: 223px;				
	background-color: #397e9a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #0e6382;
	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 #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;
}
/*
#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:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#breadcrumbs a:hover, #breadcrumbs a:active { text-decoration: underline; color: #333; }




/* ===================================================================================== ACTIONS  */

#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .ShareLink {
	padding: 0 0 0 0px;
}

#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 3px 0 0;
	top: 3px;
}

#actions .textSize {
	position: relative;
	top: 3px;
}

#actions .textSize.minus{
	padding-right: 3px;
}

#actions .textSize.plus{
	padding-right: 6px;
}

#actions a, 
#actions a:link, 
#actions a:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #707070;
	font-weight: normal;
	float: right;
}

#actions a:hover, #actions a:active  {
    color: #707070;
    text-decoration: underline; }

/*
   Share Drop-down Styles - see:
   /share/share.css
*/




/* ===================================================================================== SUB NAVIGATION */

.subNav {
	margin: 0;
	padding: 0;
	width: 219px;
	list-style-image: none;
	list-style: none;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.subNav li {
/*	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

.subNav.top
{
    margin-bottom: 8px;
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
}

.subNav.top ul
{
    padding: 6px 0 9px 0;
    background: #257EA1;
}

.subNav.top ul ul
{
    padding: 0 0 9px 0;
    background: #257EA1;
}


/* ========== 2nd Level ========== */

.subNav a, 
.subNav a:link, 
.subNav a:visited {
	display: block;
	padding: 8px 27px 8px 16px;
	width: 176px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	text-decoration: none;
	color: #333;	
	cursor: pointer;
	font-weight: normal;
	font-size: 13px;
}

.subNav .withChildren a, 
.subNav .withChildren a:link, 
.subNav .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l2_up.gif);
	background-position: 205px 13px;
	background-repeat: no-repeat;
}

.subNav a:hover { 
	background-color: #eee;
}

.subNav .withChildren a:hover { 
	background-image: url(../images/structure/subnav_arrow_l2_up.gif);
	background-position: 205px 13px;
	background-repeat: no-repeat;
}

.subNav a.current { 
	color: #FFF !important;
	font-weight: bold !important;
	background-color: #1b7ca3 !important;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 13px;
}

.subNav .withChildren a.current {
	background-color: #186e93 !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	color: #fff !important;
	font-weight: bold;
	border-bottom: none !important;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 13px;
}

.subNav .withChildren a.open {
	background-color: #186e93 !important;
	background-image: url(../images/structure/subnav_arrow_l2_open.gif) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	color: #fff !important;
	font-weight: normal;
	border-bottom: none !important;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 13px;
}


/* ========== 3rd Level ========== */

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
	padding: 4px 27px 5px 43px !important;
	width: 148px;
	background-color: #257ea1 !important;
	background-image: url(../images/structure/subnav_l3.gif)!important;
	background-repeat: no-repeat !important;
	color: #fff;
	background-position: 0 -6px !important;
	border-bottom: none;
	font-size: 15px;
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:visited {
	background-image: url(../images/structure/subnav_arrow_l3_up.gif) !important;
	background-position: 0 -6px !important;
	background-repeat: no-repeat !important;	
}

.subNav ul a:hover {
	color: #FFF !important;
	background-image: url(../images/structure/subnav_l3_over.gif) !important;
	background-color: #105e7f !important;
}

.subNav ul .withChildren a:hover { 
	background-image: url(../images/structure/subnav_arrow_l3_over.gif) !important;
	background-position: 0 -6px !important;
	background-repeat: no-repeat !important;
	background-color: #105e7f !important;
}

.subNav .withChildren ul a.current {	
	color: #FFF !important;
	font-weight: bold !important;
	background-color: #257ea1 !important;
	background-image: url(../images/structure/subnav_l3.gif) !important;
	background-position: 0 -6px !important;
}

.subNav .withChildren ul .withChildren a.current {
	background-image: url(../images/structure/subnav_arrow_l3_open.gif) !important;
	background-position: 0 -6px !important;
	background-repeat: no-repeat !important;
	background-color: #257ea1 !important;
}

.subNav .withChildren ul .withChildren a.open {
	background-color: #257ea1 !important;
	background-image: url(../images/structure/subnav_arrow_l3_open.gif) !important;
	background-position: 0 -6px !important;
	background-repeat: no-repeat !important;
	color: #fff !important;
}


/* ========== 4th Level ========== */

.subNav li.withChildren ul li ul li a,
.subNav li.withChildren ul li ul li a:link,
.subNav li.withChildren ul li ul li a:visited  {
	padding: 4px 27px 5px 55px !important;
	width: 136px;
	background-color: #257ea1 !important;
	background-image: url(../images/structure/subnav_l4.gif) !important;
	color: #fff;	
	background-position: 0 -6px !important;
}

.subNav li ul li.withChildren ul li a:hover {
	background-color: #FFF !important;
	background-image: url(../images/structure/subnav_l4_over.jpg) !important;
	background-color: #105e7f !important;
	background-position: 0 -6px !important;
}

.subNav .withChildren ul .withChildren ul a.current {
	font-weight: bold;
	color: #FFF !important;
	background-image: url(../images/structure/subnav_l4.gif) !important;
	background-position: 0 -6px !important;
}




/* ===================================================================================== FOOTER NAVIGATION */

#footerNav a, #footerNav a:link, #footerNav a:visited {
	color: ##105E7F;
	text-decoration: none;
}

#footerNav a:hover,
#footerNav a:visited {
    text-decoration: underline;
}

