/*
	--------------------------------------------------
	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: #2f71a3;
	text-decoration: none;
}

#topNav a:hover { 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, #navTab06, #navTab07 {
	position: relative;
	float: left;
}

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

#navTab01 a.mainNavItem { width:94px; background-position: 0px 0px; }
#navTab02 a.mainNavItem { width:87px; background-position: -94px 0px; }
#navTab03 a.mainNavItem { width:98px; background-position: -181px 0px; }
#navTab04 a.mainNavItem { width:102px; background-position: -279px 0px; }
#navTab05 a.mainNavItem { width:115px; background-position: -381px 0px; }
#navTab06 a.mainNavItem { width:147px; background-position: -496px 0px; }
#navTab07 a.mainNavItem { width:137px; background-position: -643px 0px; }

#navTab01 a.mainNavItem:hover { width:94px; background-position: 0px -38px; }
#navTab02 a.mainNavItem:hover { width:87px; background-position: -94px -38px; }
#navTab03 a.mainNavItem:hover { width:98px; background-position: -181px -38px; }
#navTab04 a.mainNavItem:hover { width:102px; background-position: -279px -38px; }
#navTab05 a.mainNavItem:hover { width:115px; background-position: -381px -38px; }
#navTab06 a.mainNavItem:hover { width:147px; background-position: -496px -38px; }
#navTab07 a.mainNavItem:hover { width:137px; background-position: -643px -38px; }

#navTab01 a.current { width:94px; background-position: 0px -76px; }
#navTab02 a.current { width:87px; background-position: -94px -76px; }
#navTab03 a.current { width:98px; background-position: -181px -76px; }
#navTab04 a.current { width:102px; background-position: -279px -76px; }
#navTab05 a.current { width:115px; background-position: -381px -76px; }
#navTab06 a.current { width:147px; background-position: -496px -76px; }
#navTab07 a.current { width:137px; background-position: -643px -76px; }


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


#mainNav ul.dropdown {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 38px; /* Height of main navigation item */
	list-style-image: none;
	list-style-type: none;
	
	border-right: solid 1px #fff;
	z-index: 1000;
}

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

#mainNav ul.dropdown li {
	position: relative;
	background-color: #1e6699;
	border-bottom: solid 1px #fff;
}
	
#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: #1e6699;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;	
}
		
#mainNav ul.dropdown li a:hover {
	background-color: #2f71a1;
	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 #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	z-index: 1001;
}

/* 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 { font-weight: bold; }

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

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

#breadcrumbs .horizNavSeparator { padding: 0px 2px; font-weight: normal; }





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


#actions .container {
	float: right;
	padding: 0 0 0 10px;
}

#actions .contactLink,
#actions .printLink,
#actions .rssLink,
#actions .emailLink,
#actions .ShareLink {
	padding: 0;
}

#actions .textSize {
	padding: 0;
}

#actions .textSize.first {
	padding: 0;
}

#actions .textSize img,
#actions .contactLink img,
#actions .printLink img,
#actions .rssLink img,
#actions .emailLink img,
#actions .ShareLink img {
	position: relative;
	padding: 0 3px 0 0;
	top: 3px;
}

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

#actions a:hover { color: #e0efca; text-decoration: none; }


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





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


#actionstwo .blogLink,
#actionstwo .calendarLink,
#actionstwo .eplayLink,
#actionstwo .subscribeLink {
	padding: 0 0 0 15px;
}


#actionstwo .blogLink img,
#actionstwo .calendarLink img,
#actionstwo .eplayLink img,
#actionstwo .subscribeLink img {
	position: relative;
	padding: 0 3px 0 0;
	top: 3px;
}

#actionstwo a, 
#actionstwo a:active, 
#actionstwo a:visited {
	position: relative;
	height: 16px;
	text-decoration: none;
	color: #666;
}

#actionstwo a:hover { color: #444; text-decoration: none; }





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


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

.topSubNav {
	float: left; /* Contain floated list items */
	margin: 0;
	padding: 0 0 0px 0;
	width: 255px;
	list-style-image: none;
	list-style: none;
}

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

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


#subNav a, 
#subNav a:active, 
#subNav a:visited,
.subNav a,
.subNav a:active,
.subNav a:visited,
.topSubNav a
 {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 230px;
	border-bottom: solid 1px #9DCD53;
	background: #D7E9B4;
	text-decoration: none;
	color: #346603;	
	cursor: pointer;
}

#subNav a.divider,
#subNav a.divider:active,
#subNav a.divider:visited,
.subNav a.divider,
.subNav a.divider:active,
.subNav a.divider:visited {
	border-bottom:2px solid #9DCD53;
	display:block;
	height:0;
	padding:0 5px 0 20px;
}

#subNav .withChildren a, 
#subNav .withChildren a:active, 
#subNav .withChildren a:visited,
.subNav .withChildren a, 
.subNav .withChildren a:active, 
.subNav .withChildren a:visited {
}

#subNav a:hover,
.subNav a:hover { 
	background: #FFF;
}

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

#subNav a.current, .subNav a.current {
	background-color: #FFF !important;
	font-weight: bold;
}

#subNav .withChildren a.current,
.subNav .withChildren a.current {
}

#subNav .withChildren a.open,
.subNav .withChildren a.open {
	color: #346603;
	font-weight: bold;
}

