#prodotti {
	float: left;
	width: 100%;
	min-height: 450px;
	margin: 80px 0 20px 20px;
	text-align: left;
}
	#prodotti .categoria {
		float: left;
		width: 180px;
		line-height: 25px;
		font-weight: normal;
		font-family: arial, verdana ,helvetica;
		font-size: 12px;
		color: #fff;
		text-align: left;
	}
		#prodotti .categoria a {
			float: left;
			background: url('../images/common/arrow.png') no-repeat 0 9px;
			width: 100%;
			font-weight: bold;
			font-size: 16px;
			color: #fff;
			text-align: left;
			line-height: 25px;
			padding-left: 15px;
		}
		#prodotti .categoria a:hover {
			background: url('../images/common/arrow-up.png') no-repeat 0 9px;
			color: #041a4c;
		}

		#prodotti ul li {
			float: left;
			list-style-type: none;
			width: 180px;
			line-height: 25px;
			font-weight: normal;
			font-family: arial, verdana ,helvetica;
			font-size: 12px;
			color: #fff;
			text-align: left;
		}
			#prodotti ul li a {
				float: left;
				background: url('../images/common/arrow.png') no-repeat 0 9px;
				width: 100%;
				font-weight: bold;
				font-size: 16px;
				color: #fff;
				text-align: left;
				line-height: 25px;
				padding-left: 15px;
			}
			#prodotti ul li a:hover {
				background: url('../images/common/arrow-up.png') no-repeat 0 9px;
				color: #041a4c;
			}
			
			#prodotti ul li.current a {
				float: left;
				background: url('../images/common/arrow-up.png') no-repeat 0 9px;
				width: 100%;
				font-weight: bold;
				font-size: 16px;
				color: #041a4c;
				text-align: left;
				line-height: 25px;
				padding-left: 15px;
			}
			
			#prodotti ul li ul li {
			float: left;
			list-style-type: none;
			width: 180px;
			line-height: 25px;
			font-weight: normal;
			font-family: arial, verdana ,helvetica;
			font-size: 10px;
			color: #fff;
			text-align: left;
		}
			#prodotti ul li ul li a {
				float: left;
				background: url('../images/common/arrow.png') no-repeat 0 9px;
				width: 100%;
				font-weight: bold;
				font-size: 13px;
				color: #fff;
				text-align: left;
				line-height: 25px;
				padding-left: 15px;
			}
			#prodotti ul li a:hover {
				background: url('../images/common/arrow-up.png') no-repeat 0 9px;
				color: #041a4c;
			}
			
			#prodotti ul li ul li.current a {
				float: left;
				background: url('../images/common/arrow-up.png') no-repeat 0 9px;
				width: 100%;
				font-weight: bold;
				font-size: 16px;
				color: #041a4c;
				text-align: left;
				line-height: 25px;
				padding-left: 15px;
			}