/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2 {
	padding: 0;
	width: 362px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.modernbricksmenu2 ul {
	margin: 0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
}
.modernbricksmenu2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
.modernbricksmenu2 a {
	float: left;
	display: block;
	font: bold 11px Verdana;
	color: #89898D;
	text-decoration: none;
	margin: 0; /*Margin between each menu item*/
	padding: 7px 20px;
	background-color: white; 
	/*border: 1px solid #CCCCCC;*/
}
.modernbricksmenu2 a:hover {
  	background-color: white;
	color: #89898D;
}
.modernbricksmenu2 a.selected { /*currently selected tab*/
 	background-color: #89898D; 
	color: white;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}

