.pro_linedrop {
	width: 790px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height: 31px;
	position: relative;
	z-index: 500;
	/*aggiunto per posizionare in firefox la barra menu a filo wrapper*/
	clear: both;
	margin-bottom: -10px;
	padding-bottom: -10px;
}

.pro_linedrop .select {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.pro_linedrop li {
	float: left;
	background: url(../images/normale.gif);
}

.pro_linedrop .select a {
	float: left;
	padding: 0 0 0 10px;
	display: block;
	white-space: nowrap;
	color: #000000;
	text-decoration: none;
	line-height: 33px;
	height: 31px;
}

.pro_linedrop .select a strong {
	padding: 0 20px 0 10px;
	display: block;
	background: url(../images/normale.gif) right top;
}

.pro_linedrop .select li.line a strong {
	background: url(../images/normale.gif) right top;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
	padding: 0 0 0 10px;
	color: #ffffff;
	cursor: pointer;
}

.pro_linedrop .select a:hover strong, 
.pro_linedrop .select li:hover a strong {
	padding: 0 20px 0 10px;
	display: block;
	cursor: pointer;
/*---- disabilitato perchč compare barretta rossa nel menų,
usato per sovrapposizione freccia menų a sottomenų
	position: relative;*/
	z-index: 20;
}

/* IE6 only */
.pro_linedrop table {
	margin: -1px;
	width: 0;
	font-size: 1em;
	border-collapse: collapse;
	height: 0;
}
.pro_linedrop .select :hover .rt li {
	float: right;
}
.pro_linedrop .select a.attivo {
	padding: 0 0 0 10px;
	color: #ffffff;
	cursor: pointer;
}

.pro_linedrop .select a.attivo strong.attivo {
	padding: 0 20px 0 10px;	
	display: block;
	cursor: pointer;
}
