#menuh-container {
	position:relative;
	top:188px;
	left:50px;
	width:910px;
	height:82px;
}
#menuh {
	font-size: small;	
	margin:0em;
}		
#menuh a {
	text-align: center;
	display:block;
	white-space:wrap;
	margin:0;
/*	padding: 0.3em 20px;*/
	height:40px;
}	
#menuh a:link, #menuh a:visited, #menuh a:active {
	color: #fff; 
	text-decoration:none;
}	
#menuh a:hover {
	color:#1468a3;		 
	text-decoration:none;
	}
#menuh ul li ul li a:hover {
	color:#1468a3;
	background:url('../images/navdrop_hover.png') no-repeat;	 
	text-decoration:none;
}	
#menuh ul #acc ul li a:hover {
	color:#1468a3;
	background:url('../images/navdrop_hover.png') no-repeat;	 
	text-decoration:none;
	}		
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
} 
#menuh li {
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;		
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1.7em 0px 1em 0px; /*positions the container with all the dropdown selections*/
	margin:-1em 0 0 1em;
}

#menuh ul li ul li a {	
	text-align:center;
	height:22px;
	width:150px;
	background:url('../images/navdrop.png') no-repeat top left;
	padding: 5px 0 0.3em 0px;
	color:#fff;
	font-style:italic;
}
#menuh ul #acc ul li a {	
	text-align:center;
	height:22px;
	width:150px;
	background:url('../images/navdrop.png') no-repeat;
	padding: 5px 0 0.3em 0px;
	margin-top:-10px;
	color:#fff;
	font-style:italic;
	text-indent:0px;
}
#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;}
/* End CSS Drop Down Menu */

#menuh ul #hom {
	width:89px;
	height:90px;
	background:url('../images/home.png') no-repeat;
	margin:-50px 0 0 20px;
}
#menuh ul #hom a {
	width:89px;
	display:block;
	float:left;
	padding:0;
	margin: 0px 0px 0 0px;
	text-indent:-99999px;
}
#menuh ul #hom a:hover {
	background:url('../images/home_clicked.png') no-repeat;
}
#menuh ul #dir {
	width:99px;
	height:40px;
	background:url('../images/directions.png') no-repeat;
	margin:0 0 0 70px;
}
#menuh ul #dir a {
	width:99px;
	display:block;
	float:left;
	padding:0;
	margin: 0px 0px 0 0px;
	text-indent:-99999px;
}
#menuh ul #dir a:hover {
	background:url('../images/directions_clicked.png') no-repeat;
}
#menuh ul #acc {
	width:162px;
	height:40px;
	background:url('../images/rates.png') no-repeat;
	margin:0 0 0 10px;
}
#menuh ul #acc a {
	width:162px;
	height:40px;
	padding:0;
	margin: 0px 0px 5px 0px;
	text-indent:-99999px;
}
#menuh ul #acc a:hover {
	background:url('../images/rates_clicked.png') no-repeat;
}
#menuh ul #hou {
	width:135px;
	height:40px;
	background:url('../images/hours.png') no-repeat;
	margin:0 0 0 10px;
}
#menuh ul #hou a {
	width:135px;
	height:40px;
	display:block;
	float:left;
	padding:0;
	margin: 0px 0px 0 0px;
	text-indent:-99999px;
}
#menuh ul #hou a:hover {
	background:url('../images/hours_clicked.png') no-repeat;
}
#menuh ul #gal {
	width:69px;
	height:40px;
	background:url('../images/gallery.png') no-repeat;
	margin:0 0 0 10px;
}
#menuh ul #gal a {
	width:69px;
	height:40px;
	display:block;
	float:left;
	padding:0;
	margin: 0px 0px 0 0px;
	text-indent:-99999px;
}
#menuh ul #gal a:hover {
	background:url('../images/gallery_clicked.png') no-repeat;
}
#menuh ul #con {
	width:67px;
	height:40px;
	background:url('../images/contact.png') no-repeat;
	margin:0 0 0 10px;
}
#menuh ul #con a {
	width:67px;
	height:40px;
	display:block;
	float:left;
	padding:0;
	margin: 0px 0px 0 0px;
	text-indent:-99999px;
}
#menuh ul #con a:hover {
	background:url('../images/contact_clicked.png') no-repeat;
}