/*
Menu a cascata
*/
.jsdomenudiv {
	background-color: #ED8D37;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #8A867A;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 15px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #FAA356;
	border: 1px solid #316AC5;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 15px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(office_xp_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(office_xp_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
	padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #F7C74B;
	background-image: url(office_xp_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px outset;
	cursor: default;
padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 5px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 1px;
}
/* COLORE SFONDO */
.jsdomenubaritem {
	background-color: #F7C74B;
	border: none;
	color: #030303;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 10px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #FAA356;/* Colore menu cima quando si clicca */
	border: 1px solid #FAA356;
	color: #FFFFFF;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 9px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #F7C74B;
	border: 1px solid #8A867A;
	color: #FFFFFF;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 19px;
	padding-right: 9px;
	padding-top: 5px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}