/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{


padding: 10;
width: auto;
/*border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;


}

.modernbricksmenu2 ul{
border-bottom: 1px solid #D6D1C8;
border-color:D6D1C8;
margin:0;
margin-top: 14px; /*margin between first menu item and left browser edge*/
padding-bottom: 5px;
list-style: none;
height:28px;
padding-left:0px;
}

.modernbricksmenu2 li{

display: inline;
margin: 0 2px 0 0;
padding: 5px;
text-transform:uppercase;

}

.modernbricksmenu2 a{
float: right;
font: bold 10.5px Arial;
color: #59461B;
text-decoration: none;
margin: 5px 1px 0 0; /*Margin between each menu item*/
padding: 10px 10px;
height:7px;
border-bottom: 0px solid #D6D1C8;
background: url(z-2.jpg) center center repeat;
}

.modernbricksmenu2 a:hover{

background-color: #D6D1C8; /*Brown color theme*/ 
background: url(z-1.jpg) center center repeat-x;
color: #59461B;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
border-bottom: 1px solid #ffffff;
border-right: 1px solid #D6D1C8;
border-left: 1px solid #D6D1C8;
border-top: 1px solid #D6D1C8;
	
	color: #59461B;
	/*Brown color theme*/
	background: url(z-1.jpg) center center repeat-x;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 11px Arial;
color:#6C6928;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
color:#6C6928;
margin: 0;
padding: 0;
float: right;
 width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
background: black url(z-1.jpg) center center repeat-x;
}

.indentmenu ul li{
color:#6C6928;
display: inline;
}

.indentmenu ul li a{
color:#6C6928;
float: left;
color: white; /*text color*/
padding: 0px 0px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color:#6C6928;
}

.indentmenu ul li a.selected{
color:#ffffff;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(z-2.jpg) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 500px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

