#nav{
	float:left;
	width:100%;
	 margin-top: 0px;
	 
}
.menu-font{
	 color: #FFF;
    float: left;
   font-size: 20px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    width: 85%;
}
.nav-left{
	float:left;
	background:url(../images/nav-left-bg.png) no-repeat;
	width:7px;
	height:59px;
	display:none;

}
.nav-middle{
	float:left;
	background: none!important;
	width:658px;
	height: auto!important;

}

.nav-right{
	float:left;
	background: url(../images/nav-rightt-bg.png)no-repeat;
	width:7px;
	height:59px;
	display:none;
	
}

/*resopen-menu*/

a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
 .mean-container .mean-bar { 
   background: none repeat scroll 0 0 #fff;
    float: left;
    margin-bottom: 0;
    min-height: 42px;
    position: relative;
    width: 100%;
   
/*    margin-bottom: 10px;
		padding: 4px 0;
	    z-index: 999999;*/
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 20px;
padding:7px 13px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #6E6B54;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
 .mean-container a.meanmenu-reveal span {
display: block;
background: #504E3E;
height: 3px;
margin-top: 3px;
}
 .mean-container .mean-nav { 
float: left;
width: 100%;
background:#6E6B54;
  margin-top: 15px;

}
 .mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
 .mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
background:none;
}
 .mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
font-size: 15px;
text-align: left;
color: #fff;
border-bottom: 1px solid #383838;
border-bottom: 1px solid rgba(255,255,255,0.5);
text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #f1f1f1;
border-bottom: 1px solid rgba(255,255,255,0.25);
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
 .mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
 .mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
 .mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
 .mean-container .mean-nav ul li a:hover { 
background: #252525;
background: rgba(255,255,255,0.1); 
}
 .mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
}
 .mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
 .mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
