#menu {
margin:10px 0 0 0;padding:0; 
font: 12px Arial,sans-serif, sans;
color: #000;
background:url(bg2.gif) repeat-x 50% bottom;
float: left;
width: 760px;
line-height:normal;
}
#menu ul {
margin:0;padding:10px 5px 0 5px;
list-style-type: none;
}
#menu li {
margin:0;padding: 0 0 0 9px; 
background: url(left.gif) no-repeat left top; 
float: left;
list-style-type: none;
}
#menu a {
padding:5px 15px 4px 6px;
display: block;
font-weight: bold;
background: url(right.gif) no-repeat right top;
float: left;
color: #0193A6;  /*#761C13;*/
text-decoration: none;
float: none;
}
#menu a:hover {
color: #3B2621;
}

