@charset "iso-8859-2";

#menu {
  width: 930px;
  height: 25px;
  overflow: hidden;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.menu_top {
  width: 930px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.Menu_table {
	/* width: 100%;*/
	width: 930px;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.menu_top_item_1 {
  height: 90px;
  border: 0px solid black;
  width: 123px;
}

.menuitem_1, .menuitem_1:link, menuitem_1:visited {
	height: 90px;
  border: 0px;
  width: 123px;
  display: block;
	background-image: url('../img/kontakt_menu_item.png');
  background-repeat: no-repeat;
}

.menuitem_1:hover, menuitem_1:active {
  height: 90px;
  border: 0px;
  width: 123px;
	display: block;	
	background-image: url('../img/kontakt_menu_item_active.png');
  background-repeat: no-repeat;
}

.menu_top_item_2 {
  height: 90px;
  border: 0px;
  width: 115px;
}

.menuitem_2, .menuitem_2:link, menuitem_2:visited {
	height: 90px;
  border: 0px solid black;
  width: 115px;
  display: block;
	background-image: url('../img/reklamace_menu_item.png');
  background-repeat: no-repeat;
}

.menuitem_2:hover, menuitem_2:active {
  height: 90px;
  border: 0px;
  width: 115px;
	display: block;	
	background-image: url('../img/reklamace_menu_item_active.png');
  background-repeat: no-repeat;
}

.menu_top_item_3 {
  height: 90px;
  border: 0px solid black;
  width: 114px;
}

.menuitem_3, .menuitem_3:link, menuitem_3:visited {
	height: 90px;
  border: 0px;
  width: 114px;
  display: block;
	background-image: url('../img/obchodni_podminky_menu_item.png');
  background-repeat: no-repeat;
}

.menuitem_3:hover, menuitem_3:active {
  height: 90px;
  border: 0px;
  width: 114px;
	display: block;	
	background-image: url('../img/obchodni_podminky_menu_item_active.png');
  background-repeat: no-repeat;
}

.menu_top_item_4 {
  height: 90px;
  border: 0px solid black;
  width: 113px;
}

.menuitem_4, .menuitem_4:link, menuitem_4:visited {
	height: 90px;
  border: 0px;
  width: 113px;
  display: block;
	background-image: url('../img/technicke_info_menu_item.png');
  background-repeat: no-repeat;
}

.menuitem_4:hover, menuitem_4:active {
  height: 90px;
  border: 0px;
  width: 113px;
	display: block;	
	background-image: url('../img/technicke_info_menu_item_active.png');
  background-repeat: no-repeat;
}

.menuitem, .menuitem:link, .menuitem:visited {
	 display: block;
	 margin-right: 5px;
	 color: #333333;
	 font-family : Helvetica, Arial, sans-serif;
   font-weight : bold;
   text-transform : uppercase;
   font-size : 14px; 
}

.menuitem:hover, menuitem:active {
	display: block;	
	color: white;
	text-decoration: underline;
}

.menucurrentitem {
  color: white;
} 

.no_menu_top_item_5 {
  border: 0px solid black;
  margin: 0px; 
  padding: 0px; 
  width: 465px; 
  height: 90px;
}