#body_space {
background-color:#F4F1EA;
z-index:0;
position:relative;
}

#menu {
text-align:center;
width: 100%;
height:45px; 
background: url("images/menu-bg.gif") top left repeat-x; 
font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; 
font-weight: bold; 
list-style-type: none;
padding: 0;
z-index:-1;
}

#menu li { 
display: block; 
float: left; 
margin: 0px 0px 20px 20px; 
}

#menu li a { 
height: 43px; 
color: #777; 
text-decoration: none; 
display: block; float: left; 
line-height: 200%; 
padding: 8px 15px 0; 
}

#menu a:hover { 
color: #333; 
}

#menu a.current{ 
color: #FFF; 
background: #FFF url("images/current-bg.gif") top left repeat-x; 
padding: 5px 15px 0; 
}

