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



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


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

.breadcrumbsNavSeparator { padding: 0px 1px 0px 1px; }

.actionsNavSeparator { padding: 0px 3px 0px 4px; color: #284921;}




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


#topNav a, 
#topNav a:active, 
#topNav a:visited {
	color: #515151;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

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


/* Links To Other Sites */

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

#tNav li {
	float: left;
}

#topNavTab01, #topNavTab02 {
	position: relative;
	float: left;
}

a.topNavItem, a.topNavItem:active, a.topNavItem:visited {
	float: left;
	padding: 0;
	height: 31px;
	background-image: url(../en/images/structure/topNav.jpg);
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

#topNavTab01 a.topNavItem { background-position: 0px 0px; width: 116px; }
#topNavTab02 a.topNavItem { background-position: -116px 0px; width: 139px; }

#topNavTab01 a.topNavItem:hover { background-position: 0px -31px; }
#topNavTab02 a.topNavItem:hover { background-position: -116px -31px; }





/* ===================================================================================== 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: 35px;
	background-image: url(/en/images/structure/mainNavInt.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}

.home a.mainNavItem, .home a.mainNavItem:active, .home a.mainNavItem:visited {
	background-image: url(/en/images/structure/mainNav.jpg);
}

#navTab01 a.mainNavItem { background-position: 0px 0px; width: 128px; }
#navTab02 a.mainNavItem { background-position: -128px 0px; width: 170px; }
#navTab03 a.mainNavItem { background-position: -298px 0px; width: 325px; }
#navTab04 a.mainNavItem { background-position: -623px 0px; width: 156px; }
#navTab05 a.mainNavItem { background-position: -779px 0px; width: 183px; }

#navTab01 a.mainNavItem:hover { background-position: 0px -35px; }
#navTab02 a.mainNavItem:hover { background-position: -128px -35px; }
#navTab03 a.mainNavItem:hover { background-position: -298px -35px; }
#navTab04 a.mainNavItem:hover { background-position: -623px -35px; }
#navTab05 a.mainNavItem:hover { background-position: -779px -35px; }

#navTab01 a.current { background-position: 0px -35px; }
#navTab02 a.current { background-position: -128px -35px; }
#navTab03 a.current { background-position: -298px -35px; }
#navTab04 a.current { background-position: -623px -35px; }
#navTab05 a.current { background-position: -779px -35px; }


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


#mainNav ul.dropdown {
	border-top: 1px solid #fff;
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 35px; /* 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: #FFF;
	border-bottom: solid 1px #FFF;
	width: 230px;
}
	
#mainNav ul.dropdown li a, 
#mainNav ul.dropdown li a:active, 
#mainNav ul.dropdown li a:visited {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 210px;				
	background-color: #caed6d;
	color: #284921;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #B3E03F;
	color: #19264d;
}


/* ========== 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;
	z-index: 1001;
	width: 230px;
}

#nav ul.flyout a
{
	background-color: #dbf097 !important;
	border-left: 1px solid #b4d34e;
}
#nav ul.flyout a:hover
{
	background-color: #b7dc45 !important;
}


/* 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: #284921;
}

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




/* ===================================================================================== 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 8px 0 0;
	top: 0px;
}


#actions a, 
#actions a:active, 
#actions a:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #284921;
	font-size: 11px;
}

#actions a:hover { color: #407435;  }

/*
   Share Drop-down Styles - see:
   /share/share.css
*/




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


#subNav {
	float: left; /* Contain floated list items */
	margin: 0;
	padding: 0 0 20px 8px;
	width: 199px;
	list-style-image: none;
	list-style: none;
}

#subNav li{
	width:199px;
	float:left;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#subNav .current ul 
{
    display:block;
}

#subNav .withChildren-closed ul{
	display:none;	
}

#subNav a.withChildren-open {
	background-image: url(/images/structure/arrow-open.gif)!important;
	background-position: 7px 12px!important;
	background-repeat: no-repeat;
}

#subNav a.withChildren-current 
{
	background-image: url(/images/structure/arrow-open.gif)!important;
	background-position: 7px 12px!important;
	background-repeat: no-repeat;
	background-color: #FFFFFF!important;
}

#subNav a.withChildren-closed {
	background-image: url(/images/structure/arrow-closed.gif)!important;
	background-position: 7px 10px!important;
	background-repeat: no-repeat;
}

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

#subNav a:hover {
	background-color:#fff!important;	
}

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

#subNav a,
#subNav a:link,
#subNav a:visited {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 174px;
	text-decoration: none;
	color: #284921;	
	cursor: pointer;
	border-top: 1px solid #FFF;
	border-bottom: solid 1px #A2BF7B;
	background:url(/images/structure/spacer.gif) top left no-repeat;
}

#subNav ul li{
	background: #eaf8d4 url(/images/structure/level3_bg.jpg) top right no-repeat;	
}

#subNav ul li a:hover{
	background: url(/images/structure/level3_bg_hover.gif) top right no-repeat;	
}

#subNav ul li a.current{
	background: url(/images/structure/level3_bg_hover.gif) top right no-repeat;	
}

#subNav ul li a.withChildren-open:hover{
	background: #dbeaf8 url(/images/structure/level3_bg_withChildren-open_hover.gif) top right no-repeat!important;	
}

#subNav ul li a.withChildren-closed:hover{
	background: #dbeaf8 url(/images/structure/level3_bg_withChildren-closed_hover.gif) top right no-repeat!important;	
}

#subNav ul li.current a.withChildren-open{
	background: #dbeaf8 url(/images/structure/level3_bg_withChildren-open_hover.gif) top right no-repeat!important;	
}

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

#subNav ul a,
#subNav ul a:link,
#subNav ul a:visited {
	padding: 5px 5px 5px 35px;
	width: 159px;
	border-top: 1px solid #FFF;
	border-bottom: solid 1px #A2BF7B;
	color: #284921;
}

#subNav ul li ul li{
	background: #f0fae1 url(/images/structure/level4_bg.jpg) top right no-repeat;	
}

#subNav ul li ul li a:hover{
	background: #fff url(/images/structure/level4_bg_hover.gif) top right no-repeat;	
}

#subNav ul li ul li a.current{
	background: #fff url(/images/structure/level4_bg_hover.gif) top right no-repeat;	
}


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

#subNav ul ul a,
#subNav ul ul a:link,
#subNav ul ul a:visited {
	padding: 5px 5px 5px 50px;
	width: 144px;
	border-top: 1px solid #FFF;
	border-bottom: solid 1px #A2BF7B;
	color: #284921;
}



/* ===================================================================================== Submit Report */

ul.button {
	list-style-type: none;
	list-style-image: none;
}

ul.button a, ul.button a:active, ul.button a:visited {
	float: left;
	padding: 0;
	height: 19px;
	width: 113px;
	background: url(/en/images/structure/submit_report.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}
ul.button a:hover {
	background: url(/en/images/structure/submit_report_hover.jpg) no-repeat;
}


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


#footerNav a, #footerNav a:active, #footerNav a:visited {
	color: #4f70aa;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

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

#followus
{
    float: right;
    width: 100px;
    padding-left: 5px;
    padding-top: 1px;
   
}

#followus p
{
    color: #515151;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px;
    float: left;
    margin-left: 7px;
    
 }

#topnav a
{
    float: left;
    
}
#followus img
{
    margin-top: -5px;
}


