/* HOOFDMENU */
a#home img {
width: 176px;
height: 19px;
background: url(../buttons/home.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#home:hover img {
background: url(../buttons/home2.jpg) top right no-repeat;
}

a#diensten img {
width: 176px;
height: 19px;
background: url(../buttons/diensten.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#diensten:hover img {
background: url(../buttons/diensten2.jpg) top right no-repeat;
}

a#overhetbedrijf img {
width: 176px;
height: 19px;
background: url(../buttons/overhetbedrijf.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#overhetbedrijf:hover img {
background: url(../buttons/overhetbedrijf2.jpg) top right no-repeat;
}

a#referenties img {
width: 176px;
height: 19px;
background: url(../buttons/referenties.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#referenties:hover img {
background: url(../buttons/referenties2.jpg) top right no-repeat;
}

a#nieuwsentips img {
width: 176px;
height: 19px;
background: url(../buttons/nieuwsentips.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#nieuwsentips:hover img {
background: url(../buttons/nieuwsentips2.jpg) top right no-repeat;
}

a#serviceensupport img {
width: 176px;
height: 19px;
background: url(../buttons/serviceensupport.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#serviceensupport:hover img {
background: url(../buttons/serviceensupport2.jpg) top right no-repeat;
}

a#contact img {
width: 176px;
height: 19px;
background: url(../buttons/contact.jpg) top right no-repeat;
margin-bottom: 5px;
}

a#contact:hover img {
background: url(../buttons/contact2.jpg) top right no-repeat;
}

#submenu {
width: 159px;
padding: 5px 10px 10px 5px;
margin-top: 0px;
background-color: #e5e5e5;
line-height: 18px;
border: 1px solid #8ec93f;
}
