/* -------------------------- HLAVICKA - top menu --------------------------- */

#header
{
  width: 1025px;
  height: 81px;
  margin: 0px auto 0px auto;
}

#header-padding
{
  padding-left:49px;
}

.header-menu-item
{
  display: block;
  float: left;
  padding-left: 16px;
  padding-right: 18px;
  background: url(img/header_menu_separator.png) no-repeat right center;

  padding-top: 18px;
  height: 32px;
  ^height: 50px;

  color: #7f7f7f;
}

.header-menu-item-padding
{
  display: block;
  padding-top: 2px;
}

.header-menu-item-first
{
   padding-left: 0px;
}

.header-menu-item-last
{
  padding-right: 0px;
  background: none;
}


.header-menu-item a         {text-decoration: none;       color: #7f7f7f; font-weight:bold;}
.header-menu-item a:link    {text-decoration: none;       color: #7f7f7f; font-weight:bold}
.header-menu-item a:visited {text-decoration: none;       color: #7f7f7f; font-weight:bold}
.header-menu-item a:active  {text-decoration: none;       color: #7f7f7f; font-weight:bold}
.header-menu-item a:hover   {text-decoration: underline;  color: #444444; font-weight:bold}

#kosik-ico
{
  position: relative;
  top: -3px;
}