#menu a {
position: relative;
display: inline-block;
vertical-align: bottom;
padding: 0;
margin: 0;
}

#menu a i { visibility: hidden; }

a#home {width: 240px;height: 200px; top: 20px;}
a#contest {width: 130px; margin-left:185px;top: 25px;height: 45px}
a#concerts {width: 130px;top: 25px;height: 45px}
a#masterclasses {width: 200px;top: 25px;height: 45px}
a#contact {width: 130px; margin-left: 433px; top: 25px;height: 25px}
a#agenda {width: 130px;top: 25px;height: 25px}
a#location {width: 130px;top: 25px;height: 25px}
a#nl {width: 30px;top: 25px;height: 25px}
a#en {width: 35px;top: 25px;height: 25px}

a#home:hover {
background: url('../img/homegrijs.jpg') 0 0 no-repeat;
border: none;
}

a#contest:hover, a#concerts:hover, a#masterclasses:hover {
border-bottom: 3px solid white;
background: url('../img/playertranspklein.gif') 50px 0 no-repeat;
}

a#contact:hover, a#agenda:hover, a#location:hover, a#nl:hover, a#en:hover {
border-bottom: 3px solid #bf3324;
}


#logos a {
display: inline-block;
vertical-align: bottom;
height: 130px;
width: 150px;
top: 0px; 
}

#logos a i { visibility: hidden; }

a#bbb {width: 190px;}
a#artesis {width: 270px;}
a#beriato {width: 160px;}
a#yamaha {width: 300px;}

a#bbb:hover, a#artesis:hover, a#beriato:hover, a#yamaha:hover { 
border-bottom: 3px solid #bf3324;
}


