
/* Stili per il menu del box categorie */
#catmaintree{
	height:auto;
	width:164px;
	min-width:164px;
	max-width:164px;
	background:white;
	border:1px solid #aaaaaa;
}
#catmaintree dl, #catmaintree dt, #catmaintree dd, #catmaintree ul, #catmaintree li {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#catmaintree ul {
	display:none;	/* nasconde inizialmente il menu */
}
#catmaintree {
	width:100%;
	height:auto;
	/*overflow-x:hidden;*/
}
#catsubtree ul {
	padding:0 0 0 10px;
}
#catsubtree ul:hover {
	padding:0 0 0 10px;
	display:block;
}
#catmaintree li{
	white-space:nowrap;
	/* workaround per ie7: con il bordo non compare lo spazio sotto l'item selezionato*/
	border:1px solid transparent;
}

/*menu.setClassNames('menuItemActive','menuItem','menuSectionActive','menuSection','menuMainSection');*/
/* Base del Menu */
ul.menuMainSection{
	background:white;
	font-family: arial,verdana,tahoma;
	font-size:11px;
	line-height:16px;
	text-style:normal;
	width:162px;
	min-width:162px;
	max-width:162px;
	/*overflow-x:hidden;*/
}

ul.menuMainSection a,ul.menuMainSection a:hover,ul.menuMainSection a:visited{
	display:block;
	text-decoration:none;
	/*padding-left:15px;*/
	color:black;
	width:162px;
	min-width:162px;
	max-width:162px;
	height:16px;
	min-height:16px;
	max-height:16px;
}

ul.menuMainSection ul, ul.menuSection, ul.menuSectionActive{
	background:white;
	border:1px solid gray;
	display:block;
}
ul.menuMainSection a.menuItemActive{
	background:url('../../images/pws_dropdownmenu/style_1/bg-main-section-hover.gif') white left no-repeat;
}

ul.menuMainSection a.menuItem{
	background:url('../../images/pws_dropdownmenu/style_1/bg-main-section.gif') white left no-repeat;
}

ul.menuSection a.menuItemActive{
	background:url('../../images/pws_dropdownmenu/style_1/bg-sub-section-hover.gif') white left no-repeat;
}
ul.menuSection a.menuItem{
	background:url('../../images/pws_dropdownmenu/style_1/bg-sub-section.gif') white left no-repeat;
}
ul.menuSection a img {
	margin-top:4px;
	position:absolute;
	right:10px;
}

