#tabs {
      float:left;
      font-size:100%;
      font-weight: bold;
      line-height:normal;
	  margin:0px 0px 0px 0px;
	  
      }
	  
#tabs2 {
      float:right;
      font-size:100%;
      font-weight: bold;
      line-height:normal;
	  margin:0px 20px 0px 0px;
	  color:#FFFFFF;
      }
	  
#tabs3 {
float:left;
font-size:100%;
font-weight: bold;
line-height:normal;
margin:0px 0px 0px 20px;
color:#FFFFFF;
}

#tabs ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
#tabs a span {
      float:left;
      display:block;
      padding:0 0 17px 40px;
      color:#022568;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#022568;
	  text-decoration: underline;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }

