ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#nav-menu
{
padding: 2px 2px 2px 2px;
}

#nav-menu a
{
background: url(images/menu_up.gif) #fff bottom left repeat-y;
height: 2em;
line-height: 2em;
float: none;
height: 40px;
width: 142px;
display: block;
border: 2px;
color: #990033;
text-decoration: none;
text-align: left;
}

#nav-menu a:hover
{
background: url(images/menu_down.gif) #fff bottom left repeat-y;
height: 2em;
line-height: 2em;
float: none;
height: 40px;
width: 142;
display: block;
border: 2px;
color: #000000;
text-decoration: none;
text-align: left;
}

#nav-menu a:active
{
background: url(images/menu_active.gif) #fff bottom left repeat-y;
height: 2em;
line-height: 2em;
float: none;
height: 40px;
width: 142;
display: block;
border: 2px;
color: #000000;
text-decoration: none;
text-align: left;
}

/* Hide from IE5-Mac \*/
#nav-menu a
{
float: none
}
/* End hide */
