.element-menu {
	font-size:9px;
	margin-left:7px;
	font-family:verdana;
	color:#7C848D;
	font-weight: bold;		
}

.element-menu:hover {
	/*padding-right:-15px;*/
	padding-left:15px;
	color: black;
	text-decoration: none;
	background-color:#D4DDE7;
	background-image: url("../img/menu_background.gif");
}

.element-menu-selected-submenu{
	font-size:9px;
	font-family:verdana;	
	font-weight: bold;	
	padding-left:15px;
	color: black;
	background-color:#D4DDE7;
	background-image: url("/it/img/element_sel.gif");
}

.element-menu-selected-submenu:hover{
	text-decoration: none;	
}

.element-menu-selected{
	font-size:9px;
	font-family:verdana;	
	font-weight: bold;
	margin-left:7px;
	padding-left:15px;
	color: black;
	background-color:#D4DDE7;
	background-image: url("../img/menu_background.gif");
}

.element-menu-selected:hover{
	text-decoration: none;	
}

.main-menu {
	position:absolute;
	width:215;
	height:15;
	z-index:30;
	left: 505px;
}


.div-menu {
	position:absolute;
	width:213;
	height:15;
	z-index:30;
	left: 142px;
	background-color:##F4F6F8;			
}

.div-menu2 {
	position:absolute;
	width:213;
	height:15;
	z-index:30;
	left: 142px;
	background-color:#D4DDE7;
}


.div-menu2-sub {
	position:absolute;
	width:199;
	height:15;
	z-index:30;
	left: 142px;
	background-color:#D4DDE7;
}

.element-menu1 {
	font-size:9px;
	margin-left:7px;
	font-family:verdana;
	font-weight: bold;
	height : 25px;
	position:absolute;
	top:2px;
	padding-left:24px;
	color:#7C848D;
	background-image: url('/it/img/menuc_notsel.gif');
	background-repeat:no-repeat;
		
}
.element-menu2 {
	font-size:9px;
	margin-left:7px;
	font-family:verdana;
	font-weight: bold;
	height : 25px;	
	position:absolute;
	top:2px;
	padding-left:24px;
	color: black;	
	background-repeat:no-repeat;
	background-image: url('/it/img/menu_sel.gif');
}
