#menu ul {list-style:none; display: inline; margin: 0px;
padding: 0px; width: 880px;
float: left;
background: url(../img/menu_bg.png) repeat-x;
}
#menu ul li {
float: left; 
width: 171px;
line-height: 48px;
color: #FFF;
background: url(../img/menu_bg.png) repeat-x;
height: 61px;
text-align: center;
}

#menu ul li.first {
float: left; 
width: 88px;
line-height: 48px;
color: #FFF;
background: url(../img/menu_bg.png) repeat-x;
height: 61px;
}

#menu ul li.last {
float: right; 
width: 83px;
line-height: 48px;
color: #FFF;
background: url(../img/menu_bg.png) repeat-x;
height: 61px;
}

#menu ul li.selected {
float: left; 
width: 171px;
line-height: 48px;
color: #FFF;
background: url(../img/menu_over.png) repeat-x;
height: 61px;
text-decoration: underline;
}

#menu ul li.bord {
float: left; 
width: 4px;
line-height: 48px;
color: #FFF;
background: url(../img/menu_border.png);
height: 61px;
}

#menu ul li a {
color: #FaFaFa;
font-size: 0.95em;
font-weight: bold;
text-decoration: none;
display: block;
line-height: 61px;
font-family: "Tahoma", Verdana;

}

#menu ul li a:hover {
color: #FaFaFa;
font-size: 0.95em;
font-weight: bold;
text-decoration: underline;
display: block;
line-height: 61px;
font-family: "Tahoma", Verdana;
background: url(../img/menu_over.png) repeat-x;


}






