#menu
{
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 20px;
border-top-color: red;
border-top-style: dashed;
border-top-width: 1px;
width: 452px;
border-bottom-color: red;
border-bottom-style: dashed;
border-bottom-width: 1px;
height: 18px;
position: relative;
padding: 0;
}

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

#menu ul li
{
margin: 0px;
padding: 0px;
display: block;
float: left;
text-align: center;
}

#menu ul li a
{
padding-bottom: 2px;
line-height: 12px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
padding-right: 8px;
padding-left: 8px;
padding-top: 4px;
border-right-style: none;
font-family: Helvetica, Arial, sans-serif;
width: auto;
margin: 0px;
color: red;
text-decoration: none;
display: block;
text-align: center;
font-size: 12px;
}

#menu ul li a:hover
{
background-color: red;
text-decoration: none;
color: white;
}

#menu a:active
{
background: red;
color: white;
}

#menu li#active a
{
background: red;
color: white;
}

