/* Main nav */

ul.nav { 
background:#000; 
width:890px; 
height:70px; 
border-right:5px solid #000; 
border-left:5px solid #000; 
position:relative 
}
ul.nav li a { 
color:#fff; 
height:70px; 
display:block; 
position:absolute; 
top:0; 
text-indent:-9999px; 
outline:none; 
border:0px solid red
}
ul.nav li a:hover { 
border:none 
}

li.navHome a, li.navSpeakers a, li.navSchedule a, li.navWorkshops a, li.navVenue a, li.navContacts a, li.navSponsors a, li.navPartners a, li.navBlog a, li.navPastEvents a, li.navLogin a, li.navSocialize a, li.navBook a { 
background:url(../images/navigacija.gif)
 }

/*  
Measurements for the nav image replacement:

	The distance from the top to the...

	up state = 0
	rollover state = 70px
	selected state = 140px

	The distance from the far-left to the...

	home button = 0
	speakers button = 72px
	schedule button = 176px
	workshops button = 283px
	venue button = 410px (used to be 404px)
	contacts button = 455px (used to be 457px)
	sponsors button = 515px (used to be 518px)
	blog button = 577px (used to be 582px)
	past events button = 612px (used to be 622px)
	socialize (formerly login) button = 683px (used to be 697px)
	book tickets button = 751px

	The width of the...

	home button = 72px
	speakers button = 104px
	schedule button = 107px
	workshops button = 121px
	venue button = 45px (used to be 53px)
	contacts button = 60px (used to be 61px)
	sponsors button = 63px (used to be 64px)
	blog button = 36px (used to be 40px)
	past events button = 72px (used to be 75px)
	socialize (formerly login) button = 59px (used to be 54px)
	book tickets button = 139px
*/

li.navHome a 							{ background-position:-4px 0; width:86px; left:0 }
li.navHome a:hover						{ background-position:-4px -70px }
body#pageHome li.navHome a 				{ background-position:-4px -140px }

li.navSpeakers a 						{ background-position:-92px 0; width:86px; left:86px }
li.navSpeakers a:hover					{ background-position:-92px -70px }
body#pageSpeakers li.navSpeakers a 		{ background-position:-92px -140px }

li.navSchedule a 						{ background-position:-185px 0; width:86px; left:176px }
li.navSchedule a:hover					{ background-position:-185px -70px }
body#pageSchedule li.navSchedule a 		{ background-position:-185px -140px }

li.navWorkshops a 						{ background-position:-285px 0; width:86px; left:262px }
li.navWorkshops a:hover					{ background-position:-285px -70px }
body#pageWorkshops li.navWorkshops a 	{ background-position:-285px -140px }

li.navVenue a 							{ background-position:-400px 0; width:86px; left:348px }
li.navVenue a:hover						{ background-position:-400px -70px }
body#pageVenue li.navVenue a 			{ background-position:-400px -140px }

li.navContacts a 						{ background-position:-493px 0; width:86px; left:434px }
li.navContacts a:hover					{ background-position:-493px -70px }
body#pageContacts li.navContacts a 		{ background-position:-493px -140px }

li.navSponsors a 						{ background-position:-514px 0; width:65px; left:456px }
li.navSponsors a:hover					{ background-position:-514px -70px }
body#pageSponsors li.navSponsors a 		{ background-position:-514px -140px }

li.navPartners a 						{ background-position:-890px 0; width:58px; left:521px }
li.navPartners a:hover					{ background-position:-890px -70px }
body#pageFOWAUni li.navPartners a 		{ background-position:-890px -140px }

li.navBlog a 							{ background-position:-575px 0; width:38px; left:579px }
li.navBlog a:hover						{ background-position:-575px -70px }
body#pageBlog li.navBlog a 				{ background-position:-575px -140px }

li.navPastEvents a 						{ background-position:-612px 0; width:73px; left:617px }
li.navPastEvents a:hover				{ background-position:-612px -70px }
body#pagePastEvents li.navPastEvents a 	{ background-position:-612px -140px }
/*
li.navLogin a 							{ background-position:-697px 0; width:54px; left:697px }
li.navLogin a:hover						{ background-position:-697px -70px }
body#pageLogin li.navLogin a 			{ background-position:-697px -140px }
*/
li.navSocialize a 						{ background-position:-683px 0; width:59px; left:690px }
li.navSocialize a:hover					{ background-position:-683px -70px }
body#pageSocialize li.navSocialize a 	{ background-position:-683px -140px }

li.navBook a 							{ background-position:-751px 0; width:139px; left:751px }
li.navBook a:hover						{ background-position:-751px -70px }
body#pageBook li.navBook a 				{ background-position:-751px -140px }



/* ---------------------------------------------------------------------------------------------------------------------------- */

/* Footer nav */

div.footer div ul { width:900px; height:38px; position:relative; margin:0 0 40px 0 }
div.footer div ul li a { color:#fff; height:38px; display:block; position:absolute; top:0; text-indent:-9999px; outline:none; border:none }
div.footer div ul li a:hover { border:none }

li.buttonFOWA a, li.buttonFOWD a, li.buttonFOM a, li.buttonFOOA a { background:url(../images/footerNav01.gif) }

/*  
Measurements for the nav image replacement:

	The distance from the top to the...

	up state = 0
	rollover state = 38px

	The distance from the far-left to the...

	fowa button = 0
	fowd button = 200px
	fom button = 435px
	fooa button = 656px

	The width of the...

	fowa button = 200px
	fowd button = 235px
	fom button = 221px
	fooa button = 244px
*/

li.buttonFOWA a 			{ background-position:0 0; width:200px; left:0 }
li.buttonFOWA a:hover		{ background-position:0 -38px }

li.buttonFOWD a 			{ background-position:-200px 0; width:235px; left:200px }
li.buttonFOWD a:hover		{ background-position:-200px -38px }

li.buttonFOM a 				{ background-position:-435px 0; width:221px; left:435px }
li.buttonFOM a:hover		{ background-position:-435px -38px }

li.buttonFOOA a 			{ background-position:-656px 0; width:244px; left:656px }
li.buttonFOOA a:hover		{ background-position:-656px -38px }










