#menu {
margin: 0px;
text-align: center;
margin: 10px 0px;
voice-family: "\"}\"";
voice-family: inherit;
}

#menu ul{
list-style:none;
}

#menu li{
display: inline;
}

#menu a{
color: #333;
font: bold 10pt arial, verdana, "trebuchet MS";
margin: 0px;
padding: 2px 5px 2px 5px;
text-decoration: none;
}

#menu a:hover, #menu .a:hover{
color: #f26722;
text-decoration: none;
}

#menu #current a{ /*currently selected tab*/
}

