.menu_flexible ul.tabs {
  width: 100%;
	height: 80px;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
.menu_flexible ul.tabs li {	
	float: left;
	min-width: 170px;
	width:25%;
}
.menu_flexible ul.tabs.group5 li {
  width:20%;
}
.menu_flexible ul.tabs.group3 li {
  width:33%;
}
.menu_flexible ul.tabs.group3 li:last-child {
  width:34%;
}
.menu_flexible ul.tabs li a {
	position: relative;
	display: block;
  height: 50px;
	margin-top: 40px;
	padding: 10px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;	
	text-decoration: none;
	color: #ffffff;
	background: #00A9A1;
	-webkit-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	   -moz-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        	border: 0px solid #000000;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
       -moz-transition: padding 0.2s ease, margin 0.2s ease;
         -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
            transition: padding 0.2s ease, margin 0.2s ease;
}
.menu_flexible ul.tabs li a.important {
  background: #e3005a;
}
.menu_flexible .tabs li:first-child a {
	z-index: 4;
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
.menu_flexible .tabs li:nth-child(2) a {
	z-index: 3;
}
.menu_flexible .tabs li:nth-child(3) a {
	z-index: 2;
}
.menu_flexible .tabs li:nth-child(4) a {
	z-index: 1;
}
.menu_flexible .tabs li:last-child a {
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	        box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}
.menu_flexible ul.tabs li a:hover {
	margin: 35px 0 0 0;
	padding: 10px 0 5px 0;
}
.menu_flexible ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	background: #f9f8f6;
	color: #000;
	/*color: #ff6831;*/
	z-index: 4;
	outline: none;
}
.menu_flexible ul.tabs.group3 li a.active {
  background: #fff;
}
.menu_flexible ul.tabs li:last-child a.active {
  background: #fff;
}
.menu_flexible ul.tabs.group7 li {
  width:20%;
}
.menu_flexible ul.tabs.group7 li a {
  background: #8EA88A;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_flexible ul.tabs.group7 li:last-child a {
  background: #FB8788;
}
.menu_flexible ul.tabs.group7 li a.active {
  background: #fff;
}
.menu_flexible ul.tabs.group7 li:last-child a.active {
  background: #fff;
}

.menu_flexible .group:before,
.menu_flexible .group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.menu_flexible .group:after {
    clear: both;
}
.menu_flexible {
  display:block;
  width:100%;
  height:80px;
}