a {
	outline: none;
	}
#topNav li {
	float: left;
	}
.navDivider {
	width: 1px;
	background: url('/images/newLayout/navDivide.jpg') no-repeat;
	height: 29px;
	float: left;
	margin: 1px 0 0 0;
	}
#topNav li a {
	text-decoration: none;
	color: #24a7b8;
	width: 119px;
	display: block;
	text-align: center;
	padding: 8px 0 7px 0;
	font-size: 14px;
	}
#topNav li a:hover {
	text-decoration: none;
	display: block;
	color: #C85711;
	background-color: #fff;
	}
#topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f8f7f1;
    z-index: 490;
    border-top: 0;
    border: 1px #ada89c solid;
	}
#topNav li { /* all list items */
	float: left;
	position: relative;
    text-align: center; 
    list-style: none;	 
    z-index: 490;
}
#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 */
	display: none;
	position: absolute;
	top: 30px; /* distance between drop down and head item RHS */
	left: -1px;
    z-index: 490;
    width: 144px;
	white-space: normal; 
	background: #f8f7f1;
}
#topNav li ul li {       
    text-align: left;
    z-index: 490;
    width: 144px;
	background: #f8f7f1;
	float: none;
	border-bottom: 1px #e2e2ca solid;
}
#topNav li ul li a {
	color: #58585a;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	width: 134px;
    z-index: 490;
	background-color: #f0f7e6;
	}
#topNav li ul li a:hover {
	background-color: #cde4aa;
	color: #C85711;
	}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;	 
    z-index: 490;
}