.menu-mobile {
    display:none;
}

#mainmenu{
    
    position:relative;

	background-color: #efeeea;

  background-image: url(../images/bg-sub-menu-top.jpg);
  background-position: 80% -66%;
  background-repeat: repeat-x;
    height:45px;
    margin:0 auto;
    padding:0;
    width:auto;
    z-index:10 
}
#mainmenu ul,
#mainmenu ul ul {
	list-style:none;
    padding:0;
    margin:0;
}
#mainmenu ul {	
    clear:left;
    position:relative;
    right:50%;
    height:40px;
    float:right;
    text-align:center;
 	  
}
#mainmenu ul li {
	
    position:relative;
    left:50%;
    float:left;
    height:40px;
    padding:0;
    margin:0;
    top: 0;
}
#mainmenu ul li:last-child {
	border:none;
	box-shadow:none
}	
#mainmenu ul li a {
    display:block;
    color: #ccc;
    text-decoration: none;
    padding:13px 20px;
    color: #a2bb80;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    
    
    
    
}
#mainmenu ul li a:hover {
	background-color: #a2bb80;
    background-image: -moz-linear-gradient(#95a77c,  #a2bb80);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95a77c), to(#a2bb80));
	background-image: -webkit-linear-gradient(#95a77c, #a2bb80);
	background-image: -o-linear-gradient(#95a77c, #a2bb80);
	background-image: -ms-linear-gradient(#95a77c, #a2bb80);
	background-image: linear-gradient(#95a77c, #a2bb80);
	color:#fff;
    
    
    
    
}
#mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
 

#mainmenu ul li ul {
	background: #a2bb80;
	background: -moz-linear-gradient(#a2bb80, #95a77c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a2bb80), to(#95a77c));
	background: -webkit-linear-gradient(#a2bb80, #95a77c);    
	background: -o-linear-gradient(#a2bb80, #95a77c);	
	background: -ms-linear-gradient(#a2bb80, #95a77c);	
	background: linear-gradient(#a2bb80, #95a77c);		
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;	
	text-transform:none;
	opacity: 0;
	visibility: hidden;
    position:absolute;
    left:0;
    top:45px;
    font-size:12px;
	height:auto;
    width:208px    
}
#mainmenu ul li ul li {
	border:none;
	box-shadow: 0 1px 0 #95a77c, 0 2px 0 #a2bb80;
	-moz-box-shadow: 0 1px 0 #95a77c, 0 2px 0 #a2bb80;
	-o-box-shadow: 0 1px 0 #95a77c, 0 2px 0 #a2bb80;
	-webkit-box-shadow: 0 1px 0 #95a77c, 0 2px 0 #a2bb80;
	-ms-box-shadow: 0 1px 0 #95a77c, 0 2px 0 #a2bb80;
    position:relative;
	left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;

}
#mainmenu ul li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
  
}



#mainmenu ul li ul li a {
    padding:10px 8px;
    border:none;
    color:#fff;
}

#mainmenu ul li ul li ul {
	top: 0;
	left: 208px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);	
}


#mainmenu ul ul li:first-child > a {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;	
}
#mainmenu ul ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	/*border-bottom: 6px solid #444;*/
}
#mainmenu ul ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
/*	border-right: 6px solid #3b3b3b;*/
}
#mainmenu ul ul li:first-child a:hover:after {border-bottom-color: #fff}

#mainmenu ul ul ul li:first-child a:hover:after {
	border-right-color: #fff; 
	border-bottom-color: transparent; 	
}
#mainmenu ul ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
@media only screen and (max-width: 1075px) { 
    
.menu-mobile {
    display:block;
}    
#mainmenu {
    display:none;
 }
    
}