body {
	font-family:Helvetica;
	font-size:14px;

}
.sf_navigation ul li {
	float:right;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	text-align: center;

}

/**
 * @section subnav
 */
.sf_navigation .subnav {
	border:1px solid #000000;
	border-top:0;
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 180px;
	z-index:1000;
	background-color:#000000;
}

.sf_navigation .subnav  li {
	float: right;
	margin:0;
	padding:0;
	width: 180px;
    white-space:normal;
}
