/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top,.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

.sf_navigation{
	margin: -10px auto 0 auto;
	width:100%;
}
.sf_navigation ul{
	margin: 0;
	margin-left: 50px;
        font-weight: bold;
	margin-right: 50px;
	padding: 0;
	height: auto !important; height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
        font-weight: bold;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float: left;
        font-weight: bold;
}
.sf_navigation ul li.sf_last_nav_item{
}
.sf_navigation ul li a{
	display: block;
	text-decoration: none;
	min-height: 28px; height: auto !important; height: 28px;
	width: auto !important; width: 1%;
	white-space: nowrap;
	font-size: .9em;
        font-weight: bold;
	padding: 8px 20px 0 20px;
}
.sf_navigation ul li a:visited{
}
.sf_navigation ul li a:hover{
	background-color: #2B2B2B;
	background-image: url(images/nav_hover.gif);
	background-repeat: repeat-x;
        font-weight: bold;
	background-position: top;
}