.RadPanelbar_MenuPrincipale
{
	text-align:left;
	padding-left:10px;
	white-space: nowrap;
}

.RadPanelbar_MenuPrincipale .rootGroup
{
	
}

.RadPanelbar_MenuPrincipale .text
{
	font:normal 12px Georgia, Times New Roma;
	padding-left:4px;
}

.RadPanelbar_MenuPrincipale .image
{
	margin: 4px 0px;
}

.RadPanelbar_MenuPrincipale .rootGroup .text
{
	line-height: 26px;
}

.RadPanelbar_MenuPrincipale .rootGroup .link
{
	color:#fff;
}
.RadPanelbar_MenuPrincipale .rootGroup .link:hover
{
	text-decoration:underline;
}

.RadPanelbar_MenuPrincipale .group .text
{
}

.RadPanelbar_MenuPrincipale .group .link
{

}

.RadPanelbar_MenuPrincipale .group .link:hover
{
}

.RadPanelbar_MenuPrincipale .group .link .selected
{
}

.RadPanelbar_MenuPrincipale .rootGroup .selected
{
}

.RadPanelbar_MenuPrincipale .group .selected, 
.RadPanelbar_MenuPrincipale .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_MenuPrincipale .rootGroup .expanded .text
{
	font-weight: bold;
}

.RadPanelbar_MenuPrincipale .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	/*background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	border-bottom: solid 1px #ee5e23;
	color: #333;
}

.RadPanelbar_MenuPrincipale .group .expanded .text
{
	color: #000;
	/*background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	border-bottom: solid 1px #ee5e23;
	background: url('Img/BgHighLight.gif') repeat-x;
	font-weight: normal !important;
	text-decoration: none !important
}

.RadPanelbar_MenuPrincipale .level2 .text
{
	padding-left: 36px;
	line-height: 28px;
	background-color:#e7f1ff;
	border-top:solid 1px White;
}

.RadPanelbar_MenuPrincipale .level2 .selected .text
{
	font-weight: normal !important;
	border: 0px;
	/*background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	border-bottom: solid 1px #ee5e23;
	background: url('Img/BgHighLight2.gif') repeat-x;
	color: #333;
}
.RadPanelbar_MenuPrincipale .level2 .link,
.RadPanelbar_MenuPrincipale .level2 .link:hover
{
	border-bottom: none 1px #f0f2f3;
}

.RadPanelbar_MenuPrincipale .rootGroup .disabled:hover,
.RadPanelbar_MenuPrincipale .rootGroup .disabled .text
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_MenuPrincipale .rootGroup .group .disabled:hover,
.RadPanelbar_MenuPrincipale .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}

