@charset "utf-8";
/* CSS Document */

#container {
	font-size: 13px;
	line-height: 20px;
	font-weight: lighter;
	height: 20px;
}
 
#nav, #nav ul {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #343434;
}


 
#nav a {
	display: block;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;


//	padding: 2px;
	text-align:center;
	height: 20px;
}
 
#nav li {
	float: left;
	width: 100px; /* this line is needed to keep it from breaking in Opera */
}
 
#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}
 


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	text-align:center;
	background-color:#666;
	z-index:9999;
}
 
#nav li:hover, #nav li.sfhover {
	background-color:#484848;
	z-index:9999;
}
