#nav-h {
	width: 100%;
}

#nav-h ul {
	width: auto;
}

#nav-h, #nav-h ul {
	float: right;
	list-style: none;
	line-height: 1;
	background: transparent url(../img/btn_nav-h.gif) bottom left repeat-x;
	font: 85%/1.2 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 1000;
	white-space: nowrap;
}

#nav-h a {
	display: block;
	width: 6em;
	color: white;
	text-decoration: none;
	padding: 0.25em 2em 0.25em 2em;
}

#nav-h li {
	float: left;
	padding: 0;
	width: 10em;
	color: white;
	font-weight: bold;
	font-size: 100%;
	background: transparent url(../img/btn_nav-h.gif) bottom left repeat-x;
}

#nav-h li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
}

#nav-h li li {
	width: 100%;
}

#nav-h li ul a {
	width: 100%;
}

#nav-h li ul ul {
	margin: -2em 0 0 100%;
}

#nav-h li.IE ul ul ul ul,
#nav-h li:hover ul ul ul ul, 
#nav-h li.IE ul ul ul, 
#nav-h li:hover ul ul ul, 
#nav-h li.IE ul ul, 
#nav-h li:hover ul ul {
	left: -999em;
}

#nav-h li li li li.IE ul, 
#nav-h li li li li:hover ul, 
#nav-h li li li.IE ul, 
#nav-h li li li:hover ul, 
#nav-h li li.IE ul, 
#nav-h li li:hover ul, 
#nav-h li.IE ul, 
#nav-h li:hover ul {
	left: auto;
}

#nav-h li.IE,
#nav-h li:hover {
	background: transparent url(../img/btn_nav-h_on.gif) bottom left repeat-x;
	color:#006;
}