/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: relative;
	left: 0px;
	float: left;
	z-index: 2;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}


#menuh #home a {
	background-color: #99cecc;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #home a:hover {
	background-color: #008480;
	color: #FFFFFF;
}
#menuh #specialoffers a {
	background-color: #b3deb6;
	height: 18px;	padding: 5px;
	color: #333333;			
}
#menuh #specialoffers a:hover {
	background-color: #35a139;
	color: #FFFFFF;
}
#menuh #winecellar a {
	background-color: #e2a9e5;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #winecellar a:hover {
	background-color: #932a87;
	color: #FFFFFF;
}
#menuh #partyorders a {
	background-color: #feb1ad;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #partyorders a:hover {
	background-color: #ef4e28;
	color: #FFFFFF;
}

#menuh #bakery a {
	background-color: #d7b79f;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #bakery a:hover {
	background-color: #802c0b;
	color: #FFFFFF;
}
#menuh #homedeliveries a {
	background-color: #a8b3d2;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #homedeliveries a:hover {
	background-color: #182d7b;
	color: #FFFFFF;
}
#menuh #valuclub a {
	background-color: #ffe04f;
	height: 18px;	padding: 5px;
	color: #333333;
}
#menuh #valuclub a:hover {
	background-color: #f5c609;
	color: #FFFFFF;
}
.sub {
	background-color: #ffffff;
	font-weight: bold;
}
#productrange ul li.productsub a:hover {
	background-color: #8f7777;
}

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	margin-left: 23px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 3px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
		background-color: red;

	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	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;
	width:107px;	/* width of all menu boxes */
	height: 36px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */

	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#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 */
