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

#nav-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center;
}

#nav-menu li a
{
background: #000000 bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #000000;
color: #99CCFF;
text-decoration: none;
text-align: center;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End IE5-Mac hack */

#nav-menu
{
width:100%;
background: #000000;
}
#nav-menu li a:hover
{
background: #000000 bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #000000;
color: #FCFF07;
text-decoration: none;
text-align: center;
}
