/* MENU */
.clicked{
    background-image: url('../_images/menu/menu_highlight_middle.jpg');
}

.unclicked{
  /*  Geeft de kleur wanner er niet geklikt is */
}

#menu{
    width: 865px;
    height: 39px;
    background-image: url('../_images/menu/menu.jpg');
    position: absolute;
}
#menu ul{
    list-style: none;
}
#menu ul li{
    float:left;
    color:#fff;
    margin-left: 1px;
}
#menu ul li a span{
    display:block;
    float:left;
}
#menu ul li a span.front{
    width:39px;
    height:39px;
}
#menu ul li:hover{
    background-image: url('../_images/menu/menu_highlight_middle.jpg');
}
#menu ul li a span.middle{
    color:#fff;
    font-size: 1em;
    vertical-align: middle;
    line-height: 39px;
    
    margin:0;
    padding:0;
    font-family: Verdana;

}
#menu ul li a:hover span.middle{
    
}
/* home */
#Menuitem1{
    width:100px;
    height:39px;
}
    #Menuitem1 a span.front{
        background-image: url('../_images/icons/home.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem1 a span.middle{
        width:55px;
    }
    
/* home 2 */
#Selectedmenuitem1{
    width:100px;
    height:39px;
}
    #Selectedmenuitem1 a span.front{
        background-image: url('../_images/icons/home.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem1 a span.middle{
        width:55px;
    }   
     
/* kijkruit */

#Menuitem2{
    width:100px;
    height:39px;
}
    #Menuitem2 a span.front{
        background-image: url('../_images/icons/kijkruit.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem2 a span.middle{
        width: 60px;
    }

/* kijkruit 2 */

#Selectedmenuitem2{
    width:100px;
    height:39px;
}
    #Selectedmenuitem2 a span.front{
        background-image: url('../_images/icons/kijkruit.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem2 a span.middle{
        width: 60px;
    }
    
/* kunstuitleen */

#Menuitem3{
    width:140px;
    height:39px;
}
    #Menuitem3 a span.front{
        background-image: url('../_images/icons/kunstuitleen.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem3 a span.middle{
        width:100px;
    }
    
/* kunstuitleen 2 */

#Selectedmenuitem3{
    width:140px;
    height:39px;
}
    #Selectedmenuitem3 a span.front{
        background-image: url('../_images/icons/kunstuitleen.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem3 a span.middle{
        width:100px;
    }
        
/* nieuws */

#Menuitem4{
    width:105px;
    height:39px;
}
    #Menuitem4 a span.front{
        background-image: url('../_images/icons/nieuws1.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem4 a span.middle{
        width:65px;
    }
    
/* nieuws 2 */

#Selectedmenuitem4{
    width:105px;
    height:39px;
}
    #Selectedmenuitem4 a span.front{
        background-image: url('../_images/icons/nieuws1.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem4 a span.middle{
        width:65px;
    }
    
/* archief */
#Menuitem5{
    width:100px;
    height:39px;
}
    #Menuitem5 a span.front{
        background-image: url('../_images/icons/archief.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem5 a span.middle{
        width:55px;
    }

/* archief 2 */
#Selectedmenuitem5{
    width:100px;
    height:39px;
}
    #Selectedmenuitem5 a span.front{
        background-image: url('../_images/icons/archief.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem5 a span.middle{
        width:55px;
    }

/* contact */
#Menuitem6{
    width:110px;
    height:39px;
}
    #Menuitem6 a span.front{
        background-image: url('../_images/icons/contact.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem6 a span.middle{
        width:66px;
    }
        
/* contact 2 */
#Selectedmenuitem6{
    width:110px;
    height:39px;
}
    #Selectedmenuitem6 a span.front{
        background-image: url('../_images/icons/contact.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem6 a span.middle{
        width:66px;
    }
        
    
/* activiteiten */
#Menuitem7{
    width:127px;
    height:39px;
}
    #Menuitem7 a span.front{
        background-image: url('../_images/icons/abonnement.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Menuitem7 a span.middle{
        width:88px;
    }
    
/* activiteiten 2 */
#Selectedmenuitem7{
    width:127px;
    height:39px;
}
    #Selectedmenuitem7 a span.front{
        background-image: url('../_images/icons/abonnement.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    #Selectedmenuitem7 a span.middle{
        width:88px;
    }    
 
    
/* /MENU */