.modernbricksmenu2{
padding: 0;
/*width: 362px; */
padding: 9px;
border-bottom: 3px solid #e7ad3d; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-right: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.modernbricksmenu2 a{
float: right;
display: block;
font: normal 12px Tahoma;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px;
width: 100px;
text-align: center;
background-color: #223256; /*Brown color theme*/
border-bottom: 2px solid #e7ad3d;
}

.modernbricksmenu2 a:hover{
background-color: #e7ad3d; /*Brown color theme*/
color: white;
}

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

.tabcontent{
display:none;
}

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