#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0em;
}


#nav-menu li a
{
background: url(background3.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8.17em;
display: block;
border: 0.1em solid #554840;
color: #4b4137;
text-decoration: none;
text-align: center;
}


#nav-menu li a:hover
{
background: url(background4.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8.17em;
display: block;
border: 0.1em solid #554840;
color: #000000;
text-decoration: underline;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:60em
}



