/* ZAHRADNÍ DEKORACE */
body {
  background: #eef7ed;     
     }
     
#menu-bar {
	background: url("../images/menu/bg.png") repeat-x;
}

#menu-bar ul li a:hover {
	background: url("../images/menu/hover.png") repeat-x;
}

#menu-bar ul li#produkty:hover {
	background: url("../images/menu/hover.png") repeat-x;
}

#menu-bar ul li:hover ul {
	background: #248a25;
}

#menu-bar ul li ul li a:hover {
	background: #236610 url("../images/arrow.gif") no-repeat 8% 50%;
}

#menu-bar ul li.menu-pipe {
	background: url("../images/menu/pipe.png") no-repeat;
}

#menu-left {
	background: url("../images/menu/left.png") no-repeat;
}

#menu-right {
	background: url("../images/menu/right.png") no-repeat;
}