#container {
	height: 20px;
	width: 600px;
	background-color: #ffffff;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 119px;
	}
#nav, #nav ul {
   	padding: 0;
   	margin: 0;
   	list-style: none; 
	} 
#nav a {
	font-size: 12px;
	padding: 0px 10px 2px 4px;
	font-weight: bold; 
	font-variant: small-caps;
	text-decoration: none;
	vertical-align: top;
	line-height: 15px;
    display: block;
	}
	#nav a:link { 
		color: #333333;
		}
	#nav a:visited { 
		color: #333333;
		}
	#nav a:hover {
		color: #c2381c;
		background-color: #ffffff;
		}
#nav li {
	margin-top: 0px;
	float: left;
	}
#nav li ul {
   position: absolute;
   width: 180px;
   left: -999em; 
   background-color: #ffffff;
   z-index: 100;
	} 
#nav li:hover ul {
   left: auto; 
}
#nav li:hover ul, #nav li.sfhover ul {
   	left: auto;
	color: #c2381c;
   	background-color: #ffffff; 
	} 



