a { 
	height:1.25em;
	line-height: 1.25em;
}

ul.nav { 
	margin-left: 0;
	list-style-type: none; 
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 5px;
}

ul.nav a { 
	border-bottom: none;
	padding: 5px;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	color: #7F6D57;
}
ul.nav a:hover { 
	background-color: #FF9900;
	font-size: 10px;
	font-weight:normal;
	color: #FFF;
}

ul.nav li {
	display: inline;
}

* html ul.nav a { height: 1px; }


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	height:1.25em;
	line-height: 1.25em;
	display: block;
	width: 90px;
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

