/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left !important;
      width:100%;
      /* background:#efefef; */
      font-size:93%;
    }
	
	.yui-content { border:1px solid #666; }
	
	#tabsF ul.tab {
	  margin: 0;
	  padding:10px 10px 0 0px;
	  list-style:none;
	  height: 24px;
	  
    }
    #tabsF li.tab {
      display:inline !important;
      margin:0;
      padding:0;
    }
    #tabsF a.tab {
      float:left;
      background:url("/images/tabs/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a.tab em.tab {
      float:left;
      display:block;
	  background:url("/images/tabs/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a.tab em.tab {float:none;}
    /* End IE5-Mac hack */
    #tabsF a.tab:hover em {
      color:#FFF;
      }
    #tabsF a.tab:hover {
      background-position:0% -42px;
      }
    #tabsF a.tab:hover em.tab {
      background-position:100% -42px;
      }
	  
	#tabsF li.selected a.tab {
      background-position:0% -42px;
      }
    #tabsF li.selected a.tab em.tab {
      background-position:100% -42px;
      }
	
	
	
/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      background:#cccccc;
      /* font-size:93%; */
      line-height:normal;
      }
    #tabsG ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
	  background:url("/images/tabs/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("/images/tabs/tabrightG.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#FFF;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      } 


/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("/images/tabs/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("/images/tabs/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

/*- Menu Tabs J---------------------------------- */
	#tabsJ {
		font-size:93%;
		line-height:normal;
		width:100%;
	}
	#tabsJ ul.tab {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0px 10px 0 0;
	}
	#tabsJ ul.tab li {
		display:inline;
		margin:0;
		padding:0;
	}
	#tabsJ ul.tab li a {
		background:transparent url(/images/tabs/tableftJ.gif) no-repeat scroll left top;
		float:left;
		margin:0;
		padding:0 0 0 5px;
		text-decoration:none;
	}
	#tabsJ ul.tab li a span {
		background:transparent url(/images/tabs/tabrightJ.gif) no-repeat scroll right top;
		color:#24618E;
		display:block;
		float:left;
		padding:5px 15px 4px 6px;
	}
	#tabsJ ul.tab li a span {
		float:none;
	}
	#tabsJ ul.tab li a:hover span, #tabsJ ul.tab li a.selected span {
		color:#FFFFFF;
	}
	#tabsJ ul.tab li a:hover, #tabsJ ul.tab li a.selected{
		background-position:0 -42px;
	}
	#tabsJ ul.tab li a:hover span, #tabsJ ul.tab li a.selected span {
		background-position:100% -42px;
	}
	#tabsJ_content {
		background:#F4F4F4 none repeat scroll 0 0;
		border:1px solid #24618E;
		padding: 1em;
		clear: both;
	}
 