
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{

width: 270px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/

list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;

text-transform:uppercase;
}

.modernbricksmenu2 a{
width:79px;
height:22px;
float: left;
display: block;
font:12px Tahoma, "Times New Roman", Verdana;
color: #000000;
text-decoration:none;
margin: 0 1px 0 0; /*Margin between each menu item*/

background-color: #ffffff; /*Brown color theme*/ 
border-top: 1px solid white;
background-image:url(../images/name2.jpg);
background-position:center;
background-repeat:no-repeat;
}

.modernbricksmenu2 a:hover{
width:79px;
height:22px;
background-image:url(../images/name1.jpg);
background-position:top;
background-repeat:no-repeat;
color:#4BC6FF;
;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: #000000;
background-image:url(../images/name1.jpg);
background-repeat:no-repeat;
background-position:top;


}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

