/* START NAV CSS *//* set to lower number than suckerfish menu "#nav" */
}
#flashcontent {
  z-index: 0;
}

#nav, #nav ul  {
	margin: 1em 1em 1em 1em;
	list-style: none;
	line-height: 12px;
	background: #CCCCCC;
	font-weight: bold;
	border: none;
	border-width: 0px;
	margin: 0 0 1 0;
	padding: .5 em 3%;
	z-index: 1000;
	font-family: verdana, arial, serif;
	font-size: x-small;

} 

#nav a {     
display: block;
color: #666666;
font-weight: bold;     
width: 12em;
text-decoration: none;
padding: 0.25em;
z-index: 1000;
 
}

#nav li {
	position: relative;
	float: left;
	z-index: 1000;

}

#nav li ul {     
position: absolute;   
width: 12em;     
left: -999em;
height: auto;
z-index: 1000;

}

#nav li:sfhover ul {
left: auto;
z-index: 1000;


}
#nav li:sfhover ul, #nav li.sfhover ul {     
left: auto;
z-index: 5000;

}

#nav li:hover, #nav li.sfhover {
background: #E8E8E8;
z-index: 1000;
	
}

#nav li ul ul {
margin: -1em 0 0 10em;
z-index: 1000;

}

#container {
	width: 100%;
	background: #000000;
	text-align: left;
	margin: 0 auto;
	z-index: 1000;
}
