#header_subnavi {
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:24px;
	background-color: #fcf0be;
	background-image: url(../images/navi/bg_subnavitest.gif);
	background-repeat: repeat-x;
	background-position: bottom;
  }
#header_subnavi ul {
  margin:0;
  padding-left:25px;
  padding-top:4px;
  list-style:none;
  }
#header_subnavi li {
  float:left;
  margin:0;
  padding:0 0 0 10px;
  }
#header_subnavi a {
  float:left;
  display:block;
  text-decoration:none;
  font-weight:bold;
  color:#e93019;
  padding-bottom:8px;  
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_subnavi a {float:none;}
/* End IE5-Mac hack */
#header_subnavi a:hover {
  color:#e93019;
  text-decoration:underline;
  }
#header_subnavi #current {

  }
#header_subnavi #current a {

  color:#e93019;
  text-decoration:underline;
  padding-bottom:8px;
  }
  
#header_subnavi #spacer {
  padding-top:2px;

  }

