/* menu css */
#menu_onama {
	text-decoration: none;  /* potrebno da se skine underline */
	display: block;
	width: 137px;
	height: 120px;
	background: url(pics/menu_onama.png) no-repeat;
}
#menu_onama:hover { background-position: right; }  /* oh yeah */
#menu_proizvodi {
	text-decoration: none;  /* potrebno da se skine underline */
	display: block;
	width: 137px;
	height: 120px;
	background: url(pics/menu_proizvodi.png) no-repeat;
}
#menu_proizvodi:hover { background-position: right; }  /* oh yeah */
#menu_reference {
	text-decoration: none;  /* potrebno da se skine underline */
	display: block;
	width: 137px;
	height: 120px;
	background: url(pics/menu_reference.png) no-repeat;
}
#menu_reference:hover { background-position: right; }  /* oh yeah */
#menu_kontakt {
	text-decoration: none;  /* potrebno da se skine underline */
	display: block;
	width: 138px;
	height: 120px;
	background: url(pics/menu_kontakt.png) no-repeat;
}
#menu_kontakt:hover { background-position: right; }  /* oh yeah */

/* add-on class for yslideoutmenu */
.menuActuator a {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	background-color: #77CC34;
	layer-background-color: #77CC34;
}
