/* Eric Meyer Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/*
=================================== Horizontal Navigation ================================*/
#hnav { position: relative; top: 0; left: 0; width: 451px; height: 36px; background: url('../layout/meni.jpg') no-repeat; }
#hnav li { position: absolute; left: 0; height: 36px; }
	#hnav #pocetna { left: 0px; width: 112px; }
	#hnav #onama { left: 112px; width: 113px; }
	#hnav #informacije { left: 225px; width: 113px; }
	#hnav #kontakt { left: 338px; width: 113px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 36px; text-indent: -9999em; }

