/* -- Menu Button Home -- */
#menu a.home, #menu a.home:visited {
display:block;
width:73px;
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 Photos -- */
#menu a.photos, #menu a.photos:visited {
display:block;
width:88px;
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 Stuff -- */
#menu a.stuff, #menu a.stuff:visited {
display:block;
width:128px;
height:26px;
background:url(../images/stuff.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.stuff:hover, #menu a.stuff:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}

/* -- Menu Button Ying-Chieh -- */
#menu a.chieh, #menu a.chieh:visited {
display:block;
width:108px;
height:26px;
background:url(../images/chieh.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.chieh:hover, #menu a.chieh:active {
background-position:0 -26px;
line-height:31px;
overflow:hidden;
}

/* -- Menu Button Contact -- */
#menu a.contact, #menu a.contact:visited {
display:block;
width:88px;
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;
}
