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


.indentmenu{
      float:left;
      width:100%;
      background:#fff  repeat-x bottom;
      font-size:93%;
      line-height:normal;
      	z-index: 10;

}

.indentmenu ul{
      margin:0;
  	  padding:0px 0px 0; 
      list-style:none;
}

.indentmenu ul li{
      float:left;
      background:url("tabbies/3tabs.gif") no-repeat left top;
      margin:0;
      padding:0 0 -9px 9px;
}

.indentmenu ul li a{
      display:block;
      background:url("tabbies/3tabs.gif") no-repeat right top;
      padding:5px 15px 5px 0px;
      text-decoration:none;
      font-weight:bold;
      color:purple;
}

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

.indentmenu ul li selected{
      background-image:url("tabbies/3tabs.gif") no-repeat left top;
}
.indentmenu ul li a.selected {
      background-image:url("tabbies/3tabs.gif");
      color:red;
      padding-bottom:5px;
      }


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

.tabcontent{
display:none;
}

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