/* CSS Document */

.modernbricksmenu2{
padding: 0;
width: 100%;
border-bottom: 5px solid #A6AA66; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

.modernbricksmenu2 a{
float: left;
display: block;
font: 12px;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #a2a2a2; /*Brown color theme*/ 
border-bottom: 1px solid #A6AA66;
/*background-image:url(images/menu-bg.jpg);*/
}

.modernbricksmenu2 a:hover{
background-color: #a2a2a2; /*Brown color theme*/ 
color: white;
text-decoration:underline;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #A6AA66; 
color: white;
/*Brown color theme*/ 
}

.tabcontent{
display:none;
font-size: 12px;
color: #000000;
}

@media print {
.tabcontent {
display:block !important;
}
}