ul#headerNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;	
  height: 34px;
  font-weight: bold;
  font-size: 10px;
  background: url("../images/bg-mn-bar.gif") 0 0 no-repeat;	  
  font-family: Tahoma,Geneva,Arial,sans-serif;	
  position: relative;
  z-index: 10;
}
ul#headerNavigation li {
	position: relative;
	float: left;
	list-style-type: none;		
	text-align: center;
}
ul#headerNavigation li:hover {
  background: url("../images/bg-mn-bar.gif") right top no-repeat;		
}

ul#headerNavigation li a {
	position: relative;
	float: left;	
	color: #ffffff;
	font-weight: bold !important;
	text-decoration: none;
	display: block;
	height: 29px;
	margin-left: 0px;
	padding: 5px 11px 0 5px;
	background: transparent url("../images/bg-mn-bardivider.gif") right top no-repeat;
	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("../images/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: -41px;
	padding: 1px 10px 10px;
	padding: 0;
	padding-bottom: 12px;
	position: absolute;
	z-index: 10000;
	background: #fcfcfc url("../images/bg-mn-gradient.jpg") center bottom scroll repeat-x;
	width: 180px;
}

ul#headerNavigation li ul li {
	width: 180px;
	background: url("../images/bg-mn-drop-li.gif") 0 0 no-repeat;
	border-right: 1px solid #808080;
	height: 21px;
}

ul#headerNavigation li ul li a {
	text-align: left;
	color: #000000;
	line-height: 21px;
	height: 21px;
	padding: 0 11px;
	width: 158px;
	background: none;
}
ul#headerNavigation li ul li a:hover {
	background: url("../images/bg-mn-gradient-hover.jpg") 0 bottom no-repeat;	
}


ul#headerNavigation li:hover ul,ul#headerNavigation li.hover ul {
	display: block;
	top: 23px !important;
	z-index: 1000;
}