#menu_main {
	text-decoration: none;  /* potrebno da se skine underline */
	display: block;
	width: 220px;
	height: 60px;
	background: url(pics/menu_header_en.png) no-repeat;
}
#menu_main:hover { background-position: right; }  /* oh yeah */
#menu_slike {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 60px;
	background: url(pics/menu_itm1_paintings.png) no-repeat;
}
#menu_slike:hover { background-position: right; }
#menu_slikar {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 60px;
	background: url(pics/menu_itm2_author.png) no-repeat;
}
#menu_slikar:hover { background-position: right; }
#menu_dogadjaji {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 60px;
	background: url(pics/menu_itm3_events.png) no-repeat;
}
#menu_dogadjaji:hover { background-position: right; }
#menu_kontakt {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 60px;
	background: url(pics/menu_itm4_contact.png) no-repeat;
}
#menu_kontakt:hover { background-position: right; }
.menuitem {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: black;
	background: white;
	height: 21px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-repeat: repeat-x;
	background-position: bottom;
	/* top right bottom left */
	margin: 2px 5px 2px 5px;
}
.menuitem:HOVER {
	border: 1px solid black;
	background: gray;
	color: white;
}
