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


.indentmenu{
font: bold 12px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border-top: 0px solid navy; /*navy border*/

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 78px;
text-decoration: none;
border: 1px solid #ffffff;
background: black url(shade.gif) center center repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px;
padding-bottom: 6px;
background: black url(shadeactive.gif) center center repeat-x;
border: 0px solid #ffffff;
}

.tabcontent{
display:none;
}

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