/* CSS Document */

.modernbricksmenu2{
padding: 0;
width: 100%;
border-bottom: 5px solid #AC6E3D; /*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: 11px verdana;
color: #FFFFFF;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #C29B58;
border-bottom: 1px solid white;
font-weight:bold;
/*background-image:url(images/greenboxtitlebg.gif);*/
}

.modernbricksmenu2 a:hover{
background-color: #AC6E3D; /*Brown color theme*/ 
color: #FFFFFF;
font-weight:bold;
text-decoration:underline;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #AC6E3D; /*Brown color theme*/ 
color: #FFFFFF;
border-color: #AC6E3D; /*Brown color theme*/ 
font-weight:bold;
/*background-image:url(images/orangeboxtitlebg.gif);*/
}

.tabcontent{
display:none;
font-size: 11px;
color: #5b626c;
}

@media print {
.tabcontent {
display:block !important;
}
}