div#header_container
{
  height  : 177px;
  overflow: hidden;
  cursor  : pointer;
}

div#header_container ul
{
  margin    : 0;
  padding   : 0;
  list-style: none inside none;
}

.header_icon
{
  position        : absolute;
  left            : 0;
  top             : 0;
  width           : 51px;
  height          : 50px;
  display         : none;
  cursor          : pointer;
  background-image: url(/img/hat_btn.png);
}

.header_icon:hover
{
  background-image: url(/img/hat_btn_hover.png);
}
