@charset "utf-8";
/* CSS Document */

#menu {
	display: block;
	float: left;
	width: 150px;
	padding: 5px 0 0 0;
	font-size: 0.8em;
	margin: 0 10px 5px 0;	
}

.elencoMenu {
	padding: 5px 0 0 10px;
	margin: 0;
}

.vociMenu {
	list-style-type: none;
	background-image: url(../imgs/puntatoreMenu.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.2em;
}

.vociMenuSelected {
	list-style-type: none;
	background-image: url(../imgs/puntatoreMenuSel.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.2em;
}

a.linkMenu {
	color: #DDD;
	text-decoration: none;
}

a.linkMenu:hover {
	color: #000;
	text-decoration: underline;
}

.titoloColonnaB {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 13px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.corpo {
	font-size: 0.85em;
	list-style: square;
}

.grassetto {
	font-weight: bold;
	color: #FFF;
}