.tabholder { height: 248px; width: 620px; padding: 0px; margin: 0px; }

.modernbricksmenu2{
padding: 0px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0px;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0px 2px 0px 0px;
padding: 0px;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 13px Arial;
color: white;
text-decoration: none;
margin: 0px 1px 0px 0px; /*Margin between each menu item*/
padding: 8px 25px;
background-color: black; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
background-color: #eb1c22; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #eb1c22; /*Brown color theme*/ 
color: white;
border-color: #eb1c22; /*Brown color theme*/ 
}

.tabcontent{
display:none;
padding: 0px;
margin: 0px;
}

@media print {
.tabcontent {
display:block !important;
}
}
