.sf-menu {
	float: left;
	position: relative;
}
.sf-menu>li {
	position: relative;
	float: left;
}
.sf-menu li a {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.sf-menu>li>a {
	font-weight: 500;
	position: relative;
	font-size: 14px;
	text-align: center;
	padding: 10px 19px 0px 20px;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 25px;
	border-right: 1px solid #dbdbdb;
	height: 37px;
}
.sf-menu>li.current>a, .sf-menu>li.sfHover>a, .sf-menu>li>a:hover {
	color: #fff;
	background: url('../images/menu.jpg') repeat-x;
}
.sf-menu>li:first-child.current>a, .sf-menu>li:first-child.sfHover>a, .sf-menu>li:first-child>a:hover {
	border-radius: 5px 0 0 5px;
}
.sf-menu ul {
	z-index: 500;
	position: absolute;
	width: 195px;
	background: #323232; 
	top: 49px;
	left: 0;
}
.sf-menu ul li {
	padding: 0 11px;
}
.sf-menu ul a {
	font-size: 13px;
	color: #fff;
	line-height: 38px;
}
.sf-menu ul a:hover{
	color: #6ec639;
}
.sf-menu ul ul{
	left: 196px;
	top: 117px;
}
.sf-menu ul li+li{
	border-top: 1px solid #5b5b5b;
}
.sf-menu ul li>a.sf-with-ul:before {
	content: '';
	background: url('../images/arrow.png') 0 0 no-repeat;
	width: 5px;
	right: 9px;
	top: 131px;
	margin-right: -3px;
	display: block;
	position: absolute;
	height: 8px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {

}

@media only screen and (max-width: 767px) {

	.sf-menu {display:none !important; float: none;}

	#mm0 {
		font: 12px/15px Arial, Helvetica, sans-serif;
		color: #202020;
		width: 100%;
		margin: 10px auto 10px;
		float: none;
    	outline: none;
		border: 1px solid #474646;
	}
	
}
