#menuh-container {
	margin-top: 10px;
/*
	position: absolute;		
	top: 0;
	left: 0;
*/
	}

#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	float: left;
	margin: 0;
	}
		
#menuh a {
	text-align: left;
	display: block;
	padding: 3px;
	white-space: nowrap;
/*
	border: 1px solid #555;
	margin: 0;
*/
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active {
	color: white;
	text-decoration: none;
	}
	
#menuh a:hover {
	color: #abcd44;
	text-decoration: none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover {
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover {
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#menuh li {
	position: relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh li ul li {
	position: relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	border-bottom: solid 1px #201813;
	padding: 1px 3px;
	}

#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	margin: 44px 0 0 -8px;
	background: transparent url('../images/bg_submenu.png');
	}

#menuh ul ul ul {
	top: 0;
	left: 100%;
	}

div#menuh li:hover {
	cursor: pointer;
	z-index: 100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul {
	display: none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul {
	display: block;
}

#menuh .Separator {
	width: 6px;
	height: 46px;
	background: transparent url('../images/navmenu-separator.png') top left no-repeat;
	margin: 0 7px;
}
#menuh .Home {
	width: 30px;
	height: 46px;
	background: transparent url('../images/bt_home.png');
}
#menuh .OurResort {
	width: 51px;
	height: 46px;
	background: transparent url('../images/bt_our-resort.png');
}
#menuh .KohLipe {
	width: 54px;
	height: 46px;
	background: transparent url('../images/bt_koh-lipe.png');
}
#menuh .RoomsAndRates {
	width: 61px;
	height: 46px;
	background: transparent url('../images/bt_rooms-and-rates.png');
}
#menuh .Activities {
	width: 71px;
	height: 46px;
	background: transparent url('../images/bt_activities.png');
}
#menuh .PressReviews {
	width: 60px;
	height: 46px;
	background: transparent url('../images/bt_press-reviews.png');
}
#menuh .ContactUs {
	width: 61px;
	height: 46px;
	background: transparent url('../images/bt_contact-us.png');
}
#menuh .HowToGetHere {
	width: 71px;
	height: 46px;
	background: transparent url('../images/bt_how_to_get_here.png');
}
#menuh .Home:hover,
#menuh .OurResort:hover,
#menuh .KohLipe:hover,
#menuh .HowToGetHere:hover,
#menuh .RoomsAndRates:hover,
#menuh .Activities:hover,
#menuh .PressReviews:hover {
	background-position: bottom left;
}
.ActivePage {
	background-position: bottom left !important;
}
