div#menu {
    border-bottom: solid #bababa 1px;
}
#menu {
  float:left;
  width:100%;
  /* font-size:93%; */
  line-height:normal;
}
#menu ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
  }
#menu li {
  display:inline;
  margin:0;
  padding:0;
  }
#menu a {
  float:left;
  background:url(/images/tableftB.png) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#menu a span {
  float:left;
  display:block;
  background:url(/images/tabrightB.png) no-repeat right top;
  padding:5px 6px 4px 3px;
  color:#666666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
  color:#000000;
  }

.current_span{ /* current for span */
	background-position:100% -42px !important;
	color: #000000 !important;
	font-weight: bold !important;
 }	
 
.current_a{ /* current for a */
  background-position:0% -42px !important;
}
	
#menu a:hover {
  background-position:0% -42px;
	text-decoration: underline;
	color:#000000;
  }
#menu a:hover span {
  background-position:100% -42px;
  }
