﻿/*
	-------------------------------------------
		Contenitore menù
   	-------------------------------------------
*/
.XMenu-Container {
	margin: 0px;
	/*background-image: url('../../images/bg-globalmenu.gif');*/
	background-color:#ECF2F7;
	padding: 0px;
	width: 241px;
	margin-top: 1px;
}
/*
	-------------------------------------------
		Linea di separazione per ogni item
   	-------------------------------------------
*/
.XMenu-ItemSeparator
{
	background-color: #ffffff;
	height: 1px;
}
/*
	-------------------------------------------
		Level Menu (1)
   	-------------------------------------------
*/
.XMenu-ItemLevel1
{
	cursor: hand;
	padding-left: 17px;
	padding-top: 4px;
    *min-height: 21px;
    display: none;
}
.XMenu-ItemLevel1-Selected
{
	cursor: hand;
	background-color: #C90039;
	padding-left: 17px;
	padding-top: 4px;
    *min-height: 21px;
    display: none;
}
.XMenu-ItemImageLevel1
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
}
.XMenu-ItemImageLevel1-Selected
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
}
.XMenu-ItemTextLevel1
{	
	color: #C90039;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.XMenu-ItemTextLevel1-Selected
{
	color: #C90039;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
/*
	-------------------------------------------
		Level Menu (2)
   	-------------------------------------------
*/
.XMenu-ItemLevel2
{
	cursor: hand;
	padding: 2px 2px 2px 17px;
	height: auto;
	line-height: 19px;
	border-bottom: 1px white solid;
}
.XMenu-ItemLevel2-Selected
{
	cursor: hand;
	padding: 2px 2px 2px 17px;
	height: auto;
	line-height: 19px;
    border-bottom: 1px white solid;
}
.XMenu-ItemImageLevel2
{
	display: none;
	text-align: center;
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 0;
	*min-height: 21px;
	float: left;
}
.XMenu-ItemImageLevel2-Selected

{
	display: none;
	text-align: center;
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 0;
	*min-height: 21px;
	float: left;
}
.XMenu-ItemTextLevel2
{	
	color: #003559;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    /*float: left;*/
}
.XMenu-ItemTextLevel2-Selected
{	
	color: #C90039;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    /*float: left;*/
}
/*
	-------------------------------------------
		Level Menu (3)
   	-------------------------------------------
*/
.XMenu-ItemLevel3
{
	cursor: hand;
	padding: 2px 5px 2px 24px;
	height: auto;
	line-height: 19px;
	border-bottom: 1px white solid;
}
.XMenu-ItemLevel3-Selected
{
	cursor: hand;
	padding: 2px 5px 2px 24px;
	height: auto;
	line-height: 19px;
	border-bottom: 1px white solid;
}
.XMenu-ItemImageLevel3
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
	display: none;
}
.XMenu-ItemImageLevel3-Selected
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
	display: none;
}
.XMenu-ItemTextLevel3
{	
	color: #003559;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.XMenu-ItemTextLevel3-Selected
{	
	color: #C90039;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;

}

/*
	-------------------------------------------
		Level Menu (4)
   	-------------------------------------------
*/
.XMenu-ItemLevel4
{
	cursor: hand;
	padding: 2px 5px 2px 32px;
	height: auto;
	line-height: 19px;
	border-bottom: 1px white solid;
}
.XMenu-ItemLevel4-Selected
{
	cursor: hand;
	padding: 2px 5px 2px 32px;
	height: auto;
	line-height: 19px;
	border-bottom: 1px white solid;
}
.XMenu-ItemImageLevel4
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
	display: none;
}
.XMenu-ItemImageLevel4-Selected
{
	margin: 0px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	*min-height: 21px;
	display: none;
}
.XMenu-ItemTextLevel4
{	
	color: #003559;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.XMenu-ItemTextLevel4-Selected
{	
	color: #C90039;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;

}
