/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 0;
	left: 0;
	}

#menu_home
{
	background-image: url('http://www.horecagroningen.nl/layout/button_home.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 69px;
	height: 18px;
}
#menu_uit_eten
{
	background-image: url('http://www.horecagroningen.nl/layout/button_uiteten.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_op_stap
{
	background-image: url('http://www.horecagroningen.nl/layout/button_opstap.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_overnachten
{
	background-image: url('http://www.horecagroningen.nl/layout/button_overnachten.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_recreatie
{
	background-image: url('http://www.horecagroningen.nl/layout/button_recreatie.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_vervoer
{
	background-image: url('http://www.horecagroningen.nl/layout/button_vervoer.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 107px;
	height: 18px;
}
#menu_agenda
{
	background-image: url('http://www.horecagroningen.nl/layout/button_agenda.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 106px;
	height: 18px;
}
#menu_fotos
{
	background-image: url('http://www.horecagroningen.nl/layout/button_fotos.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_vacatures
{
	background-image: url('http://www.horecagroningen.nl/layout/button_vacatures.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}
#menu_informatie
{
	background-image: url('http://www.horecagroningen.nl/layout/button_informatie.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 101px;
	height: 18px;
}

#menuh
{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
}
		
#menuh a
{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	color: #000;
	background-color: #FFF;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
{
	color: #000;
	background-color: #FFF;
	text-decoration:none;
}	
.ultopparent	
{
	height:40px;	
}
.ulparent	
{
	border: 1px solid #555;
	width:100px;	/* width of all menu boxes */
}
.ulinfoparent	
{
	border: 1px solid #555;
	width:110px;

}
#menuh a.parent 	
{
	text-align: left;
	background-color: #FFF;
	padding: 2px;
}
#menuh a.parent:hover 	
{
	background-color: #67c5d8;
}
#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 ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin:0 0 0 0;
	}

#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 */