#menu_format ul
{
padding-left: 0;
margin-left: 0;
background-color: #009900;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 67.5%;
font-weight: bold;
}

#menu_format ul li { display: inline; }

#menu_format ul li a
{
padding: 0.5em 1em;
background-color: #009900;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

##menu_format ul li a:hover
{
background-color: #33FF00;
color: #fff;
}


.regular { font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; font-family: Arial, Arial, Helvetica, sans-serif; text-align: left }

