/* CSS Document */
<style type="text/css">

#coolmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 180px;
background-color: #ffffff;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 0px;
padding-left: 1px;
display: block;
width: 100%;
color: #203375;
text-decoration: none;
border-bottom: 1px solid #659ace;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #659ace;
color: white;
}

#coolmenu li{
list-style:none; /* elimino i punti elenco */
}

#sfondob{
background-color: #ffffff;
}
#sfondob2{
	background-color: #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-left-color: #659ace;
	border-bottom-color: #659ace;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #203375;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#sfondob2 a:hover{
	background-color: #659ace;
	color: white;
}
#sfondob2 a{
	color: #203375;
	text-decoration: none;
	border-bottom: 1px solid black;
}
</style>

