
/* ######### CSS for AUDIO PAGE AUDIO CATEGORY MENU ######### */

.modernbricksmenu2{
padding: 0px 20px 0px 40px;
margin-left:auto;
margin-right:auto;
width: 690px;
border-top: 0px solid #D25A0B; /*Brown color theme*/ 
background-color: none;
height:34px;
/*background:url('../images/backgrounds/menu.jpg') repeat scroll left top;*/
background:url('../images/backgrounds/menu.jpg') repeat scroll left top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: -2px 4px 4px #000;
-webkit-box-shadow: -2px 4px 4px #000;
-moz-box-shadow: -2px 4px 4px #000;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
/*margin:0;
margin-left: 0px; margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.modernbricksmenu2 li{
display: inline;
/*margin: 0 1px 0 0;*/
padding: 0;
text-transform: none;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: normal 12px Verdana;
color: white;
text-decoration: none;
/*margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 10px 12px 12px 12px;
height:10px;
background-color: none; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
text-decoration:none;
background-color: none; /*Brown color theme*/ 
background: url('../images/backgrounds/menu.jpg') repeat scroll left top;
color: #ECA535;
border-bottom: 2px solid #ECA535;

}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: none; /*Brown color theme*/ 
background: url('../images/backgrounds/menuhover.jpg') repeat scroll left top;
color: black;
border-bottom: 2px solid #ECA535; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### END OF!! ------ CSS for AUDIO PAGE AUDIO CATEGORY MENU ######### */