/* 
	WordPress Menubar Plugin
	fitz.css stylesheet for the fitz template
*/

.fitz {
	margin: 0;
	padding: 0; 
	height:50px;
	}

.fitz a, 
.fitz a:visited {
	float:left;
	margin: 0;
	padding:0;
	text-decoration: none;
	display:block;
	height:50px;
	text-indent:-50000px;
	}

.fitz a:hover {
	background-position:0 0;
	}

.fitz a.selected, 
.fitz a.selected:visited {
	background-position:0 0;
	}

.fitz a.selected:hover {
	background-position:0 -50px;
	}

a.home {width:66px; background: url(home.jpg) 0 -50px no-repeat;}
a.staff {width:73px; background: url(staff.jpg) 0 -50px no-repeat;}
a.locale {width:81px; background: url(locale.jpg) 0 -50px no-repeat;}
a.flyer {width:62px; background: url(flyer.jpg) 0 -50px no-repeat;}
a.gallery {width:89px; background: url(gallery.jpg) 0 -50px no-repeat;}
a.network {width:92px; background: url(network.jpg) 0 -50px no-repeat;}
a.contatti {width:101px; background: url(contatti.jpg) 0 -50px no-repeat;}
