/* CSS Document */
#menu_nav ul {
margin:0;
padding:0;
list-style-type:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;

}

#menu_nav ul a, #menu_nav ul ul a {
display:block;
width:222px;
height:25px;
line-height:25px;
color:#FFFFFF;
text-decoration:none;

}

#menu_nav ul a {
	text-indent:15px;
	font-weight:500;
	color: #FFFFFF;
	line-height: 30px;
}

#menu_nav ul ul a {
text-indent:38px;
background:#666666 url(../imatges/ulul.jpg) no-repeat left bottom;
font-weight:400;
font-size:10px;
}

a:hover, .selected a {
background-position:right bottom;
color:#333333;
}

li {
display:inline;
}
#menu_nav ul a:hover, .selected ul a {

background-position:right top;
color:#FFFFFF;
}
.titolMenu {
	display:block;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(../imatges/cantonades_sup_menu1.gif);
	text-indent: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
	width: 222px;
}

