

/* ######### CSS for Home Tabs.  ######### */

.modernbricksmenu2{
padding: 0;
width: 640px;
border-top: 0px solid #D25A0B; 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;


}

.modernbricksmenu2 ul{
margin:0;
margin-left: 3px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

.modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
  width: 185px;
	height: 53px;

}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px calibri, arial, Geneva, sans-serif;
color: white;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 0px 0px;
background-color: #FFF; 
border-top: 0px solid white;
border:0px;
  width: 185px;
	height: 53px;
 	background-image: url(../images/tabsdown.png);

}

.modernbricksmenu2 a:hover{
background-color: #FFF; 
color: white;
background:url(../images/tabsup.png);
width: 185px;
height: 53px;

}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #FFF; 
color: white;
background:url(../images/tabsup.png);
width: 185px;
height: 53px;
border-color: #FFF; 

}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

