
#tabs {
	float:left;
	width:100%;
	font-size:10px;
	line-height:normal;
/*	border-bottom:1px solid #666;*/
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	_margin-left:0px;
	margin-left:2px;
	margin-left:1px !important;
	}

#tabs ul {
	margin:0;
	padding:10px 0px 0px 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	padding:0 0 0 4px !important;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 3px 4px 3px;
	margin-right:0px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


/*- Menu Tabs E--------------------------- */

    #tabsE {
      
      width:90%;
     /* background:#000;*/
      font-size:93%;
      line-height:normal;
	  margin:10px auto ;
	  clear:both;
	  

      }
    #tabsE ul {
	  margin:0 auto;
	/*  padding:10px 10px 0 50px;*/
	  list-style:none;
	  
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("../images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 4px 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("../images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#000;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	
	
