	body {
		background-color: #aac1d1;
	}

    div#menuh-container {
        position: relative;
		margin-left: 130px;
		width: 695px;
    }
 
    div#menuh {
        font: 11px Verdana arial, helvetica, sans-serif;
		width: 695px;
        float: left;
    }

    div#menuh a {
        text-align: left;
        display: block;
        white-space: nowrap;
        margin-left: 2px;
		padding: 3px 3px 3px 3px;
		height: 14px;
		line-height: 14px;
    }

    div#menuh a:link, #menuh a:visited, #menuh a:active {
        color: #000;
        background-color: #f3dc12;
        text-decoration: none;
    }

    div#menuh a:hover {
        color: #fff;
        background-color: #aac1d1;
        text-decoration: none;
    }

    div#menuh ul {
        list-style:none;
        margin: 0;
        padding :0;
        float: left;
        min-width: 100px;
    }
  
    div#menuh li {
        position:relative;
        min-height: 1px;
        vertical-align: bottom;
    }
  
    div#menuh ul ul {
        position:absolute;
        z-index: 500;
        top: auto;
        display: none;
        padding: 11px;
        margin: -11px 0 0 -11px;
    }
 
    div#menuh ul ul ul {
        top: 0;
        left: 100%;
    }
	
	a.more {
		background: url(images/arrows.gif) center right no-repeat;
	}
    
	.forcedfixedwidth {
		width: 106px;
	}
	
    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;
	}
	
	ul#bouwschilders li {
		border-bottom: 1px solid #a72b31;
		border-left: 1px solid #a72b31;
		border-right: 1px solid #a72b31;
	}
	
	ul#bouwschilders li a {
		margin-left: 0;
	}

	ul#bouwschilders li:hover a {
		background: #a72b31;
		color: #fff;
		margin-left: 0;
	}	

	ul#bouwschilders li:hover a.more {
		background: #a72b31 url(images/arrows.gif) center right no-repeat;
		color: #fff;
		margin-left: 0;
	}
	
	ul#bouwschilders li:hover ul li a {
		background: #f4faff;
		color: #003c5a;
		margin-left: 0;
	}
	
	ul#bouwschilders li:hover ul li a:hover {
		background: #a72b31;
		color: #fff;
		margin-left: 0;
	}
	
	ul#bouwschilders li:first-child {
		border-top: 1px solid #a72b31;
	}
	
	ul#bouwschilders li ul li {
		border-left: 1px solid #a72b31;
		border-right: 1px solid #a72b31;
	}
	
	ul#bouwschilders li ul li:first-child {
		border-top: 1px solid #a72b31;
	}
	
    ul#bouwschilders a:link, ul#bouwschilders a:visited, ul#bouwschilders a:active {
        color: #003c5a;
        background-color: #f4faff;
        text-decoration: none;
    }
	
	ul#industrie li {
		border-bottom: 1px solid #00addc;
		border-left: 1px solid #00addc;
		border-right: 1px solid #00addc;
	}
	
	ul#industrie li a {
		margin-left: 0;
	}

	ul#industrie li:hover a {
		background: #00addc;
		color: #fff;
		margin-left: 0;
	}	

	ul#industrie li:hover a.more {
		background: #00addc url(images/arrows.gif) center right no-repeat;
		color: #fff;
		margin-left: 0;
	}
	
	ul#industrie li:hover ul li a {
		background: #f4faff;
		color: #003c5a;
		margin-left: 0;
	}
	
	ul#industrie li:hover ul li a:hover {
		background: #00addc;
		color: #fff;
		margin-left: 0;
	}
	
	ul#industrie li:first-child {
		border-top: 1px solid #00addc;
	}
	
	ul#industrie li ul li {
		border-left: 1px solid #00addc;
		border-right: 1px solid #00addc;
	}
	
	ul#industrie li ul li:first-child {
		border-top: 1px solid #00addc;
	}
	
    ul#industrie a:link, ul#industrie a:visited, ul#industrie a:active {
        color: #003c5a;
        background-color: #f4faff;
        text-decoration: none;
    }
	
	div#white {
		position: absolute;
		width: 147px;
		height: 21px;
		background-color:#f3dc12; /*f3eeb7*/
	}