#subNav .withChildren a:hover.open,
.subNav .withChildren a:hover.open {
	background-color: #FFF;
	color: #346603;
}


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


#subNav ul a,
#subNav ul a:active,
#subNav ul a:visited,
.subNav ul a,
.subNav ul a:active,
.subNav ul a:visited {
	padding: 5px 5px 5px 35px;
	width: 215px;
	background-color: #DFF2C5;
	border-bottom: solid 1px #9DCD53;
	color: #346603;	
}

#subNav ul a.divider,
#subNav ul a.divider:active,
#subNav ul a.divider:visited,
.subNav ul a.divider,
.subNav ul a.divider:active,
.subNav ul a.divider:visited  {
	border-bottom:2px solid #9DCD53;
	display:block;
	height:0;
	padding:0 5px 0 20px;
	width: 230px;
	color:#D4EDAC;
}

#subNav ul .withChildren a,
#subNav ul .withChildren a:active,
#subNav ul .withChildren a:visited,
.subNav ul .withChildren a,
.subNav ul .withChildren a:active,
.subNav ul .withChildren a:visited {	
}

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

#subNav ul .withChildren a:hover,
.subNav ul .withChildren a:hover { 
	background-color: #FFF;
}

#subNav .withChildren ul a.current,
.subNav .withChildren ul a.current {
	background-color: #FFF !important;
	color: #346603;
	font-weight: bold;
}

#subNav .withChildren ul .withChildren a.current
.subNav .withChildren ul .withChildren a.current {
}

#subNav .withChildren ul .withChildren a.open,
.subNav .withChildren ul .withChildren a.open {
	color: #346603;
	font-weight: bold;
}

#subNav .withChildren ul .withChildren a:hover.open,
.subNav .withChildren ul .withChildren a:hover.open {
	background-color: #FFF;
	color: #346603;
}


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


#subNav ul .withChildren ul a,
#subNav ul .withChildren ul a:active,
#subNav ul .withChildren ul a:visited,
.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:active,
.subNav ul .withChildren ul a:visited {
	padding: 5px 5px 5px 50px;
	width: 200px;
	background-color: #F2FCE3 !important;
	border-bottom: solid 1px #9DCD53;
	color: #346603;	
}

#subNav ul .withChildren ul a:hover,
.subNav ul .withChildren ul a:hover {
	background-color: #FFF !important;
}

#subNav .withChildren ul .withChildren ul a.current,
.subNav .withChildren ul .withChildren ul a.current {
	background-color: #FFF !important;
	color: #346603;
	font-weight: bold;
}


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


#footerNav a, #footerNav a:active, #footerNav a:visited {
	float: left;
	display: block;
	padding: 11px 10px;
	border-left: 1px solid #326B94;
	height: 38px;
	color: #FFF;
}

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

/* ====================================================================================== SUB NAV COLLAPSE */

.topSubNav a.expand
{
	color: #FFF !important;    
	font-size: 10px;
	padding: 5px 5px 5px 40px;
	width: 210px !important;
	background-image: url(/images/structure/expandmenu_hover_bg.gif)!important; 
} 
	
.topSubNav a:hover.expand
{
	color: #FFF !important;    
	font-size: 10px;
	background-image: url(/images/structure/expandmenu_hover_bg.gif)!important; }
	
	
	
	
	
	
	
	/* ====================================================================================== ECODEV */
	
	
	
#Boxone {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box1.jpg) no-repeat 0 0;

}

#Boxone:hover
{ 
  background-position: 0 -119px;
}

#Boxone span
{
  display: none;
}





#Boxtwo {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box2.jpg) no-repeat 0 0;

}

#Boxtwo:hover
{ 
  background-position: 0 -119px;
}

#Boxtwo span
{
  display: none;
}







#Boxthree {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box3.jpg) no-repeat 0 0;

}

#Boxthree:hover
{ 
  background-position: 0 -119px;
}

#Boxthree span
{
  display: none;
}









#Boxfour {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box4.jpg) no-repeat 0 0;

}

#Boxfour:hover
{ 
  background-position: 0 -119px;
}

#Boxfour span
{
  display: none;
}







#Boxfive {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box5.jpg) no-repeat 0 0;

}

#Boxfive:hover
{ 
  background-position: 0 -119px;
}

#Boxfive span
{
  display: none;
}






#Boxsix {
  display: block;
  width: 219px;
  height: 119px;
  background: url(../en/images/structure/ecodev_box6.jpg) no-repeat 0 0;

}

#Boxsix:hover
{ 
  background-position: 0 -119px;
}

#Boxsix span
{
  display: none;
}






#Boxseven {
  display: block;
  width: 219px;
  height: 53px;
  background: url(../en/images/structure/ecodev_box7.gif) no-repeat 0 0;

}

#Boxseven:hover
{ 
  background-position: 0 -53px;
}

#Boxseven span
{
  display: none;
}



#Boxeight {
  display: block;
  width: 219px;
  height: 53px;
  background: url(../en/images/structure/ecodev_box8.gif) no-repeat 0 0;

}

#Boxeight:hover
{ 
  background-position: 0 -53px;
}

#Boxeight span
{
  display: none;
}





#Boxnine {
  display: block;
  width: 219px;
  height: 53px;
  background: url(../en/images/structure/ecodev_box9.gif) no-repeat 0 0;

}

#Boxnine:hover
{ 
  background-position: 0 -53px;
}

#Boxnine span
{
  display: none;
}













