.modernbricksmenu2{
width: 979px;
border-bottom: 5px solid #003466; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0 0 0 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #ffffff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 9px;
background-color: #164614; /*Brown color theme*/ 
border-top: 1px solid #ffffff;
}

.modernbricksmenu2 a:hover{
background-color: #003466; /*Brown color theme*/ 
color: #ffffff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #003466; /*Brown color theme*/ 
color: #ffffff;
border-color: #003466; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}