.sf-menu>li {
	position: relative;
	float: left;
	height:75px;
	border-right:solid 1px #216717;
}
.sf-menu>li:last-child {
	border-right:0px;
}

.sf-menu li a {
	text-decoration: none;
	font:23px f_impact; font-weight:normal;
	color: #fff;
	position: relative;
	display: block;
	font-weight: 400;
}
.sf-menu>li>a {	
	padding: 22px 18px 17px 18px;
	text-align: center;
}
.sf-menu>li:last-child>a {
	padding-left:19px;
}
.sf-menu>li.current>a, .sf-menu>li.sfHover>a, .sf-menu>li>a:hover {
	background: #393939;
	border-bottom: 8px solid #665c53;	
}
.sf-menu ul li+li {
	border-top: 1px dotted #646464;
}
.sf-menu ul li a {
	padding: 10px 17px;
	line-height:16px;
	font:14px f_trebuc; font-weight:normal;
}
.sf-menu ul {
	z-index: 500;
	position: absolute;
	min-width: 253px;
	background: #2e2e2e; 
	top: 75px;
	left: 0;
}
.sf-menu ul ul {
	left: 254px;
	top: auto;
	margin-top:-36px;
}

.lastUL {
	margin-left:-508px;
}

.sf-menu ul li a:hover {
	color: #287a1d;
}
.sf-menu ul li a.sf-with-ul:before {
	content: '';
	background: url('/img/arrow.png') 0 0 no-repeat;
	width: 8px;
	right: 13px;
	top: 16px;
	display: block;
	position: absolute;
	height: 5px;
}