/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 100%;
position: absolute;
margin-top: 400px;
border-top: 4px solid #000000; /*grey color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin-top: 100px;
position: relative;
margin:0;
margin-left: 10px; /*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;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font-family: Arial, Tahoma, sans-serif; 
font-size: 8pt; 
font-weight: bold;	
color: #000000;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #666666; 
border-top: 1px solid #666666;
}

.modernbricksmenu2 a:hover{
background-color: #000000; /*gold color theme*/ 
color: #DEB407;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #000000; /*grey color theme*/ 
color: white;
border-color: #000000; /*grey color theme*/ 
}

.tabcontent{
font-family: Arial, Tahoma, sans-serif; 
font-size: 11pt; 
font-weight: normal;	
color: #000000;
/*padding-left: 45px;*/
padding-top: 25px;
display:none;
}

.tabcontent hr {
border: 0;
width: 100%;
color: #7d8991;
background: #7d8991;
height: 2px;
padding-left: 0px;
padding-top: 0px;
}

.tabcontent ul {
font-family: Arial, Tahoma, sans-serif;
font-size: 11pt;
font-style: normal;
line-height: 14pt;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
text-indent: 5px;
list-style-position: inside;
list-style: round;
padding: 6px;
margin: 2px;
}

@media print {
.tabcontent {
display:block !important;
}
}

