/* Lista di menu' per sala stampa */

.vv-menu-ss-portlet{
	width: 100%;
	padding-top: 3px;
}

.vv-menu-ss-portlet ul li {
	text-align: left;
	list-style: none;
	background-image: url(/resources/viven/images/lista-menu-ville-dettaglio.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	padding: 5px 0px 5px 15px;
	margin-bottom: 1px;
	font-weight: bold;	
	text-transform: uppercase;
}

.vv-menu-ss-portlet ul li a {
	text-decoration: none;
}

.vv-menu-ss-portlet ul li a:hover {
	text-decoration: underline;
	color: #C41200;
}

.vv-menu-ss-portlet ul li.sel,
.vv-menu-ss-portlet ul li.sel a {
	background-color: #EBECEB;
	color: #C41200;
}

.vv-menu-ss-portlet ul li.sel a:hover {
	text-decoration: none;
}
