/*====== HEADERMENU ======*/

#header ul#menu {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
}
#header ul#menu li {
	color:#666;
	display:inline;
	padding:0;
}
#header a:link, #header a:visited{
	color:#666;
	padding:0 6px;
	text-decoration:none;
}
#header a:hover, #header a:active, #header a:focus {
	text-decoration:underline;
}
#header a#selected, #header a#selected:visited {
	color:#4e2020;
	padding:0 4px;
	font-weight:bold;
	text-decoration:none;
}
#header a#selected:hover, #header a#selected:active, #header a#selected:focus {
	color:#4e2020;
	text-decoration:underline;
}

/*====== TOPMENU ======*/

#topmenu {
	width:660px;
	display:block;
	background:none;
	padding-top:3px;
	clear:both;
	text-align:left;
	margin:0 auto;
}
#topmenu a {
	display:inline;
	width:162px;
	height:162px;
	margin:0;
	padding:0;
	border:0;
}
#topmenu img {
	display:inline;
	border:0;
	margin:0;
	padding:0;
}
#topmenu #aziendematrimoni {
	float:left;
	display:inline;
	margin-top:150px;
	margin-left:-162px;
}
#topmenu #backtoindex {
	float:left;
	margin:0 0 0 1px;
}

/*====== LEFTMENU ======*/

#leftmenu {
	position:absolute;
	margin:0 0 0 11px;
	padding:0;
	top:382px;
	list-style-type:none;
	z-index:10;
	width:140px;
	line-height: 115%;
	z-index:1;
}
#leftmenu li {
	margin-left:16px;
}
#leftmenu #prima {
	margin-left:0;
	color:#4e2020;
	font-weight:bold;
}
#leftmenu li a, ul#leftmenu li a:visited {
	color:#333;
	text-decoration:none;
}
#leftmenu li a:hover, ul#leftmenu li a:active {
	color:#4e2020;
	font-weight:bold;
}
#leftmenu li ul {
	list-style:none;
	display:none;
}
#leftmenu li#selected a, ul#leftmenu li#selected a:visited, ul#leftmenu li#selected a:hover, ul#leftmenu li#selected a:active {
	color:#4e2020;
	font-weight:bold;
}
ul#leftmenu #selected ul {
	display:block;
	margin:0;
	padding:0;
}
ul#leftmenu #selected ul li a, ul#leftmenu #selected ul li a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
ul#leftmenu #selected ul li a:hover, ul#leftmenu #selected ul li a:active {
	color:#4e2020;
	text-decoration:none;
	font-weight:bold;
}
ul#leftmenu #selected #subselected a, ul#leftmenuu #selected #subselected a:visited, ul#leftmenu #selected #subselected a:hover, ul#leftmenu #selected #subselected a:active {
	color:#4e2020;
	font-weight:bold;
}
