/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	color: #FFFF99;
	vertical-align: middle;
}

.dtree a {
	color: #FF9900;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF9900;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color:#F8F8F8;
	font-weight:bold;
}

.dtree .clip {
	overflow: hidden;
}

.categorie_menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.sottocategorie_menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#333;
}
