/* Eric Meyer Reset */


/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/* Backgrounds */


/*
=================================== Horizontal Navigation ================================*/
#hnav { position: relative; top: 115px; top: 100px !important;width: 667px; height: 29px; background: url('partyznaci-menu.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 29px; }
	#hnav #hnavstart{ width: 55px; left: 0px; }
	#hnav #hnavogrupie { width: 75px; left: 55px; }
	#hnav #hnavprasa{ width: 55px; left: 130px; }
	#hnav #hnavpam{ width: 80px; left: 185px; }
	#hnav #hnavgal { width: 65px; left: 265px; }
	#hnav #hnavstat { width: 60px; left: 330px; }
	#hnav #hnavlink { width: 140px; left: 390px; }
	#hnav #hnavkont{ width: 80px; left: 530px; }
	#hnav #hnavlink2{ width: 40px; left: 610px; }
#hnav li a { display: block; position: relative;  width: 100%; height: 29px; text-indent: -9999em; }

