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

#nav-menu li
{

display: block;
margin: 0 2px;
padding: 0;
text-align: center
}

#nav-menu li a
{
/*background: url(background.gif)*/ #fff bottom left repeat-x;
height: 2em;
line-height: 2em;

width: 130px;
display: block;
background-color: #eeeeee;
border: 1px solid #dcdce9;
color: #0d2474;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 10px; 
text-decoration: none;
text-align: left;
margin: 1px;
padding-left: 3px;
}

#nav-menu li a:hover
{
/*background: url(background.gif)*/ #fff bottom left repeat-x; 
height: 2em;
line-height: 2em;
background-color: #cccccc;
width: 130px;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 10px;
text-decoration: underline;
text-align: left;
margin: 1px;
padding-left: 3px;
}

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

#nav-menu
{
width:181px
} 
