.sf_navigation {  /* one of the navs will be display: none; */
	max-height:45px;
}

#Nav1 li ul li { /* second-level lists */	
	background-color: #554337;
	width: 160px;
	background-image: none;
	white-space: normal;
	height: auto;
	padding: 0px;	
	margin-left: 0px;
}

#Nav1 li ul li a, #Nav1 li ul li a:visited  { /* second-level lists */	
	background-image: none;
	width: 160px;
	height: auto;
color:#e0d2b8;
}

#Nav1 li ul li a:hover  { /* second-level lists */		
	background-image: none;
	width: 160px;
	height: auto;
	color: #76b375;
}

#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;
}

body {
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-weight: normal;
	background-repeat: repeat-x;
}
