
/* Stili per il menu del box categorie */
#catmaintree{
	background:#282828;
	height:auto;
	width:164px;
	min-width:164px;
	max-width:164px;
	border:1px solid #3b3b3b;
}
#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 {
	background:#282828;
	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{
	font-family: arial,verdana,tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	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;
	width:162px;
	min-width:162px;
	max-width:162px;
	height:28px;
	min-height:28px;
	max-height:28px;
}

ul.menuMainSection ul, ul.menuSection, ul.menuSectionActive{
	background:#282828;
	border:1px solid gray;
	display:block;
}
ul.menuMainSection a.menuItemActive,ul.menuMainSection a.menuItemActive:hover,ul.menuMainSection a.menuItemActive:visited{
	color:#ff0000;
	background:url('../../images/pws_dropdownmenu/style_0/bg-main-section-hover.gif') transparent left no-repeat;
}

ul.menuMainSection a.menuItem,ul.menuMainSection a.menuItem:hover,ul.menuMainSection a.menuItem:visited{
	color:#abdc00;
	background:url('../../images/pws_dropdownmenu/style_0/bg-main-section.gif') transparent left no-repeat;
}

ul.menuSection a.menuItemActive{
	color:#ff0000;
	background:url('../../images/pws_dropdownmenu/style_0/bg-main-section-hover.gif') transparent left no-repeat;
}
ul.menuSection a.menuItem{
	color:#abdc00;
	background:url('../../images/pws_dropdownmenu/style_0/bg-main-section.gif') transparent left no-repeat;
}
