﻿.menu 
{
    position: relative ;
    top: 160px;
    left: 190px;
    width :170px;
}
 
.pijl
{
   visibility:hidden   ;
   margin-left :4px;
}

.menu img
{
    border :none
}


.menu img:hover
{
    background-position: right center;
    background-image: url(../Images/pijl.png);
    background-repeat: no-repeat;
    padding-right:25px;
}
.imghover
{
    background-position: right center;
    background-image: url(../Images/pijl.png);
    background-repeat: no-repeat;
    padding-right:25px;
}

#repMenu a
{
font-size :18px;
}