/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation h1 {
	display:none;
}

.sf_navigation .widget {	
	padding: 0px;
	margin: 0px;
}

.sf_navigation .widget_content{	
	padding: 0px;
	margin: 0px;
	overflow: visible;
	width: 274px;
}

.sf_navigation .widget a:link,
.sf_navigation .widget a:visited {	
	text-decoration: none;	
}

.sf_navigation {
	clear:both;
	font-family: Arial, san serif
	font-weight: normal;
	min-height:16px;
	height:auto !important;
	height:20px;
	margin-top: 340px;
	margin-bottom: 15px;
	font-size:16px;	
	width: 274px;	
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {	
	float:left;
	margin: 0px;
	white-space:nowrap;	
	padding: 3px 20px 9px;	
}

.sf_navigation ul li.sf_last_nav_item {	
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

.sf_navigation ul li.sf_first_nav_item {	
	background-repeat: no-repeat;
	padding-top: 15px;
}

.sf_navigation ul li a {
	color: #ffffff;
	text-decoration:none;
	display: block;	
	width: 234px;
}

.sf_navigation ul li a:visited {
	color: #ffffff;
}

.sf_navigation ul li a:hover {
	color: #c6005b;	
	text-decoration: none;	
}

/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 180px;
	left: -999em;
	z-index: 1000;
	margin:-28px 0 0 180px;
}

#Nav1 li ul li { /* second-level lists */		
	width: 180px;
	background-image: none;
	white-space: normal;
	height: auto;
	border-bottom: none;
	background-color: #f5c255;
	padding: 3px 20px;
	border-bottom: 1px solid #dcb04d;
}

.sf_navigation .subnav li a, .sf_navigation .subnav li a:visited  { /* second-level lists */	
	width: 180px;
	height: auto;
	color:#fff;
	padding: 0px;
	border-bottom:none;
	font-size: 16px;
}

.sf_navigation .subnav li a:hover   { /* second-level lists */		
	width: 180px;
	height: auto;
	color:#fff;
	text-decoration: underline;	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}

/*--------------------------------
		End Navigation
---------------------------------*/
