<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-bottom
{
	height:16px;
	position:relative;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px; 
	text-align: center; 
	width: 100%; 

}


/* hack to correct IE5.5 faulty box model */
* html .menu-bottom
{

}


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

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

.menu-bottom ul ul li
{
	white-space: normal;
}


/* style the links for the top level */
.menu-bottom a, .menu-bottom a:visited, .menu-bottom .anchor
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color: #fff;
	text-align: left; 
	padding-left: 23px; 
	padding-right: 10px;
	padding-top: 0px; 
	padding-bottom: 0px; 
	font-weight:normal;
	background: url('/theme/opzet1-instalweb-nl/img/menu-bottom-background.png');
	background-repeat: no-repeat; 
	background-position: left center; 
	margin: 0px; 
	margin-bottom: 5px; 
}



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

}

 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
 
/* position the third level flyout menu-bottom */

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


 
/* style the second level links */


/* yet another hack for IE5.5 */

 
/* style the top level hover */
.menu-bottom a:hover
{
	color:#013e4d;
}


.menu-bottom :hover &gt; a
{
	color:#013e4d;
}

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


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

.menu-bottom ul ul :hover ul 
{
	visibility: hidden;
}

.menu-bottom ul ul :hover ul ul a
{
	visibility: hidden;
}

.menu-bottom ul ul ul :hover ul a
{
	visibility: visible; 
}

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

.cms-menu-button
{
	padding: 0px; 
	margin: 0px;
}

.menu-bottom .active
{
	background: none; 
}</pre></body></html>