/*** MENU PRINCIPALE ***/

div.tree-navigation {
	margin: 30px 0 0 0;
	padding: 0;
}

div.tree-voice a	        { color: #9c9c9c; }
div.tree-voice a.selected   { font-weight: bold; color: #8a8a8a; }

div.tree-navigation h2 {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    padding: 7px 0 5px 0;
    background: #ffffff url('/templates/template10/images/icon-home.jpg') 196px 3px no-repeat;
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
}
div.tree-main-struct {
	padding: 0;
	margin: 0;
}
div.tree-struct {
	margin: 1px 0 1px 8px;
	display: none;
	border-left: 1px solid #d7d7d7;
}
div.tree-voice {
	margin: 0;
	padding: 5px 0 5px 6px;
}
div.tree-voice img.with-sub {
	margin: 5px 6px 0 0;
	padding: 0;
	cursor: pointer;
	float: left;
}
div.tree-voice img.without-sub {
	margin: 5px 6px 0 0;
	padding: 0;
	float: left;
}
