#menu {
  font-size: 13px;
  font-weight: none;
  padding-left: 141px;
  height: 100px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  text-align: center;
}

#menu a {
  width: 86px;
  height: 90px;
  display:block;
}

#menu a.produkty {
  background: transparent url('../images/menu_produkty.jpg') no-repeat scroll left top;
  padding-right: 19px;
}
#menu a.produkty_active {  background: transparent url('../images/menu_produkty_sel.jpg') no-repeat scroll left top;  padding-right: 19px;}
#menu a.produkty:hover {  background: transparent url('../images/menu_produkty_hov.jpg') no-repeat scroll left top;}

#menu a.produkty_hp {
  background: transparent url('../images/menu_produkty_hp.jpg') no-repeat scroll left top;
  padding-right: 19px;
}
#menu a.produkty_hp_active {  background: transparent url('../images/menu_produkty_hp_sel.jpg') no-repeat scroll left top;  padding-right: 19px;}
#menu a.produkty_hp:hover {  background: transparent url('../images/menu_produkty_hp_hov.jpg') no-repeat scroll left top;}


#menu a.historie {
  background: transparent url('../images/menu_historie.jpg') no-repeat scroll left top;
  padding-right: 1px;
}
#menu a.historie_active {  background: transparent url('../images/menu_historie_sel.jpg') no-repeat scroll left top;  padding-right: 1px;}
#menu a.historie:hover {  background: transparent url('../images/menu_historie_hov.jpg') no-repeat scroll left top;}

#menu a.akce {
  background: transparent url('../images/menu_akce.jpg') no-repeat scroll left top;
  padding-right: 19px;
}
#menu a.akce_active {  background: transparent url('../images/menu_akce_sel.jpg') no-repeat scroll left top;  padding-right: 19px;}
#menu a.akce:hover {  background: transparent url('../images/menu_akce_hov.jpg') no-repeat scroll left top;}

#menu a.tvspot {  
  background: transparent url('../images/menu_tvspot.jpg') no-repeat scroll left top;
}
#menu a.tvspot_active {  background: transparent url('../images/menu_tvspot_sel.jpg') no-repeat scroll left top;}
#menu a.tvspot:hover {  background: transparent url('../images/menu_tvspot_hov.jpg') no-repeat scroll left top;}

