@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: #F00;
	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:#2D2D2D;

}

 

#nav li:hover, #nav li.sfhover {

	background-color:#343434;

}


