.sf_pagetitle {	
	color: #fff;
	background-color: #c4b9a9;
}
 */
.sf_navigation {
	margin:0;
	padding:0 0 6px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation .widget_header {
	display:none;
}
.sf_navigation ul {
	margin:0;
	padding:0;
}
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
.sf_navigation ul li {
	background-repeat:repeat-x;
	float: left;
	list-style: none;
	margin:0 2px;
	padding:0;
	white-space: nowrap;
	min-width:1%;
	width: auto !important;
	width:1%;
	text-shadow:0 1px 1px rgba(0, 0, 0, .2);
}
.sf_navigation .nav > li {
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 2px #ffffff;
	-moz-box-shadow: 0px 0px 2px #ffffff;
	-webkit-box-shadow: 0px 0px 2px #ffffff;
}
.sf_navigation ul li a {
	display: block;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:25px 9px 6px 9px;
	text-decoration: none;
	min-width:1%;
	width: auto !important;
	width:1%;
}
/**
 * @section subnav
 */

.sf_navigation ul.subnav {
	background:none;
	background:#ffffff;
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width:100px;
	z-index:1000;
}
.sf_navigation ul.subnav li {
	background:none;
	border:none;
	float: left;
	margin:0;
	padding:0;
	white-space:normal;
	text-shadow:none;
}
.sf_navigation .subnav li a {
	display: block;
	height:25px;
	margin:0;
	padding:5px 12px;
	width: 76px !important;
	white-space:normal;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
}
#Nav1 li:hover ul, #Nav1 li.sfhover ul {
	left: auto;
}
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
#Nav1 li:hover, #Nav1 li.hover {
	position: static;
}
/** 