
#nav {
	position:relative;
	height: 33px;
	background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x;	
	left:30px;
	margin-top:-48px;
	z-index:4000;
	margin-bottom:15px;
	
}

#nav h2 {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
	height: 32px;
	
	font-weight: bold;
}

#nav li {
	position: relative;
	float: left;
	display: block;
	height: 32px;
	margin: 0;
	padding:0;
	border-left:1px solid #56569a;
		
}

#nav a, #nav a:visited {


	margin-left:10px;
	margin-right:10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
		
}

#nav li a, #nav li a:visited {
	font-size: 11px;
	height: 23px;
	float: left;
	text-decoration: none;
	color: white;
}



#nav li a:hover, #nav li.over a {
	background-image: url(../images/nav_highlight.gif);
	background-repeat: repeat-x !important;
	

}
#nav li.selected  {
	background-image: url(../images/nav_highlight.gif);
	background-repeat: repeat-x !important;
		
}


#nav li:hover, #nav li.sfhover { 

	background-image: url(../images/nav_highlight.gif);
	background-repeat: repeat-x  !important;
	
}

#nav li ul {
	width: 180px; /*140px;*/
	list-style: none;
	position: absolute;
	clear: both;
	top: 31px;
	left: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 1px solid #000;
	background: #ed5f07 !important;
	display: none;
		
}

#nav li>ul {
		
	position: absolute;
	top: 0;
	left: 0;
	width: 184px; /*144px;*/
	height: auto;
	margin-top: 32px;
}

#nav li li {
	clear: both;
	display: block;
	width: 180px; /*140px;*/
	text-align: left;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	background-position: -300px -300px !important;
		
}

#nav li li a, #nav li li a:visited {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.2em;
	height: 13px;
	padding: 6px 0 6px 5px !important;
	margin: 0 !important;
	background: transparent !important;
	width: 180px; /*140px;*/
	font-size: 11px;
	font-weight: bold !important;
	text-align: left;
		
}

html>body #nav li li a {
	width: 180px; /*140px;*/
	height: auto !important;
	line-height: 1em !important;
	min-height: 13px !important;
		
}

#nav li li a:hover {
	background: #bd4c18 !important;
	
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	
	

}




#nav li.over {	background-image: url(../images/nav_highlight.gif);
	background-repeat: repeat-x  !important;

}

















