#nav{
	float:left;
	width:100%;
	 margin-top: 0px;
	 
}
.menu-font{
	 color: #FFFFFF;
    float: left;
    font-size: 24px;
    padding-top: 5px;
    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 { 
    float: left;
    height: 40px;
/*    padding: 4px 0;*/
    position: relative;
    width: 99%;
	 margin-top: 15px;
	background: none;
   z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 34px;
height: 20px;
padding:7px 15px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 14px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
background:#000 none repeat scroll 0 0;
}
 .mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
 .mean-container .mean-nav { 
float: left;
width: 100%;
background:#232020 ;
margin-top:5px;

}
 .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;
 padding: 0;
}
 .mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 12px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.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;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.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: #0099ff;
background: rgba(255,255,255,0.1); */
color:#fff;
}
 .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;
}
