ul#bentabs {
  float:left;
  width:100%;
  border-bottom: solid 1px #369;
  font-size:85%;
  line-height:normal;
  list-style:none;
  margin:0;
  padding:0;
  }

ul#bentabs li {
  float:left;
  background:url("right.gif") no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
  }
ul#bentabs a {
  float:left;
  display:block;
  background:url("left.gif") no-repeat left top;
  padding:5px 7px 4px 20px;
  text-decoration:none;
  font-weight:bold;
  color:#999;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
ul#bentabs a:hover {
  color:#f00;
  }
ul#bentabs .current {
  background-image:url("right_on.gif");
  }
ul#bentabs .current a {
  background-image:url("left_on.gif");
  /*color:#9cf;*/
  color:#fff;
  padding-bottom:5px;
  }
ul#bentabs .current a:hover {
  color:#9cf;
  }

ul#bentabs .division
{
	margin: 6px 0 0 6px;
	text-align: bottom;
	color:#999;
	background:none;
}
  
/*submenu*/
ul#bensubtabs {
  float:left;
  width:100%;
  border-bottom: solid 1px #ccc;
  line-height:normal;
  list-style:none;
  margin:0;
  padding:0;
  }

#bensubtabs li {
  float:left;
  margin:0;
  padding:0 5px 0 0;
  }
#bensubtabs a {
  float:left;
  display:block;
  padding:5px 0px 4px 7px;
  text-decoration:underline;
  /*color:#369;*/
  color:#a5aede;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#bensubtabs a:hover {
  color:#C00;
  }
#bensubtabs .current {
  
  }
#bensubtabs .current a
{
  /*text-decoration:none;
  color:#666;
  font-weight:bold;
  color:#00c;*/
  
  color:#369;
  padding-bottom:5px;
  }

