#sbtabsmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: #000080;
	border-top: 0px solid #fff;
}
    #tabsE {
      width:100%;
      line-height:normal;
	  background:url("images/sbtableft.jpg");
      }
    #tabsE ul {
	  margin:0;
	  padding:0px 0px 0px 2px; /* THIS CHANGES THE WIDTH OF THE OVERALL MENU Top Right Bottom Left */
	  list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("images/sbtableft.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("images/sbtabright.jpg") no-repeat right top;
      padding:7px 35px 7px 34px; /* THIS CHANGES THE DIMENSIONS OF EACH BUTTON Top Right Bottom Left */
      color:#FFF;
	  font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% 0px;
      }
    #tabsE a:hover span {
      background:url("images/sbtabhover.jpg") no-repeat right top;
	  color:#000000;
      }  
	
