.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	font-size: 26px;
	font-weight: bold;
	margin-bottom:5px;
	padding-right:50px;
	height: 40px;
	overflow:visible;
	color: #454D55;
}
.sf_sub_header{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	overflow:visible;
	color: #454D55;
	padding-right:50px;
}


.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: 14px;
	padding: 8px 20px 0 20px;
	color: #444;
}
.sf_navigation ul li a:visited{
	color: #444;

.sf_navigation ul li a:hover{
	background-color:#2B2B2B;
	background-image:url(images/nav_hover.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #FFFFFF;
}