/*
 *  Style for the keuzehulp tabs 
 *
 *  The tabs will be placed in the slogan spot
 *  under the main menu
 *
 */


div#tabbarinfo3456384756 { display: none; } 
#wBody .keuzehulptabs{
    color:#0c4871;
    cursor:default!important;
    font-size:12px;
    float:left;
    text-align:center;
    width:100%;
    padding: 57px 0 0 0 !important;
}
#wBody .keuzehulptabs a {
    color:#0C4871;
    text-decoration: none;
}
#wBody .keuzehulptabs span.tab{
    background:url(/extras/wow/img/1/submenu_item.jpg) no-repeat;
    float:left;
    height:20px;
    margin:0 3px 0 0;
}
#wBody .keuzehulptabs span.tab span{
    background:url(/extras/wow/img/1/submenu_item_right.jpg) top right no-repeat;
    display:block;
    margin-left:10px;
    min-width:73px;
    padding:3px 10px 0 0;
}
#wBody .keuzehulptabs span.tabActive{
    background:url(/extras/wow/img/1/submenu_item_selected.jpg) no-repeat!important;
}
#wBody .keuzehulptabs span.tabActive span{
    background:url(/extras/wow/img/1/submenu_item_right_selected.jpg) top right no-repeat!important;
}





