/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
list-style-type: none;
}

.shadetabs li{
display: inline;
}

.shadetabs li img{
margin:0;
padding:0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 0px;
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;
}

.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;
margin:0;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu	{
float:right;
width:300px;
}

.indentmenu ul	{
float:left;

}

.indentmenu ul li	{
float:left;
margin-right:1px;
list-style-type:none;
}

.indentmenu ul li a	{
float: left;
color: #fff; /*text color*/
padding: 5px 11px;
text-decoration: none;
background: #ED6A0E;
font-size:10px;

}

.indentmenu ul li a:hover	{
float: left;
color: #fff;
padding: 5px 11px;
text-decoration: underline;
background: #ED6A0E;
font-size:10px;


}

.indentmenu ul li a.selected	{
float: left;
color: #fff;
padding: 5px 11px;
background: #E49438;
font-size:10px;

}



