.modernbricksmenu2 {
padding: 0;
width: 300px;
}

.modernbricksmenu2 ul {
margin: 0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li {
display: inline;
margin: 0 5px 0 5px;
padding: 0;
text-transform: uppercase;
}

.modernbricksmenu2 a {
float: left;
display: block;
font: 11px trebuchet ms;
color: #0080c0;
font-weight: bold;
text-decoration: none;
position: relative;
z-index: 10;
margin: 0 5px 0 5px; /*Margin between each menu item*/
padding: 5px 10px 5px 0;
border-right: 2px solid #c0c0c0;
}

.modernbricksmenu2 a:hover {
text-decoration: none; 
color: #004080;
}

.modernbricksmenu2 a.selected { /*currently selected tab*/
font: 11px trebuchet ms;
color: #400000;
font-weight: bold;
text-decoration: none;
margin: 0 5px 0 5px; /*Margin between each menu item*/
padding: 5px 10px 5px 0;
border-right: 2px solid #c0c0c0;
}

.tabcontent {
display: none;
}

@media print {
.tabcontent {
display: block !important;
}
}