/* Sub Menu Tabs- used on set rate table page */ 


/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      font-size:93%;
      line-height:16px;
      position: relative;
      top: 1px;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	float: left;
      }
    #tabsC li {
      display:inline;
      margin: 0px 2px;
      padding:0;
      float: left;
      border-bottom: 1px solid #CBD5C5;

      }
    #tabsC li.active {
         border-bottom: 1px solid white;
      }
    #tabsC li.active a {
         background-position:0% -42px;
      }
    #tabsC li.active span {
         background-position:100% -42px;
      }
    #tabsC a {
      float:left;
      background:url("/site_image/tabs/tableftC_O.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("/site_image/tabs/tabrightCw_O.gif") no-repeat right top;
      padding:6px 15px 2px 10px;
      margin: 0px;
	  font-weight:bold;
      color:#FFFFFF;
      }
    /* 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;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      } 
   #tabContent {
   width: 750px;
   padding: 10px 10px;
   float: left;
   border: 1px solid #CBD5C5;
   }
