
div#menuCatalogo{
	height: 100%;
	margin-bottom: 10px;
	padding: 0;
	color: #867B6A;
}

div#menuCatalogo h3{
	line-height: 24px;
	padding-left: 13px;
	color: #867B6A;
	font-size: 100%;
	background:  url(../images/menu_sinistra_cat_bg.png)  no-repeat top;
	font-weight: normal;
}

div#menuCatalogo h3:hover{
	display: block;
	background-position: 0 -24px;
}

div#menuCatalogo ul,div#menuCatalogo li{
}

div#menuCatalogo a{
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	background: url(../images/menu_sinistra_link_bg.png) no-repeat top;
	color: #867B6A;
	font-size: 11px;
}

div#menuCatalogo a:hover{
	text-decoration: none;
	background: url(../images/menu_sinistra_link_bg.png) no-repeat bottom;
	color: #FFF;
}

div#menuCatalogo ul {
	height: 100%;
}

div#menuCatalogo ul ul {
	height: 100%;
}

/* ************************************************************************ */

.menuLaterale{
	height: 100%;
	margin-bottom: 10px;
	padding: 0;
	color: #867B6A;
}

/*
.menuLaterale h3 a, .menuLaterale h3 a:visited/{
	display: block;
	line-height: 24px;
	padding-left: 13px;
	color: #867B6A;
	font-size: 100%;
	font-weight: normal;
	background:  url(../images/menu_sinistra_cat_bg.png)  no-repeat top;
	font-weight: normal;
}

.menuLaterale h3 a:hover{
	font-size: 100%;
	background:  url(../images/menu_sinistra_cat_bg.png)  no-repeat 0 -24px;
	text-decoration: none;
}
*/

.menuLaterale ul ul a, .menuLaterale ul ul a:visited{
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	background: url(../images/menu_sinistra_link_bg.png) no-repeat top;
	color: #867B6A;
	font-size: 100%;
}

.menuLaterale ul ul a:hover{
	text-decoration: none;
	background: url(../images/menu_sinistra_link_bg.png) no-repeat 0 -24px;
	color: #867B6A;
}

.menuLaterale ul {
	height: 100%;
}

.menuLaterale ul ul {
	height: 100%;
}

