/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	clear: both;
	height: auto !important;
	margin-top: 0px;
	height: 26px;
}
.sf_navigation ul{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 8px;
	height: auto !important; 
	height: 26px;
	clear: both;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation ul li a:after {
	display: inline-block;
}

 
/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */

.sf_navigation ul li{
	float: left;
	width: auto !important; 
	width: 5px;
	height: 26px;
}
.sf_navigation ul li a{
	padding: 0px 8px 0px 7px;
	text-decoration: none;
	display: block;
	font-size:10px;
	height: 26px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	white-space:nowrap;
}

.sf_navigation_top{
	display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}