.shadetabs{
margin:  0 0 0 10px;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border-bottom: 1px solid #666666;
z-index: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
 float: left;
}

.shadetabs li{
width: 130px;
margin: 0;
}

.shadetabs li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #666666;
text-decoration: none;
background: white;
padding: 1px 5px;
border-top: 1px solid #666666;
/*border-bottom: 0;*/
height:1.85em;
z-index: 0;
}

.shadetabs li a.extend{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #666666;
text-decoration: none;
background: white;
padding: 1px 5px;
border-top: 1px solid #666666;
/*border-bottom: 0;*/
height:3.5em;
z-index: 0;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background-color: #cccccc;
color: #363636;
height:1.85em;
text-decoration: none;
}

.shadetabs li a.extend:hover{
background-color: #cccccc;
color: #363636;
height:3.5em;
text-decoration: none;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(../assets/shadeactive.gif);*/
/*border-bottom: 1px solid #666666;*/
 background-color: #EEEEEE;
}

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

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

.tabcontent{
display:none;
}

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


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: normal 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid #999999; navy border*/
background: black url(../assets/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #999999; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../assets/indentbg2.gif) center center repeat-x;
}

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

.tabcontent{
display:none;
}

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

.indentmenu2{
margin:  0 0 0 0px;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
/*border-bottom: 1px solid #666666;*/
z-index: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
 float: left;
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid #999999; navy border*/
/*background: black url(../assets/indentbg.gif) center center repeat-x;*/
}

.indentmenu2 ul li{
display: block;
}

.indentmenu2 ul li a{
float: left;
color: #333333; /*text color*/
padding: 5px 11px;
width: 160px;
text-decoration: none;
border-right: 1px solid #999999; /*navy divider between menu items*/
background: black url(../assets/indentbg.gif) center center repeat-x;
}

.indentmenu2 ul li a:visited{
color: #333333;
}

.indentmenu2 ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../assets/indentbg2.gif) center center repeat-x;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
/*border: 1px solid gray;*/
width: 725px;
margin-bottom: 1em;
padding: 10px;
float: right;
}

.tabcontent2{
display:none;
}

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