
/*-------------------- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      font-size:12px;
      line-height:normal;
	  font-family: Arial, sans-serif; 	  
	  font-weight:bold;
	  margin-bottom:0px;
      }
    #tabsF ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftFgrey.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
 
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightFgrey.gif") no-repeat right top;
      padding:6px 13px 3px 8px;
      color:#443419;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#fc5c2a;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	#tabsF li#active span {
      background-position:100% -42px;
      color:#443419;
	}	
	#tabsF a#current{
      background-position:0% -42px;
	}
	
	#notactiveDiv
	{
		display:none;
	}
	#activeDiv
	{
		visibility:visible;
		display:block;
	}	  

/*--------------------------------------------------------------------------*/

/*-------------------- Menu Tabs P--------------------------- */

    #tabsP {
      float:left;
      width:100%;
      font-size:12px;
      line-height:normal;
	  font-family: Arial, sans-serif; 	  
	  font-weight:bold;
	  margin-bottom:0px;
      }
    #tabsP ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #tabsP li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsP a {
      float:left;
      background:url("images/tabLeftPurple.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      margin-right:8px;
 
      }
    #tabsP a span {
      float:left;
      display:block;
      background:url("images/tabRightPurple.gif") no-repeat right top;
      padding:6px 10px 7px 8px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsP a span {float:none;}
    /* End IE5-Mac hack */
    #tabsP a:hover span {
      color:#FFFFFF;
      }
    #tabsP a:hover {
      background-position:0% -42px;
      }
    #tabsP a:hover span {
      background-position:100% -42px;
      }
	#tabsP li#active span {
      background-position:100% -42px;
      color:#443419;
	}	
	#tabsP a#current{
      background-position:0% -42px;
	}
	
	#tabsP #notactiveDiv
	{
		display:none;
	}
	#tabsP #activeDiv
	{
		visibility:visible;
		display:block;
	}	  

/*--------------------------------------------------------------------------*/






