﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */


<!---Top Line--->
.modernbricksmenu2{
margin-bottom: auto
padding: 0;
width: 740px;
height:45px;
background: transparent;
color: black;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
color: black;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0px 0px 0px 0;
color: black; /*text color*/
padding-left:0px;
padding-top:10px;
width:246px;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Verdana;
color: #000000;
font-color: #000000;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 0px 0px;
background-color: #ffffff; /*Brown color theme*/ 
border-top: 0px solid white;
background: white url(images/showcase/blanktab.jpg) center center repeat-x;
width:246px;
height:45px;
}

.modernbricksmenu2 a:hover{
background-color: #990101; /*Brown color theme*/ 
background: white url(images/showcase/selecttab.jpg) center center repeat-x;
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #990101; /*Brown color theme*/ 
color: white;
border-color: #ffffff; /*Brown color theme*/ 
background: white url(images/showcase/selecttab.jpg) center center repeat-x;
width:246px;
height:45px;
}

.tabcontent{
display:none;
color: white;
}

.menutext{
position:absolute;
margin-top:5px;
margin-left:10px;
color:#000000;

}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


}
}