#cylmenu {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 160px;
	padding-left: 3px;
}
#cylmenu dl {
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	list-style:none;
}
#cylmenu dt {
	color: #0000FF;
	font-style: normal;
	padding-left: 6px;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	display:block;
	width: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #E9E8E7;
	background-image: url(imgmenu/fondomenu.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#cylmenu dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #454545;
	display:block;
	width: 135px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #F9F8F7;
	background-image: url(imgmenu/vmenu4bg.gif);
	background-repeat: repeat-y;
	background-position: left center;
	text-align: left;
	margin: 0px;
	padding-right: 3px;
	padding-left: 18px;
	line-height: 20px;
}
#cylmenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0033FF;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCFF;
	display: block;
	line-height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	border-bottom-style: solid;
}
