#menu{
	width: 176px; /*width of menu*/
	font-size:90%;
	margin-bottom: 20px;
background-image: url(../img/menu.gif);
background-repeat:repeat-y;
}

#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;
margin: 0;
padding: 0;
margin-bottom: 8px; /*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: #006699;
	display: block;
	padding: 0.5em 0;
	padding-left: 1.75em; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
        height:15px;
	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: #d68011;
background: url(../img/freccia.gif) no-repeat center right; /*custom bullet list image*/
}


