/* -- Menu Button Home -- */
#menu a.home, #menu a.home:visited {
display:block;
width:80px;
height:26px;
background:url(../images/home.gif);
background-position:top left;
background-color:transparent;
text-align:center;
color:#000;
line-height:26px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:0px;
}

#menu a.home:hover, #menu a.home:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}

/* -- Menu Button Poesie -- */
#menu a.poesie, #menu a.poesie:visited {
display:block;
width:80px;
height:26px;
background:url(../images/poesie.gif);
background-position:top left;
background-color:transparent;
text-align:center;
color:#000;
line-height:26px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:0px;
}

#menu a.poesie:hover, #menu a.poesie:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}

/* -- Menu Button Photos -- */
#menu a.photos, #menu a.photos:visited {
display:block;
width:80px;
height:26px;
background:url(../images/photos.gif);
background-position:top left;
background-color:transparent;
text-align:center;
color:#000;
line-height:26px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:0px;
}

#menu a.photos:hover, #menu a.photos:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}


/* -- Menu Button Stephan -- */
#menu a.stephan, #menu a.stephan:visited {
display:block;
width:132px;
height:26px;
background:url(../images/stephan.gif);
background-position:top left;
background-color:transparent;
text-align:center;
color:#000;
line-height:26px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:0px;
}

#menu a.stephan:hover, #menu a.stephan:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}


/* -- Menu Button Contact -- */
#menu a.contact, #menu a.contact:visited {
display:block;
width:116px;
height:26px;
background:url(../images/contact.gif);
background-position:top left;
background-color:transparent;
text-align:center;
color:#000;
line-height:26px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:0px;
}

#menu a.contact:hover, #menu a.contact:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}
