/* CSS style sottomenu a comparsa */

.dropdown {
	border: 1px solid #9FA9B4;
	background: white;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.dropdown a:link, .dropdown a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #561C05;
}

.dropdown a:hover {
	color: #886050;
}

.dropdown ul, .dropdown ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	background: #FFF;
}

.dropdown ul li {
	width: 100%;
	float: left;
	line-height: 13px;
	background: url('../images/bg_menuDots.gif') bottom center repeat-x; !important
}
	
.menuDots {
	font-size: 1px;
	background: url('../images/bg_menuDots.gif') repeat-x center; !important }


.container_top {
	position: relative;
}


/* CSS style sottomenu a comparsa HMEPAGE */

.discesa1 { background: #BD9C46; }
.discesa2 { background: #98141B; }
.discesa3 { background: #102A65; }
.discesa4 { background: #E05115; }
.discesa5 { background: #348813; }
.discesa6 { background: #1597AA; }

.contenitore_top a:link, .contenitore_top a:visited {
	display: block;
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

.contenitore_top a:hover {
	text-decoration: underline;
}

.contenitore_top ul, .contenitore_top ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	text-transform: uppercase;
}

.contenitore_top ul li {
	display: block;
	width: 100%;
	float: left;
}
	

.contenitore_top {
	position: relative;
}
