
.modernbricksmenu2{
padding: 0;
width: 600px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-top:10px;
padding-bottom:1px;
}

.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:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font:bold 15px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; 
padding: 3px 7px ;
background-color: #F00; 
}

.modernbricksmenu2 a:hover{
background-color: #F00; 
color: #FFF;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #F00; /*Brown color theme*/ 
color: white;
border-color: #930; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

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


