#menu{
width: 170px; /*width of menu*/
font-size:90%;
}

#menu .headerbar{
	color: white;
	background: black url(media/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul{
list-style-type: none;
padding: 0;
margin-bottom: 60px; /*bottom spacing between each UL and rest of content*/
}

#menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#menu ul li a{
	color: #003399;
	background: url(../img/freccia.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0.5em 0;
	padding-left: 1.75em; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #006699;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li a:visited{
color: #006699;
}

#menu ul li a:hover{ /*hover state CSS*/
color: #006699;
background-color: #CCCCCC;
}
