/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 355px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*border-left: 1px solid #707070;
border-right: 1px solid #707070;*/
border-bottom: 1px solid #707070;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #000000; /*Brown color theme*/ 
}

.modernbricksmenu2 a:hover{
background-color: #e1ce1c; /*Brown color theme*/ 
color: #ffffff;
}

.modernbricksmenu2 a:visited{
color: #ffffff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #e1ce1c; /*Brown color theme*/ 
color: #000000;
}

.tabcontent{
display:none;
}

.tabcontent A:link img {
	border:1px solid #000000;
	}

.tabcontent A:hover img {
	border:1px solid #000000;
	}
	
.tabcontent A:visited img {
	border:1px solid #000000;
	}
	
*html .tabcontent{
display:none;
}

*html .tabcontent A:link img {
	border:1px solid #000000;
	}

*html .tabcontent A:hover img {
	border:1px solid #000000;
	}
	
*html .tabcontent A:visited img {
	border:1px solid #000000;
	}

div.tab-holder {
border:1px solid #707070; 
width:355px; 
height: 150px;  
padding: 5px
}

@media print {
.tabcontent {
display:block !important;
}
}
