
/***********************************************
* Tab Content script v2.0- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.modernbricksmenu2{
padding: 0 0 25px 0;
width: auto;
border-bottom: 5px solid #FF4E00; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
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: bold 14px Arial;
color: #FF4E00;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color:#FFFFFF; /*Brown color theme*/ 
border: 1px solid #FF4E00;
}

.modernbricksmenu2 a:hover{
background-color: #FF4E00;
color: White;
}

.modernbricksmenu2 a.selected{ 
background-color:#FF4E00;
color:White;
border-color: #FF4E00; 
}
/*.modernbricksmenu2 a:hover{
background-color: #FFE900;
color: #FF0000;
}

.modernbricksmenu2 a.selected{ 
background-color:#FFE900;
color:#FF0000;
border-color: #FFE900; 
}*/

.tabcontent{
display:none;
}

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


