#tabs {
	width:100%;
	float:right;
	text-align:right;
	height:62px;
	background:url(../images/nav.jpg);
	font-weight: lighter;
	line-height:normal;
	background-image:url(../images/nav.jpg);
	font:Arial, Helvetica;
	padding:22 22 22 4px;
      }
#tabs ul {
	margin:0;
	text-align:right;
	
	padding:7px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:right;
      font:Arial, Helvetica;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabs a span {
font:Arial, Helvetica;
	float:right;
	padding:5px 15px 4px 6px;
	color:#adeaed;
	font-size:18px;
		letter-spacing: inherit;	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:left;}
    /* End IE5-Mac hack */
#tabs a:hover span {

	color:#415f7b;
	font-size:18px;
	      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;

      }
