

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2
{
	font: bold 11px Arial;
padding: 0;
width: 726px;
border-bottom: 5px solid #4f81bd; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-weight:bold;
height:24px;
}

.modernbricksmenu2 ul
{
	font: bold 11px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
font-weight:bold;
text-decoration: none;
}

.modernbricksmenu2 li
{
	font: bold 11px Arial;
	display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
font-weight:bold;
text-decoration: none;
}

.modernbricksmenu2 a
{
	font: bold 11px Arial;
float: left;
display: block;
font: bold 11px Arial;
color: black;
font-weight:bold;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #cfe2f5; /*Brown color theme*/ 
border-top: 0px solid white;
}

.modernbricksmenu2 a:hover
{
	font: bold 11px Arial;
background-color: #4f81bd; /*Brown color theme*/ 
color: white;
text-decoration: none;
font-weight:bold;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	font: bold 11px Arial;
background-color: #4f81bd; /*Brown color theme*/ 
color: white;
font-weight:bold;
text-decoration: none;
border-color: #4f81bd; /*Brown color theme*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

