
/* Main menu settings */
body{
margin:0;
padding:0;
        font-family:  Verdana, "Lucida Grande", Tahoma, Helvetica;
        color:#274185;background-image: url(http://www.allattamentoalseno.it/immagini/sfondo.gif);
background-repeat: repeat-x;
}


#titolo{
width:945px;
height:80px;
margin:0;
padding:1px;
border: 0px solid #165B00;
background-image: url(http://www.allattamentoalseno.it/immagini/testorosa.gif);background-repeat: no-repeat;
background-position:  25px 13px;
 font-size:8px;
}


#centeredmenu {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	border-bottom:0px solid #000; /* black line below menu */
	width:420px;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:10px; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin-top:10;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	right:30%;

}
#centeredmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:30%;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:10px 15px 3px;
	font-size:2em;
	line-height:1em;
	text-decoration:none;
	color:#2525BD;
	font-weight:normal;
	font-size:1.2em;
	border-bottom:0px solid #000;

}
#centeredmenu ul li.active a {
	color:#274185;
		font-weight:bold;

}
#centeredmenu ul li a:hover {
	background:#CCCCFF; /* Top menu items background colour */
	color:#274185;
	border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	    background-image: url(http://www.allattamentoalseno.it/immagini/sfondo2.gif);
        background-repeat: repeat-x;
        background-position:  0 3;/* Top menu items background colour */
	color:#274185;
	border-bottom:0px solid #034794;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2.5em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:13em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:133px;	

}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:1.2em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	color:#274185;
	line-height:1.2em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #FF66FF; /* sub menu item horizontal lines */
	float:left;
	width:155px;

}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	/* Sub menu items background colour */
	color:#FF66FF;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:auto; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:left;
	position:relative;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
