#topNav {
	padding: 0;
	position: relative;
	list-style-type: none;
	margin: 11px auto 0;
	width: 475px;
	z-index: 10000;
}

#topNav li {
	float: left;
}

#topNav li a {
	background-color: transparent;
	background-image: url('/images/common/nav-back.png');
	color: #b2aa7e;
	display: block;
	font-size: 14px;
	height: 22px; /* Full Height 30px */
	line-height: 16px;
	margin-right: 6px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	width: 114px;
}

#topNav li a:hover {
	color: #fff;
	text-decoration: none;
}

#topNav li a.last {
	margin: 0;
}

#topNav ul { /* all lists */
	background: #f1f1f1;
	border: solid 1px #68652f;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
    z-index: 10000;
}

#topNav li { /* all list items */
	float: left;
	position: relative;
    list-style: none;
    z-index: 10000;
}

#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#topNav li ul { /* second-level lists */
	background: transparent;
	display: none;
	filter: alpha(opacity=90);
	left: 0px;
	opacity: 0.9;
	position: absolute;
	top: 30px; /* distance between drop down and head item RHS */
	white-space: normal;
	z-index: 10000;
	zoom: 1;
}

#topNav li ul li {
	background: transparent;
	border-bottom: 1px solid #68652f;
	float: none;
	width: 112px;
}

#topNav li ul li a {
	color: #B2AA7E;
	background-color: #41401d;
	background-image: none;
	display: block;
	font-family: arial, sans-serif;
	font-size: 13px;
	height: auto;
	line-height: 16px;
	padding: 5px;
	text-align: left;
	width: 102px;
}

#topNav li ul li a:hover {
	background-image: none;
}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 10000;
}
