body {
        font-family: Verdana;
        
		font-size: 8pt;
	   	SCROLLBAR-FACE-COLOR: #006900;
    	SCROLLBAR-SHADOW-COLOR: #d4e9ad;
    	SCROLLBAR-3DLIGHT-COLOR: black;
    	SCROLLBAR-ARROW-COLOR: #d4e9ad;
    	SCROLLBAR-TRACK-COLOR: #d4e9ad;
    	SCROLLBAR-DARKSHADOW-COLOR: black;
	  }

/*- Menu Tabs 8--------------------------- */

        
        #tabsC {
     
      text-align:center;
          
      width:900px;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #ffffff;
      margin-left:0px;
      }
    #tabsC ul {
        margin:0;
        text-align:center;
       
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#006900;
      font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      font-weight:bold;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      font-weight:bold;
      }

        #tabsC #current a {
                background-position:0% -42px;
        }
        #tabsC #current a span {
                background-position:100% -42px;
        }
