/* ToadPool CSS */ 
 
/* Header CSS Starts Here */ 
 
body {   
	background: url("../images/bg.gif") repeat-x; 
	background-color:#adaaaa; 
	margin:0;
	padding:0;
	font: 12px/1.5em Verdana;
}

img {
border: none;
} 

    #tabs1 {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:150%;
      line-height:normal;
	  border-bottom:2px solid #24618E;
      }
    #tabs1 ul {
	margin:0;
	padding:4px 10px 0 50px;
	list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0 8px 0 0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:6px 45px 6px 45px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs1 a:hover span {
      color:#FFF;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }
	#tabs1 li.current {
	  background-position:0% -42px;
	}  
	#tabs1 li.current span {
	  background-position:100% -42px;
	  color:#FFF;
	}  
	#tabs1 li.current a {
	  background-position:0% -42px;
	}  
	
	
	
    #tabs2 {
      float:left;
      width:100%;
	  background:#24618E;
      font-size:100%;
      line-height:normal;
	  /* border-bottom:1px solid #BCD2E6; */
      }
    #tabs2 ul {
	  margin:0;
	  padding:4px 10px 0px 50px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0 8px 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 40px 5px 40px;
      color:#094273;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }
	#tabs2 li.current {
	  background-position:0% -42px;
	}  
	#tabs2 li.current span {
	  background-position:100% -42px;
	}  
	#tabs2 li.current a {
	  background-position:0% -42px;
	}  	