/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}


.modernbricksmenu2 li{
display: inline;
margin: 0;
}

.modernbricksmenu2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
}



.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #006eb3; /*Brown color theme*/ 
color: white;
font-weight:bold;
border:1px solid #006eb3; /*Brown color theme*/ 
}
.tabbox {
	padding-top: 20px;
	border-top: 1px solid #FFF;
}

.tabcontent{
display:none;
margin-bottom:35px;
}

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