#tabs {
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#tabs ul {
font: bold 11px Arial;
margin:0;
padding: 0;
list-style: none;
}

#tabs li {
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#tabs a {
float: left;
display: block;
color: white;
margin: 0 1px 0 0;
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black;
border-bottom: 1px solid white;
}

#tabs a:hover {
background-color: gray;
}

#tabsline {
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B;
}
