 #menu {
width:100%;
height:35px;
background-image:url(../images/menu.jpg);
background-repeat:repeat-x;
vertical-align: baseline}

#menu a {
height:27px;
padding-top:2px;
float:left;
text-align:center;
width:100px;
color:#f0dc2f;
text-decoration:none;
vertical-align: baseline
}

#menu a:hover {
height:25px;
margin-top:2px;
background-image:url(../images/sel.gif);
background-repeat:no-repeat;
background-position:center bottom;
vertical-align:baseline
}

