/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
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;
height:25px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 0px;
border: 0px solid #778;
color: #ffffff;
background:  url(img/shade.gif) top left repeat-x;
height:25px;
}

.shadetabs li a:visited{
color: #ffffff;
height:25px;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
height:25px;
background:  url(img/shade1.gif) top left repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
text-decoration: none;
padding: 5px 7px;
height:25px;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
background-position:top left;
background-repeat:repeat-x;
border-bottom-color: white;
text-decoration: none;
font-weight:bold;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
height:25px;
}

.tabcontent{
display:none;
}

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

/*------------------------------------*/
.shadetabsnew{
padding: 0;
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:45px;
color:#000000;
}

.shadetabsnew li{
display: inline;
height:45px;
padding:0;
margin:0;
}

.shadetabsnew li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 7px;
	margin: 0;
	color: #000000;
	background:  url(img/shadeq1.gif) top left repeat-x;
	height:45px;
	line-height:20px;
	top: 0;
	left: 0;
}

.shadetabsnew li a:visited{
color: #000000;
height:45px;
text-decoration: none;
}

.shadetabsnew li a:hover{
text-decoration: none;
color: #000000;
height:45px;
background:  url(img/shadeq11.gif) top left repeat-x;
}

.shadetabsnew li a.selected{ /*selected main tab style */
background-image: url(img/shadeactiveq1.gif);
background-position:top left;
background-repeat:repeat-x;
border-bottom-color: white;
text-decoration: none;
font-weight:bold;
height:45px;
margin: 0;
color: #000000;

}

.shadetabsnew li a.selected:hover{ /*selected main tab style */
text-decoration: none;
height:45px;
color: #000000;
}

.tabcontent{
display:none;
}

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

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*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 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

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

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: normal 12px Arial; /*leave this value as is in most cases*/
text-decoration: none;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
background: url(img/shadeq1.gif) center center repeat-x;
text-decoration: none;
}

.indentmenu ul li{
display: inline;
text-decoration: none;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 15px;
text-decoration: none;
border-right: 0px solid navy; /*navy divider between menu items*/
}
.indentmenu ul li a:hover{
text-decoration: none;
color: black;
padding: 15px;
background:  url(img/shadeq11.gif) top left repeat-x;
}
.indentmenu ul li a:visited{
color: black;
text-decoration: none;
}

.indentmenu ul li a.selected{
color: black !important;
padding: 15px;
background-image: url(img/shadeactiveq1.gif);
background-position:top left;
background-repeat:repeat-x;
font-weight:bold;
text-decoration: none;
}
.indentmenu ul li a.selected:hover{
color: black !important;
padding: 15px;
background-image: url(img/shadeactiveq1.gif);
background-position:top left;
background-repeat:repeat-x;
font-weight:bold;
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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

