

.modernbricksmenu2{
margin-bottom: auto;
padding: 0;
width: 185px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
text-decoration: none;
color: #666666;
margin: 0 1px 0 0; /*Margin between each menu item*/
background-color: #ffffff; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
background-color: #ffffff; /*Brown color theme*/ 
color: #990000;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #ffffff; /*Brown color theme*/ 
}

.tabcontent{
width:545px;
height:850px;
display:none;
color:#666666;
background-color: #FFFFFF;
padding:5px;
}

.tabcontent1{
width:545px;
height:850px;
display:none;
color:#666666;
background-color: #ffffff;
padding:5px;
}

@media print {
.tabcontent {
display:block !important;
}
}



