#nav-menu
{
margin-bottom: 10px;
}

#nav-menu td
{
width: 130px;
border: 2px solid #dcdce9;
background: url(../Images/nav_background.gif) #fff bottom left repeat-x;
text-align: center;
}

#nav-menu td a
{
color: #0d2474;
text-decoration: none;
}

#nav-menu td a:hover
{
text-decoration: underline;
}

