
#horiz-menu
{ 
width: 100%;
background-color: #000030;
background-image: url(images/navbar.gif);
}

#horiz-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

#horiz-menu li
{
float: left;
display: block;
margin: 0 0px;
padding: 0;
text-align: center;
}

#horiz-menu li.endLink
{
border-right: 0px;
}

#horiz-menu li a
{
height: 2em;
font: 10px Verdana, sans-serif;
font-weight: bold;
background-image: url(images/navbar.gif);
border-right: 1px solid #808080 ;
border-bottom: 1px solid #3366ff ;
line-height: 2em;
float: left;
width: 149px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
}

#horiz-menu li a:hover
{
height: 2em;
background: url(images/navbar_inv.gif);
font: 10px Verdana, sans-serif;
font-weight: bold;
line-height: 2em;
float: left;
width: 149px;
display: block;
color: #000048;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
}


/* Commented backslash hack hides rule from IE5-Mac \*/
#horiz-menu li a
{
float: none
}
/* End IE5-Mac hack */