body, td { font-family: arial,helvetica,sans-serif; font-size: 12px; }
#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(../images/css-nav.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.3em;
float: left;
width: 6em;
display: block;
border: 0.05em solid #730327;
color: #730327;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(../images/css-nav.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.3em;
float: left;
width: 6em;
display: block;
border: 0.05em solid #730327;
color: #730327;
text-decoration: underline;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
} 