#menu_dekstop{
	float:left;
	width:100%;
	height:90px;
	position:relative;
	z-index:9
}
#menu_dekstop ul{
	margin:0px;
	padding:0px;
	width:1170px;
	margin:auto;
}
#menu_dekstop ul li{
	float:left;
	list-style-type:none;
}
#menu_dekstop ul li a{
	color:#fff;
	font-size:24px;
	font-family: 'thaisans_neuebold';
	border-right:1px solid #4e524d;
	padding:14px 25px 10px;
	line-height:20px;
	float:left;
	height:50px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#menu_dekstop ul li:first-child a{ border-left:1px solid #4e524d}

#menu_dekstop ul li a:hover,
#menu_dekstop ul li a.active{ background:#373d34; text-decoration:none}
#menu_dekstop ul li.other_menu_wrapper{
	clear:both;
	margin:10px 0 0 0;
}
#menu_dekstop ul li.other_menu_wrapper a{
	font-family: 'thaisans_neuesemi_bold';
	font-size:23px;
	line-height:15px;
	color:#222720;
	height:20px;
	padding:0px 15px;
 	border-left:1px solid #cccccc;
	border-right:0
}
#menu_dekstop ul li.other_menu_wrapper a:first-child{ padding-left:0; border-left:0}
#menu_dekstop ul li.other_menu_wrapper a:hover,
#menu_dekstop ul li.other_menu_wrapper a.active{ background:none; color:#008700; text-decoration:none}


@media (max-width: 1024px) {
	#menu_dekstop ul li a{
		height:45px;
		padding:12px 25px 5px;
	}
	#menu_dekstop ul li.other_menu_wrapper a{
		font-size:20px;
		padding:0px 15px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	#menu_dekstop ul li a{padding:15px 25px 5px;}
	#menu_dekstop ul li.other_menu_wrapper a{padding:3px 15px;}
}