div#navigation_top{
	width: 202px;
	height: 20px;
	background-image: url(immagini/laterale_top.gif);
	background-repeat: no-repeat;
}

div#navigation_menuspace{
	padding-left:10px;
}


div#navigation_bottom{
	width: 202px;
	height: 20px;
	background-image: url(immagini/laterale_bottom.gif);
	background-repeat: no-repeat;
}

div#navigation_text{
	width: 202px;
	background-image: url(immagini/laterale_bkg.gif);
	background-repeat: repeat-y;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

.navigation_menu {
	text-decoration: none;
	background-image: url(immagini/dot_prod.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	background-position: 2px 4px;
	color: #494949;
	height: 10px;
	display: block;
	padding-bottom :10px;
}

.navigation_menu:hover {
	text-decoration: underline;
	background-image: url(immagini/dot_prod.png);
	background-repeat: no-repeat;
	color: #000000;
	cursor : hand;
}

.banner_center {
	display: block;
	width: 100%;
	text-align: center;
}

.validationIcon {
	display: block;
	width: 100%;
	text-align: center;
	bottom: 20px;
	position: absolute;
}

div#navigation .extraLine {
	margin: 3px 0;
	background-position: 100% 50%;
	background-image: url(immagini/line.gif);
	background-repeat: no-repeat;
}


