#musictabs{
padding: 0;
width: 100%;
border-bottom: 0px solid #999999; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#musictabs ul{
margin:0;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#musictabs li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

#musictabs a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0px 0px 0px 0px; /*Margin between each menu item*/
padding: 5px 9px 5px 10px;
/* background-image: url(../images/bg_tab_off.gif); */
background-repeat: no-repeat;
background-position: right top;
background-color: #393a3e; /*Brown color theme*/ 
border-bottom: 2px solid #393a3e;
border-top: 2px solid #393a3e;
}

#musictabs a:hover{
background-image: url(images/shadeactive.gif);
background-repeat: repeat-x;
/*background-color: #999999; Brown color theme*/
border-bottom: 2px solid #050507;
border-top: 2px solid #393a3e;
color: white;
}

#musictabs a.selected{ /*currently selected tab*/
background-image: url(images/shadeactive.gif);
background-repeat: repeat-x; /*Brown color theme*/
/*background-color: #999999; Brown color theme*/ 
color: #FFFFFF;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #393a3e;
border-bottom-color: #050507;
}



