.menu_top
{
	height:30px;
	position:relative;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px; 
	text-align: center; 
	width: 100%; 
	
}


/* hack to correct IE5.5 faulty box model */
* html .menu_top
{

}


/* remove all the bullets, borders and padding from the default list styling */
.menu_top ul
{
	padding:0;
	margin:0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu_top positon */
.menu_top li
{
	float:left;
	position:relative;
	white-space: nowrap;
	overflow: show;
	_width: 0px; /* IE 5.5 and 6 hack */
}

.menu_top ul ul li
{
	white-space: normal;
}


/* style the links for the top level */
.menu_top a, .menu_top a:visited, .menu_top .anchor
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color: #fff;
	height: 22px;
	padding-top: 9px; 
	text-align: left; 
	padding-left: 5px; 
	padding-right: 5px;
	font-weight:normal;
	border: 0px solid #77c043;
	margin-bottom: 0px; 
}



/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_top a, * html .menu_top a:visited
{

}

 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_top ul ul
{
	visibility:hidden;
	position:absolute;
	height: auto;
	top:30px;
	padding-top: 10px;
	padding-bottom: 10px; 
	left: 0px;
	width:150px;
	background: url('/theme/opzet1-instalweb-nl/img/transparent.png');
	z-index: 101;
}

.menu_top ul ul ul
{
	left: 150px;
	padding-left: 5px;
	top: 0px; 
	padding-top: 0px; 
}

* html .menu_top ul ul
{

}





 
/* position the third level flyout menu_top */

 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu_top table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse: collapse;
}


 
/* style the second level links */
.menu_top ul ul a, .menu_top ul ul a:visited,  .menu_top ul ul ul a, .menu_top ul ul ul a:visited
{
	color: #fff; 
	width: 130px; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: normal;
	text-align: left;
	background: #231f20; 
	padding-top: 6px; 
	padding-bottom: 5px; 
	margin-bottom: 2px;
	font-size: 14px;
	letter-spacing: 0px; 
	height: auto;
	border: 1px solid #003b1a !important;


}


/* yet another hack for IE5.5 */
* html .menu_top ul ul a, * html .menu_top ul ul a:visited
{

}


 
/* style the top level hover */
.menu_top a:hover
{
	color:#fff;
	background: #015f2b;
	border: 0px solid #003b1a !important;
}

.menu_top ul ul a:hover, .menu_top ul ul ul a:hover
{
	color:#fff;
	background: #b20838 !important;

}

* html .menu_top ul ul a:hover
{

}

.menu_top :hover > a
{
	color:#fff;
	background: #231f20;
	border: 0px solid #003b1a;
}

.menu_top ul ul :hover > a
{
	color:#fff;
	background: #b20838;
	border: 1px solid #003b1a !important;

}

* html .menu_top a:hover
{

}

* html .menu_top ul ul a:hover
{

}


 
/* make the second level visible when hover on first level list OR link */
.menu_top ul li:hover ul,
.menu_top ul a:hover ul,
.menu_top ul .anchor:hover ul
{
	visibility:visible;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu_top ul :hover ul ul
{
	visibility:hidden;
}

.menu_top ul ul :hover ul 
{
	visibility: hidden;
}

.menu_top ul ul :hover ul ul a
{
	visibility: hidden;
}

.menu_top ul ul ul :hover ul a
{
	visibility: visible; 
}

/* make the third level visible when you hover over second level list OR link */
.menu_top ul :hover ul :hover ul
{
	 visibility:visible;
}


.menu_top > ul > .active
{
	
	color:#fff;
	background: #231f20;
	border: 0px solid #003b1a;
	height: 31px;
}