#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#nav-menu li
{
float: left;
margin: 0 0em;
}
 #nav-menu li a
{
background: url(graygradbar.jpg) #fff bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 5em;
display: block;
border: 0.01em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
 #nav-menu li a:hover {
background: url(graygradbarhover.jpg) #fff bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 5em;
display: block;
border: 0.01em solid #dcdce9;
color: #0d2474;
text-decoration: underline;
text-align: center;
}

 #nav-menu
{
width:6.1em
}