/* MENU */#nav, #nav ul {	padding: 0px;	list-style: none;	line-height: 33px;	background: #d25a1f;	color: #fff;	font-family: "Trebuchet MS", Geneva, Verdana;	font-size: 1.2em;	font-weight: bold;	text-align: center;	vertical-align: middle;
	margin: 0px;
}#nav a {	display: block;	width: 168px;	background: #d25a1f;	text-decoration: none;	color: #fff;	padding: 0px;	margin: 0px;}#nav li {	float: left;	width: 168px;	position: relative;}#nav li a:hover { /* first-level a:hover */	color : #fff;	background-color : #b34d1a;}#nav li ul { /* second-level lists */	position: absolute;	width: 168px;	left: -999em;
	font-size: 1em;
}#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */	left: 0px;	top:30px;}/* selected item */#nav li#active a {	background: #b34d1a;	color: #fff;	text-decoration: none;	}	#nav li#active a:hover {	text-decoration: none;	background: #d25a1f;	color: #fff;		}				
