.menu_header
{
  width: 970px;
  /*background-color: #ffffff;*/
  border-spacing: 0px;
  border-collapse: collapse;  
}

.menu_header_logo
{
  width: 239px;
  height: 76px;
  float: left;
}

.menu_header_right
{
  float: left;
  width: 729px;
  margin-left: 2px;
}

.menu_header_navigation
{
  width: 726px;
  height: 20px;
  float: left;
}

.menu_header_slope
{
  background: url('./hdr-slope.jpg') no-repeat;
  width: 80px;
  height: 20px;
  float: left;
}

.menu_header_stripe
{
	/*background: url('./menu_button_grad.gif') repeat;*/
	background-color: #F58345;
	/*background-color: #000;*/
	width: 724px;
	height: 36px;
	float: left;
}

.menu_header_search
{
  float: right;
  height: 36px;
  background-color: #ccccff;
}

.menu_header_search_icon
{
  float: left;
  height: 20px;
  width: 20px;
  background: url('./search_icon_20x20.jpg') no-repeat;
  margin-left: 0px;
  margin-top: 10px;
  cursor: pointer;
}

.menu_header_search_form
{
  float: left;
}

.menu_header_search_form_input
{
  float: left;
  width: 150px;
  height: 12px;
  font-size: 10px;
  border: 1px solid grey;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 10px;
}

.menu_header_search_form_submit
{
  float: left;
  height: 23px;
  margin-top: 6px;
}

.menu_header_search_form_txt
{
  font-size: 12px;
  color: #646464;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.menu_header_menu_list
{
  width: 724px;
  float: left;
  margin-left: 0px;
  background: #FECA0A;
}

.menu_header_link
{
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
}

.menu_header_link:hover
{
  color: #ffffff;  /* FECA0A  */
}

.menu_button
{
  float: left;
  margin-left: 0px;
}

.menu_button_grad
{
	/* background: url('/menu/menu_button_grad.gif') repeat-x 0% 0%; */
	background: #FECA0A;
	height: 20px;
	float: left;
	vertical-align: bottom;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.menu_button_grad:hover {
	background: #F58345; /* url('/menu/menu_hover.png'); */
}

.menu_button_grad p
{
  margin-top: 3px;
  padding: 0 14px;
}

.menu_button_l
{
	/* background: url('/menu/menu_button_l.gif') no-repeat 0% 0%; */
	width: 5px;
	height: 20px;
	float: left;
}

.menu_button_r
{
	/* background: url('/menu/menu_button_r.gif') no-repeat 0% 0%; */
	width: 5px;
	height: 20px;
	float: left;
}

.menu_header_login_icon
{
  float: left;
  height: 20px;
  width: 20px;
  background: url('/ico/user.png') no-repeat;
  margin-left: 2px;
  margin-top: 10px;
  cursor: pointer;
}

.menu_header_login_form
{
  float: left;
}

.menu_header_login_form_input
{
  float: left;
  width: 75px;
  height: 12px;
  font-size: 10px;
  border: 1px solid grey;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.menu_header_login_form_submit
{
  float: left;
  height: 23px;
  margin-top: 6px;
}

.menu_header_login_form_txt
{
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  color: #646464;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.menu_header_login
{
  float: right;
  height: 36px;
  background-color: #ccccff;
}
