

.ma
{
	
	font-size:1.5em;
	line-height:28px;
	width:1px;
	color:#fff;
	display:inline-block;
}

/*nav*/
#main_menu {
	
	height:42px;
	/* padding-top:5px; */
	 width:1100px;
	margin:0 auto;
	/* border:1px solid red; */
}
.menu_wrap {
	height:40px;
	margin: 0 auto;
	width:1100px;
	 /* border:1px solid yellow;  */
}


/* .menu_wrap .nav {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  border:1px solid red; 
  
} */


.menu_wrap .nav {

  margin: 0 auto;
  padding: 0;
  /* float:right; */
  /* margin:0 	auto; */
  height:40px;
  margin: 0 auto;
  width:auto !important;
  display:table;
  color:#fff;
  font-size:11px;
  line-height:40px;
  /* border:1px solid green; */
  
  
}

.menu_wrap .nav li {
  margin: 0;
  /* padding: 0; */
  /* min-width:30px; 
  padding-left:20px !important;
  padding-right:20px !important; */
  text-align:center;
  position: relative;
  zoom: 1;
  /* border:1px solid yellow; */
  
  
}


/* .menu_wrap ul :nth-child(1){width:10%}
.menu_wrap ul :nth-child(2){width:10%}
.menu_wrap ul :nth-child(3){width:10%}
.menu_wrap ul :nth-child(4){width:10%}
.menu_wrap ul :nth-child(5){width:10%}
.menu_wrap ul  :nth-child(6){width:10%}
.menu_wrap ul :nth-child(7){width:10%}
.menu_wrap ul :nth-child(8){width:10%}
.menu_wrap ul :nth-child(9){width:10%}  */



.menu_wrap .nav > li {
  padding: 0px 0 0 0px;
  display:inline-block;
  text-align:center;
} 
.menu_wrap .nav > li:first-child {
	
}
#main_menu select {
	display: none;
	font-family:Orbitron;
	font-size:10px;
}
.menu_wrap .nav li a {
  font-family:Calibri;
  text-align:center;
  /* letter-spacing:1px; */
	color: #fff;
	padding: 10px 20px 8px 20px;
	/* display: block; */
	position: relative;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 16px;
	font-weight:normal;
	position:relative;
	/* margin-left:-7px; */
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
		color:#FFC20F;
	background:;
}
.sub-menu > a {position: relative;
}
.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 50%;
  top: 51px;
  margin: 0 -3px 0 0;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.current > a:before { background: none;
}
.menu_wrap .nav > li.current.sfHover > a:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  /* width: auto; */
  width: 200px;
  text-align:center;
  left: -30px;
  top: 40px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#BAB8B8;
  border-top:4px #FFC20E solid;
  padding: 10px 0 5px 0;
  margin: 0;
}

.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  /* text-transform: upercase; */
  font-size: 14px;
  /* font-weight:bold; */
  color:#fff;
  font-family:Calibri;
  line-height: 18px;
  padding: 0 0px 7px 5px;
  background: none;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
  text-decoration: none;
  color:#FFC20F;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top:0;
}


.menu_wrap .nav ul ul li{
  position: absolute;
  
  width: 133px !important;
  height: auto;
  list-style: none;
  
}

/* .menu_wrap ul li ul:nth-child(1){width:100%}
.menu_wrap ul li ul:nth-child(2){width:100%}
.menu_wrap ul li ul :nth-child(3){width:100%} */

