/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	height: auto !important;
	width: 685px;
	margin-top: 0px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;
	border-top: 1px solid #cccccc;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto !important; 
	height: 1%;
	
}

.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation ul li{
	float: center;
	width: auto !important; 
	width: 5px;
	white-space:nowrap;
}

.sf_navigation ul li a{
	padding: 7px 12px;
	text-decoration: none;
	display: block;
	font-size:12px;
	font-weight: bold;
	font-family:Rockwell;
}

.sf_navigation_top{
	display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

/*------------------------------------
	Dropdown
------------------------------------*/
#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;
}
#Nav1, 
#Nav1 ul { /* all lists */
	list-style:none;
	width:100%;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:130px;
	height:auto;
	margin:-4px 0 0 4px;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	background:none;
}
#Nav1 li ul li a{
	background:#ebebeb;
	height:auto;
	margin:0 0 3px 0;
	width:120px;
	padding:5px;
	line-height:normal;
	white-space:normal;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#ffffff;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
