.modernbricksmenu2{
width: 532px;
border-bottom: 5px solid #309dc8; 
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 10px;
background-color: #0073a1; /*Brown color theme*/ 
border-top: 1px solid #ffffff;
}

.modernbricksmenu2 a:hover{
background-color: #309dc8; /*Brown color theme*/ 
color: #ffffff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #309dc8; /*Brown color theme*/ 
color: #ffffff;
border-color: #309dc8; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
border: solid 1px #309dc8;
}
}

.tabborder 
{
	border: solid 1px #309dc8;
}