/* Normal version */

.menubkgr {
	position: fixed;
	width: 100%;
	background: #1b8d1b;
	border-top: 2px solid #2FB02F;
	top: 0;
	height: 100px;
	overflow: visible;
	z-index: 1000;
}

.menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 120px;
	white-space: nowrap;
	background: url(images_eco/eco_logo_100.png) no-repeat left top; 
	background-size: 100px;
	z-index: 1000;
}

.menudate {
	float: right; 
	display: block; 
	height: 100px;
	padding: 0px 0px 0px 100px;
	line-height: 100px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

/* Menu*/

.menu2 {display: inline-block; margin: 0 auto; padding: 0; list-style:none; height:100px; text-decoration:none;  } /*margin - moves the whole menu*/
.menu2 li.top {float:left;display:inline-block; position:relative; padding:0; height:100px;text-decoration:none; border-bottom: none;}
.menu2 li.top a.top_link {float:left; display:block; cursor:pointer; text-decoration: none; border-bottom: none;} 
.menu2 li.top a.top_link span {float:left; display:block;padding:0 30px; height:100px; line-height: 100px; color: #fff; font-size:20px; text-decoration:none; border-bottom: none;} /*padding - changes button width; color - text*/
.menu2 li.top a.top_link span.down {}
.menu2 li.top a.top_link:hover {}
.menu2 li.top a.top_link:hover span {color:#1B8D1B; background: #fff;}
.menu2 li.top a.top_link:hover span.down {color:#1B8D1B; background: #fff;}

/*Option 1: Dean's you are here top link current page highlighting (default)*/
.menu2 li.top a.current_link {display:block; float:left; cursor:pointer; background: #fff; text-decoration: none; border-bottom: none;}  
.menu2 li.top a.current_link span {float:left; display:block; padding:0 30px; height:100px; line-height: 100px; color: #1B8D1B;  font-size:20px; text-decoration: none; border-bottom: none;}  /*padding - changes active button width*/ 

/*color -active button text*/
.menu2 li.top a.current_link span.down {}
.menu2 li.top a.current_link:hover {}
.menu2 li.top a.current_link:hover span {color:#1B8D1B;background: #fff;}
.menu2 li.top a.current_link:hover span.down {color:#1B8D1B; background: #fff;}

/* Button style when hover the next level */
.menu2 li:hover > a.top_link span {color:#1B8D1B; background: #fff;}
.menu2 li:hover > a.top_link span.down {color:#1B8D1B; background: #fff;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0px; top:100px; background: #fff; opacity: 0.98; padding:3px; white-space:nowrap; width: 200px; height:auto;} /*top - distance to top of drop menu*/
.menu2 :hover ul.sub li {display:block; height:43px; line-height:43px; position:relative; float:left; }
.menu2 :hover ul.sub li a {border:none; display: block; padding: 0 15px; font-size:16px; width:auto; height:43px; line-height:43px; text-decoration:none; color:#444;}
.menu2 :hover ul.sub li a:hover {color:#1b8d1b;}

.menu2 :hover ul.sub li a.fly {background:#fff;}
.menu2 :hover ul.sub li a.fly:hover {}
.menu2 :hover ul li:hover > a.fly {} 



.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{top: 0px; left:180px; white-space:nowrap; background: #fff; padding:3px 0; width:auto; z-index:200; height:100px; line-height:100px;}