/* 
	WordPress Menubar Plugin
	menuasinistra.css stylesheet for the Basic template
*/

.menuasinistra {
	margin: 0px;
	padding: 22px 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	float: left;
	}

.menuasinistra a, 
.menuasinistra a:visited {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0;
	text-indent: -9000px;
	}

.menuasinistra a:hover {
	text-decoration: none;
	}


/* CLASSI DEI SINGOLI BOTTONI*/

.menuasinistra a.sigla,
.menuasinistra a.sigla:visited {
	background: url(imgs/sigla_btn.gif) no-repeat 0 top;
	height: 68px;
	margin-bottom: 20px;
}
.menuasinistra a.sigla:hover {
	background: url(imgs/sigla_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.sigla, 
.menuasinistra a.selected.sigla:visited {
	background: url(imgs/sigla_btn.gif) no-repeat -200px top;
	cursor: default;
}



.menuasinistra a.news,
.menuasinistra a.news:visited {
	background: url(imgs/news_btn.gif) no-repeat 0 top;
	height: 118px;
}
.menuasinistra a.news:hover {
	background: url(imgs/news_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.news, 
.menuasinistra a.selected.news:visited {
	background: url(imgs/news_btn.gif) no-repeat -200px top;
	cursor: default;
}


.menuasinistra a.foto,
.menuasinistra a.foto:visited {
	background: url(imgs/foto_btn.gif) no-repeat 0 top;
	height: 118px;
}
.menuasinistra a.foto:hover {
	background: url(imgs/foto_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.foto, 
.menuasinistra a.selected.foto:visited {
	background: url(imgs/foto_btn.gif) no-repeat -200px top;
	cursor: default;
}


.menuasinistra a.store,
.menuasinistra a.store:visited {
	background: url(imgs/store_btn.gif) no-repeat 0 top;
	height: 118px;
}
.menuasinistra a.store:hover {
	background: url(imgs/store_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.store, 
.menuasinistra a.selected.store:visited {
	background: url(imgs/store_btn.gif) no-repeat -200px top;
	cursor: default;
}


.menuasinistra a.tariffe,
.menuasinistra a.tariffe:visited {
	background: url(imgs/tariffe_btn.gif) no-repeat 0 top;
	height: 68px;
	margin-top: 20px;
}
.menuasinistra a.tariffe:hover {
	background: url(imgs/tariffe_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.tariffe, 
.menuasinistra a.selected.tariffe:visited {
	background: url(imgs/tariffe_btn.gif) no-repeat -200px top;
	cursor: default;
}

.menuasinistra a.estivo,
.menuasinistra a.estivo:visited {
	background: url(imgs/estivo_btn.gif) no-repeat 0 top;
	height: 68px;
	margin-top: 20px;
}
.menuasinistra a.estivo:hover {
	background: url(imgs/estivo_btn.gif) no-repeat -200px top;
}
.menuasinistra a.selected.estivo, 
.menuasinistra a.selected.estivo:visited {
	background: url(imgs/estivo_btn.gif) no-repeat -200px top;
	cursor: default;
}
