/***************************** menu ******************************/
#menu {
width:990px; 
height:30px;
font-family: Arial, Helvetica, sans-serif;
background-color:#9F5F22;
color:#fff;
padding:0px;
margin:0px;
border:1px #4C1A01 solid;
margin:0 auto;
}
ul.menu {
height:30px;
list-style-type:none;
display:block; 
padding:0px;
background:none;
margin:0 0 0 60px;
}
ul.menu li {
font-weight:bold;
display:inline;
letter-spacing:2px;
font-size:14px;
line-height:30px;
padding:0 5px;
}
.nav a {
color: #f8b77c;
text-decoration:none;
background: no-repeat url(../images/menu_hover.png) center 0;
background-repeat:no-repeat;
background-position:center 0;
text-decoration:none;
}
.nav:hover a, .select:hover a {
color: #fff;
text-decoration:none;
background: no-repeat url(../images/menu_hover.png) center 0;
background-repeat:no-repeat;
background-position:center 0;
text-decoration:none;
}
.select, .select a {
color: #fff;
text-decoration:none;
background: no-repeat url(../images/menu_hover.png) center 0;
background-repeat:no-repeat;
background-position:center 0;
}

li.sep {
margin:0px;
padding:0px;
height:10px;
width:1px;
color:#cd894e;
font-size:12px;
}
/*************************************************************************/