#menu {
  padding-top: 5px;
  padding-bottom: 1px;
  border: 0px;
  margin: 0px;
  width: 960px;
  height: 23px;
  background-image: url('../images/menu_bg.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
}

#menu li {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  list-style: none;
  left: 0;
}

div.outer {
  margin: 0;
  padding: 0;
	background: url("../images/menu_uvod.jpg") no-repeat 0px -23px;
  float: left;
  width: 160px;
  height: 23px;
}

div.outer a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_uvod.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer a:hover {
	background-image: none;
}

div.outer a.selected {
	background-image: none;
}


div.outer2 {
  margin: 0;
  padding: 0;
	background: url("../images/menu_vyroba.jpg") no-repeat 0px -23px;
  float: left;
  width: 159px;
  height: 23px;
}

div.outer2 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_vyroba.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer2 a:hover {
	background-image: none;
}

div.outer2 a.selected {
	background-image: none;
}


div.outer3 {
  margin: 0;
  padding: 0;
	background: url("../images/menu_eshop.jpg") no-repeat 0px -23px;
  float: left;
  width: 160px;
  height: 23px;
}

div.outer3 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_eshop.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer3 a:hover {
	background-image: none;
}

div.outer3 a.selected {
	background-image: none;
}


div.outer4 {
  margin: 0;
  padding: 0;
	background: url("../images/menu_clanky.jpg") no-repeat 0px -23px;
  float: left;
  width: 159px;
  height: 23px;
}

div.outer4 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_clanky.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer4 a:hover {
	background-image: none;
}

div.outer4 a.selected {
	background-image: none;
}


div.outer5 {
  margin: 0;
  padding: 0;
	background: url("../images/menu_skola.jpg") no-repeat 0px -23px;
  float: left;
  width: 160px;
  height: 23px;
}

div.outer5 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_skola.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer5 a:hover {
	background-image: none;
}

div.outer5 a.selected {
	background-image: none;
}


div.outer6 {
  margin: 0;
  padding: 0;
	background: url("../images/menu_kontakt.jpg") no-repeat 0px -23px;
  float: left;
  width: 160px;
  height: 23px;
}

div.outer6 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu_kontakt.jpg") no-repeat left top;
  line-height: 500px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.outer6 a:hover {
	background-image: none;
}

div.outer6 a.selected {
	background-image: none;
}


