/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 600px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-size:12px;
}


.modernbricksmenu2 a{
font-family:Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
margin: 0px; /*Margin between each menu item*/
padding: 5px 0px 0px 0px;
}

.modernbricksmenu2 a:hover{
color: black;
text-decoration:underline;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: black;
font-weight:bold;
}

.tabcontent{
display:none;
}

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

