<style type="text/css">

#menubar {
width:970px; 
height:38px; 
text-align:center; 
background: url(../images/menubar1.gif);
}

#menubar ul {
padding:0; 
margin:0 3px; 
list-style-type:none; 
width:970px; 
height:37px; 
background:url(../images/menubar1.gif) 
no-repeat top right;
font-weight: bold;
text-align:center; 
}

#menubar ul li {
border-right: 1px solid #DADADA;
float:left; 
display:inline; 
width:137px; 
background:url(../images/menubar2.gif);
}

#menubar ul li.end {
border-right: 0px;
}

#menubar ul li a {
display:block; 
width:137px; 
height:37px; 
color: #FFFFFF;
font-size:0.9em; 
text-decoration:none; 
line-height:32px; 
font-family:verdana; 
background:url(../images/menubar1.gif);
}

#menubar ul li a:hover {
color:#fff;  
background:url(../images/menubar2.gif);
} 

</style>