@charset "utf-8";
/* CSS Document */
#dropmenudiv{
position:absolute;
/*border:3px solid white;*/
border: 0;
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
display: block;
width: 100%;
text-indent: 3px;
border-bottom: 2px solid white;
border-top: 2px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#e0eaf5;
background-image:url(images/bordo_menu_prodotti.gif);
background-position:center;
background-repeat:repeat-x;
color: #395872;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#5b9dd3;
}

div#menuprod {
	background-color: #5b9dd3;
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	text-align:center;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-bottom: 18px;	
}

div#menuprod a {
	color: #FFFFFF;
}
div#menuprod a:link {
	background-image:none; 
	text-decoration:none;

}

div#menuprod a:visited {
	background-image:none; 
	text-decoration:none;
}

div#menuprod a:hover{
	background-image:none; 
	text-decoration:none;
}

