/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
   	color: #000;
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	/* Sets the style for visited links. */
	#tabsC a:visited {
  	color: #2daf45;
  	font-weight: bold;
  	text-decoration: none;
	}
	/* Sets the style for links on mouseover. */
	#tabsC a:hover {
  	color: #ffd700;
  	text-decoration: underline;
   background-position:0% -42px;
	}
   #tabsC a:hover span {
  	color: #ffd700;
  	text-decoration: underline;
   background-position:100% -42px;
    }   
	/* Sets the style for a link that has focus. */
	#tabsC a:focus {
  	color: black;
	}
	/* Sets the style for a link that is being activated/clicked. */
	#tabsC a:active {
  	color: #2daf45;
	}

	#tabsC a span {
      float:left;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }

    #tabsC #current a {
      color: maroon;
      background-position:0% -42px;
        }
     #tabsC #current a span {
        color: maroon;
       background-position:100% -42px;
        }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
