/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */ .modernbricksmenu
{
	padding: 0;
	width: 100%;
	height: 28px;
	font: 14px Impact;
	background: #000;
	voice-family: "\"}\"";
	voice-family: inherit;
} .modernbricksmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
} .modernbricksmenu li
{
	display: inline;
	margin: 0;
	padding: 0;
	/*text-transform:uppercase;*/
} .modernbricksmenu a
{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	margin: 0 0px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black; /*Brown color theme*/
} .modernbricksmenu a:hover
{
	background-color: #efbf18; /*Blue color theme*/
	color: white;
} .modernbricksmenu a.selected
{ /*currently selected tab*/
	background-color: #FFF; /*Blue color theme*/
	color: #000;
} .tabcontent
{
	display: none;
	width: 98%;
	margin: 5px auto auto auto;
}
@media print
{ .tabcontent
	{

display:block
		!important;
}
}