.menu_block {

	float: right;
	position: relative;
	z-index: 999;

}

nav>.sf-menu {
	text-align: center;margin:0; margin-top:5px;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	float: left;
	margin-left: 54px;
}


.sf-menu>li img {
	display: none;
	width: 100%;
	position: absolute;
	height: 86px;
	top: 0;
	left: 0;
	right: 0;
}


.sf-menu>li>ul>li {
  float: none;
  	
}


.sf-menu>li>a{
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;

	position: relative;
	text-transform:uppercase;
}

.sf-menu>li>a span.menu-arrow { /*arrow below menu w drop down*/
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -2px;
	width: 8px;
	background: url(../images/arrows.png) no-repeat 0 0px;
	height: 5px;
	top: 19px;	
	pointer-events: none;
	z-index: 999;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
	color: #333;
}


.sf-menu>li>ul>li>a>span {
	position: absolute;
	right: 10px;
	width: 4px;
	background: url(../images/arrows.png) no-repeat right bottom;
	height: 7px;
	top: 7px;	
}

	


.sf-menu a{
	font-size: 16px; 
	color:#fffefe;
	}

/*================================>> 2 Level <<========================================*/
.sf-menu li ul,.sf-menu li.sfHover>ul{
	left:0;
	right: 0;  /*drop down menu background colour*/
	top:29px;
	width: 120px;
	left: 50%;
	margin-left: -59px;
	padding:10px 0 5px;
	z-index: 999;
	background-color: #CFC;
}

.sf-menu li ul li{
	text-align: center; 
	float: none !important; 
	margin-bottom: 15px;
}

.sf-menu li ul li:first-child {
	padding-top: 0;
	background: none;
}
.sf-menu li ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-right: 0 !important;
	line-height: 19px;
	color: #555555;
	text-transform:uppercase;
}

.sf-menu li li a:hover, .sf-menu li.sfHover li.sfHover>a{
	color: #000 !important;
}

/*================================>> 3 Level <<========================================*/
.sf-menu li li ul{
	left: 207px !important;
	top: 5px !important; 
	z-index: 999;
}


/*========
.sf-menu li li ul li:first-child {
	margin: 0 !important;	
}

.sf-menu li li ul li a {
	color: #9d9d9d !important;
}

.sf-menu li li ul li a:hover {
	color: #4d4d4d !important;	
}======*/

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {

	.sf-menu>li{
		margin-left: 25px;
	}

	header nav {
		padding-top: 0px !important;	
	}
}
@media only screen and (max-width: 767px) {
	.menu_block {
		float: none !important;
		margin: 20px 0px 0!important;	
		
	}

  header nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		
		width: 100%;
		margin: 0 auto;
		
	
	}

		.sf-menu{display:none;float: none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#202020;
		width:100%;
		margin: 0 auto;
		float: none;
    outline: none;
    cursor: pointer;
		border:1px solid #ccc;
		padding:5px;
	}
	
	.hihi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hihi li {
    float: left;
}

.hihi a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.hihi a:hover, a:active {
    background-color: #7A991A;
}
}
