/* 
    Document   : menus
    Author     : Wim Thijssen
    Alle menu's van bureau Kunstcircuit
*/

#mainmenu{
    clear: both;
    float:left;
    background-color: white;
    padding: 0 0 10px 30px;
    font-size: 16px;
    width: 265px;
    margin-top: 10px;
    /*background-image: url(img/schaduw.png);
    background-repeat: no-repeat;
    background-position: bottom left;*/
}
.menublok{
    margin-bottom: 10px;
}
.menublok li{
    list-style-type: none;
    background-image: url(img/horizon_divider_magenta.jpg);
    background-position: 0px 20px;
    background-repeat: no-repeat;
    height: 25px;
}
.menublok li.inactive ul{
    display: none;
}
.menublok a{
    text-decoration: none;
    color: #444444;
}
.menublok ul ul{
    position: relative;
    left: 250px;
    top: -30px;
    background-color: white;
}

/* ======== servicemenu in voeter ========== */
#servicemenu{list-style-type: none;float:right;margin:0;padding:0}
#servicemenu li{display:block;float: right;margin: 0px 5px 0px 10px}
#servicemenu a, #footer a{color: white;font-size: 11px}

