

.tab{
margin-top: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.tab ul{
font-size: 10px;
font-weight: bold;
margin:0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tab li{
display: inline;
/*text-transform:uppercase;*/
}

.tab a{
text-align: center;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: #FECA00; /*Default menu color*/
border-bottom: 1px solid white;
}

.tab a:hover{
background-color: #FFF5CE; /*Menu hover bgcolor*/
}

.tab a.selected{ /*currently selected tab*/
background-color: #be1520; /*Brown color theme*/ 
border-color: #be1520; /*Brown color theme*/
color: #ffffff;
}

.tabline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #be1520; /*Brown color theme*/ 
}
