/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
margin:0;
padding: 0;
list-style-position:inside;
width: 189px;
list-style-type: none;
text-transform: capitalize;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: block;
list-style-type: none;
float: left;
margin: 0;
width: 100%;
text-transform: capitalize;
padding: 0;
list-style-position:inside;
}

.shadetabs2 li a{
display: block;
text-decoration: none;
position: relative;
z-index: 1;
margin:0;
padding-left: 10px;
list-style-position:inside;
text-transform: capitalize;
font:bold 12px 'Trebuchet MS';
width: 100%;
background-color: #eeeeee;
border-right: 1px #004236 solid;
color: #4f4f4f;
}

.shadetabs2 li a:visited{
color: #4f4f4f;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #4f4f4f;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
color: #004236;
background-color: #ffffff;
width:100%;
border-right: 1px #fff solid;
/*background-image: url(shadeactive.gif);
border-bottom-color: white;*/
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu22{
padding: 0;
width: 368px;
border-top: 0px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu22 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu22 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: capitalize;
}

.modernbricksmenu22 a{
float: left;
display: block;
font: bold 11px 'Trebuchet MS';
color: #4f4f4f;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #fff; /*Brown color theme*/ 
border-top: 0px solid white;
}

.modernbricksmenu22 a:hover{
background-color: #fff; /*Brown color theme*/ 
color: #4f4f4f;
}

.modernbricksmenu22 a.selected{ /*currently selected tab*/
background-color: #fff; /*Brown color theme*/ 
color: #4f4f4f;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu2{
font:bold 12px 'Trebuchet MS';
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
/*background: black url(indentbg.gif) center center repeat-x;*/
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
float: left;
color: #4f4f4f; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/
}

.indentmenu2 ul li a:visited{
color: #4f4f4f;
}

.indentmenu2 ul li a.selected{
color: #4f4f4f !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
/*background: black url(indentbg2.gif) center center repeat-x;*/
}


.tabcontentstyle2{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 368px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}