/* Tabs style Sheet for the tabs on each of the web pages. */
/*Selector for the main body tag */
#tabs1 {
      float:right;
      width:100%;
       
	  /* background:#F4F7FB; */
      font-size:100%;
	  font-weight:bold;
      line-height:normal;
	  border-bottom:0px solid #BCD2E6;
	  border:0px solid #BCD2E6;
      }
    #tabs1 ul {
	  margin:0px;
	  padding:4px 3px 0px 0px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
	  margin-left:5px;
      padding:0;
      }
    #tabs1 a {
      float:right;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 0px 6px;
	  color: #0f14e5     /* #3136f3;	*/

	  /* color:#16387c;   This is the yahoo color */

	  /* color:#484bf2; */

      /*color:#627EB7; */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	 color:red;
      /* color:#627EB7; */
      }
    #tabs1 a:hover {
      background-position:0% -42px;
		color:#000;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
	  color:Red;
      }


