<!--
    body {
        margin:0;
        padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
      
}



/*- Menu Tabs D--------------------------- */

    #tabsD {
      float:left;
      width:100%;
    

      line-height:normal;
          
      }
    #tabsD ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color:#834708;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:6px 15px 5px 6px;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#666666;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }

        #tabsD #current a {
                 background:url("tableft1.gif") no-repeat left top;
				   color:#BB6609;
        }
        #tabsD #current a span {
             background:url("tabright1.gif") no-repeat right top;
        }
-->
</style>