﻿/*
	Main menu
*/

#menu_main ul li a {
    display: block;
    text-indent: -1000em;
    position: relative;
    height: 39px;
    margin-top: 31px;
}

#menu_left {
    margin-top: 30px;
}
#menu_left ul {
    padding: 0;
    margin: 0;
}
#menu_left  ul  li {
    background: url(../img/menu_left_bg.gif) no-repeat;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 6px;
}

#menu_left ul li a {
    color: #818c94;
    height: 123px;
}
#menu_left ul li a:hover {
    color: #0a85cf;
    text-decoration: none;
}
#menu_left ul li ul {
    margin-top:5px;
}
#menu_left ul li ul li {
    background: url(../img/empty.gif);
    padding-left: 5px;
    padding-top: 2px;
}

ul li.over-ons a {
    background: url(../img/mnu_over_ons.gif) no-repeat;
    width: 179px;
}

ul li.over-ons a:hover {
    background: url(../img/mnu_over_ons-over.gif) no-repeat;
}

ul li.over-ons a.active {
    background: url(../img/mnu_over_ons-on.gif) no-repeat;
}

ul li.voor_professionals a {
    background: url(../img/mnu_voor_professionals.gif) no-repeat;
    width: 179px;
}

ul li.voor_professionals a:hover {
    background: url(../img/mnu_voor_professionals-over.gif) no-repeat;
}

ul li.voor_professionals a.active {
    background: url(../img/mnu_voor_professionals-on.gif) no-repeat;
}

ul li.voor_opdrachtgevers a {
    background: url(../img/mnu_voor_opdrachtgevers.gif) no-repeat;
    width: 179px;
}

ul li.voor_opdrachtgevers a:hover {
    background: url(../img/mnu_voor_opdrachtgevers-over.gif) no-repeat;
}

ul li.voor_opdrachtgevers a.active {
    background: url(../img/mnu_voor_opdrachtgevers-on.gif) no-repeat;
}

