ul#headerNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 26px;
	font-weight: bold;
	font-size: 10px;
	background: url("/next/ui/navigation-link.png");
	font-family: Tahoma,Geneva,Arial,sans-serif;
	position: relative;
	z-index: 10;
	width: 100%;
}
ul#headerNavigation li {
	position: relative;
	float: left;
	list-style-type: none;
	text-align: center;
	width: auto;
}
ul#headerNavigation li:hover {
	background: url("/next/ui/navigation-link-highlight.png");
}

ul#headerNavigation li a {
	position: relative;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 17px;
	margin-left: 0px;
	padding: 5px 10px;
/*	background: transparent url("/next/ui/bg-mn-bardivider.gif") right top no-repeat;*/
	border-left: solid black 1px;
	border-right: solid black 1px;
	z-index: 0;
}
ul#headerNavigation li a:hover {

}
ul#headerNavigation li#first {
	width: 31px;
	line-height: 1.1;
}
ul#headerNavigation li#first a {
	background: url("/next/ui/bg-mn-home.gif") 0 0 no-repeat;
	text-indent: -9999px;
	width: 31px;
	display: block;
	padding: 5px 0 0 0;
	height: 29px;
}
ul#headerNavigation li#first a:hover {
	background-position: 0 -34px;
}

ul#headerNavigation li ul {
	display: none;
	/*top: 23px !important;*/

	height: auto;
	left: -38px;
	margin-top: 4px;
	padding: 10px;
	position: absolute;
	z-index: 10000;
	/*background: #fcfcfc url("/next/ui/bg-mn-gradient.jpg") center bottom scroll repeat-x;*/
	background-color: #fff;
	width: 180px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
ul#headerNavigation li a.offers {
	color: #e10076;
}
ul#headerNavigation li ul li {
	width: 180px;
	/*background: url("/next/ui/bg-mn-drop-li.gif") 0 0 no-repeat;
	border-right: 1px solid #808080;*/
	height: 30px;
	font-size: 11px;
}
ul#headerNavigation li ul li a {
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height: 21px;
	height: 21px;
	padding: 0 11px;
	width: 158px;
	background: none;
	border: none;
}
ul#headerNavigation li ul li:hover {
	background: none;
	text-decoration: underline;
}
ul#headerNavigation li ul li a:hover {
	/*background: url("/next/ui/bg-mn-gradient-hover.jpg") 0 bottom no-repeat;*/
	font-weight: bold;
}


ul#headerNavigation li:hover ul {
	display: block;
	top: 23px !important;
	z-index: 1000;
}
