#navUL-container {
	
	padding: 0;
	height:40px;
	text-align: center;
	float:left;
}

#navUL {
	z-index: 10000;
}

#navUL, #navUL ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 10000;
}

#navUL a {
	text-decoration: none;
	display: block;
	width: 100px;
	font: bold 12px Arial,Sans-Serif;
	color:#FFFFFF;
	padding: 12px 0;
	z-index: 10000;
}

#navUL a:hover, #navUL a.selected {
	background-color: #087C9E;
	color: #FFF;
	z-index: 10000;
}

#navUL li {
	float: left;
	width: 100px;
	
	z-index: 10000;
}

#navUL li.first {
	margin-left: 10px;
	z-index: 10000;
}

#navUL li.first a {
	
	background-position: top left;
	background-repeat: no-repeat;
	color:#ffffff;
	z-index: 10000;
}

#navUL li li a {
	background-image: none;
	background-color: #003B59;
	width: 120px;
	text-align: left;
	padding-left: 15px;
	border-top: 1px solid #005975;
	
	z-index: 10000;
}

#navUL a.collapsed {
	
	background-position: 100% 50%;
	background-repeat: no-repeat;
	z-index: 10000;
}

#navUL ul ul a {
	background-color: #087C9E;
	color: #FFF;
	z-index: 10000;
}

#navUL ul ul a:hover {
	background-color: #32839A;
	z-index: 10000;
}

#navUL li ul {
	position: absolute;
	width: 70px;
	left: -999em;
	z-index: 10000;
}

#navUL li ul ul {
	margin: -40px 0 0 135px !important;
	z-index: 10000;
}

#navUL li ul ul#lifestyle-dropdown {
	margin-top: -158px !important;
	z-index: 10000;
}

#navUL li:hover ul ul, #navUL li.sfhover ul ul {
	left: -999em;
	z-index: 10000;
}

#navUL li:hover ul, #navUL li li:hover ul, #navUL li.sfhover ul, #navUL li li.sfhover ul {
	left: auto;
	clear: left;
	margin-left: -1px;
	z-index: 10000;
}
