.modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #CC0000; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
background-image: url(../images/navskin1.gif);

height: 42px;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*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;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 0px 50px;
/*background-color: black;*/ /*Brown color theme*/ 
background-image: url(../images/navskin1.gif);

height: 42px;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #000000;
}

.modernbricksmenu2 a:hover{
/*background-color: #EC1C00;*/ /*Brown color theme*/ 
background-image: url(../images/navskin1on.gif);

height: 41px;
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
/*background-color: #EC1C00; *//*Brown color theme*/ 
background-image: url(../images/navskin1on.gif);

height: 42px;
color: white;
border-color: #EC1C00B; /*Brown color theme*/ 
border-top: 1px solid #CC0000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
/* width: 80%; width of menu*/
border-top: 1px solid gray; /*navy border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 3px 8px;
text-decoration: none;
border-right: 1px solid gray; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
border: 1px solid gray;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
color: white;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
