/* CSS Document */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(background.gif) #000 bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 7.65em;
display: block;
border: 0.1em solid #dcdce9;
color: #fff;
text-decoration: none;
text-align: center;
font-size:12px;
}

#nav-menu li a:hover
{
background: url(background.gif) #FF9900 bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 7.65em;
display: block;
border: 0.1em solid #dcdce9;
color:#000;
text-decoration: none;
text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:960px;
} 


