#root-menu-div ul {
	border: 1px solid #e7ba64;
	/*font-family: Verdana, Arial, Helvetica, Sans Serif;*/
/* 	font-weight: bold; */
}
#root-menu-div li{
	white-space: nowrap;
	font-size: 0.9em;
}
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}
ul.menu {
	background-color: #303c23;  /* menu */
	list-style: none;
	font-size: 1.0em; 
	color: #fff; 
/* 	height: 20px;  */
	margin: 0 0 0 0px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#root-menu-div ul {
	background-color: #303c23;
	list-style: none;
	font-size: 1.1em; 
	color: #000;
	margin-left: 22px;
	padding: 0;
	text-transform: uppercase;
}

li.menu-separator.active{
	background-color: transparent;
}
li.active {
/*	background-color: #dcddde; /* voce evidenziata menu */
	color: #e7ba64;
}
ul.menu a {
	text-decoration: none;
	color: #fff;
}
ul.menu a:hover {
	text-decoration: none;
	color: #e7ba64;
}
.activetarget{
/* 	background-color: #644b8c; /* barra menu evidenziata */
/* 	color: white; */
	cursor: pointer;
	height: 17px;
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
/* 	padding: 3px 20px; */
	padding: 1px 17px 0 22px;
	margin: 0;
	background: url('../../../imgs/bullet.png') no-repeat;
	background-position: 0 0;
	height: 17px;
}
li.menumain:hover, li.menumain.selected {
/* 	background: url('../imgs/bullet.png') no-repeat; */
	background-position: 0 -17px;
	color: #fff;
}

div.menu-item {
	padding: 0px 10px 1px 4px;
	height: 1.5em; /* fixes problem in ie6 */
	cursor: pointer;
	text-align: left;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 6px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}

/*li.red {
	color: red;
}
li.blue {
	color: blue;
}*/

div.menu-item a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 3px;
}

div.menu-item a:hover{
	color: #e7ba64;
}

/*.mainmenu {font-size: 1.1em; color: #000; height: 45px; text-transform: uppercase;}
ul.mainmenu { list-style: none;margin: 0;padding: 0;}
ul.mainmenu li { display: inline; margin-right: 3.5em;}
ul.mainmenu a {padding: 0 0 2px 20px; margin: 0;text-decoration:none;color: #000;background: url('../imgs/bullet.png') no-repeat; background-position: 0 0;}
ul.mainmenu a:hover {background: url('../imgs/bullet.png') no-repeat; background-position: 0 -17px;}
ul.mainmenu a.selected {color: #0066cc;}*/

