#nav { /* all lists */
	padding: 0;
	margin: 61px 0px 0px 28px;
	list-style: none;
	line-height: 1;
	width:772px;
}

.safari #nav {
	margin-top:53px;
}

.ie7 #nav {
	margin-top:25px;
}

.ie6 #nav {
	padding-bottom:-50px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #DC9430;
	width: 10em;
	line-height:23px;
	/* font-weight: bold; */
	font-size:1.2em;
}

#nav a:hover {
	text-decoration:none;
	color:#D6AF6E;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	margin-bottom:0px;
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: url(/images/header/dropmenu.png) bottom left no-repeat;
	*background: url(/images/header/dropmenu.gif) bottom left no-repeat;
	width:160px;
	padding-bottom:52px;
	padding-left:5px;
	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;
}

#nav li li a {
	font-weight: bold;
	color: #444444;
}

#nav li li a:hover, #nav li li a.sfhover{
	color: #FFFFFF;
}