

/*
Ad Hoc - Menu TOP
*/


.test { 
	color: #fff; 
	font-family: Verdana, Arial; 
	text-decoration: none; 
	font-weight: normal; 
	text-align: left; 
	padding-top: 4px; 
	width: 80px;
}


#header_menu {
	border-bottom: 1px #747474 dotted;
}

a.menunav {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
	font-size: 11px;
	line-height: 17px;
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial;
}

a.menunav:hover {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #FFF;
	background-color: #0A246A;
	text-align: left;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menunav { /* all list items */
	float: left;
	position: relative;
	width: 80px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 8pt;
	color: #fff;
	height: 20px;
	padding-left: 3px;
	border:	0px solid #333;
	background: url(http://www.intergaszakelijk.nl/img/arrows.gif) no-repeat right;
}

li.menunav { 
	padding: 10px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: -110px;

	left: -50px;
	border-bottom: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#dropdown {
	width: 200px;
	height: 110px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333; 
	overflow: auto;
	overflow-x: hidden; 
    z-index: 100px;
}

/*
end
*/
