@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: 90px;

	color: #f00;

	text-decoration: none;

	font-size: 13px;
	
	font-weight:bold;



//	padding: 2px;

	text-align:center;

	height: 20px;

}

 

#nav li {

	float: left;

	width: 90px; /* this line is needed to keep it from breaking in Opera */

}

 

#nav li ul {

	position: absolute;

	width: 90px;

	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;

}


