
#head_menu {
	/* float:left; */
	width:100%;
	height:22px;
	margin:53px 0px 0px 0px;
	padding:0px; 
	bottom:0px;
	/* background:green; */
}
#menu {
	display:inline;
}
#menu li {
  float:left;
  position:relative;
  list-style:none;
  _width:1px;
  z-index:100;
}
#menu a.menu_head {
	display:block;
	/* width:80px; */
	height:22px;
	/* float:left; */
	padding:0px 13px 0px 0px;
	font-size:11px; 
	font-weight:bold; 
	color:#C6C6C6;
	text-align:center;
	text-decoration:none; 
	white-space:nowrap;
	background:#919191 url('img/hc_menu_2.gif') right bottom no-repeat;
}

.hc_menu_delim {
  /* width:7px; */
  height:22px;
  padding:0px 0px 0px 10px;
  /* float:left; */
  background:#919191 url('img/hc_menu_1.gif') left bottom no-repeat;
}
#menu a.menu_head span {
  position:relative;
  top:4px;
}

#menu li ul {
	display:none;
	position:absolute;
	top:22px;
  left:0px;
  width:175px;
	padding:0px;
  margin:0px;
  background:#C8C8C8;
}
#menu li ul li {
  width:173px;
  height:20px;
  margin:0px;
  padding:0px;
  border:1px solid black;
  border-top:none;
}
#menu li ul li a {
  width:171px;
  _width:175px;
  height:18px;
  text-decoration:none; 
  color:black;
  font-size:11px;
  margin:0px;
  padding-left:5px;
  padding-top:3px;
  display:block;
}
#menu li ul li a:hover {
	background:#969696;
	width:168px;
	_width:175px;
	height:16px;
	_height:18px;
}
#menu li > ul {
	top: auto;
	left: auto;
}
#menu li:hover ul, #menu li.over ul{ 
  display: block; 
}

