	/* r.a.d.menu Plain skin */

.RadMenu_PianoSociale .item
{
	float:none;
}

.RadMenu_PianoSociale_Context
{
	background: none;
	border:0;
}

.RadMenu_PianoSociale .link
{
	width:180px;
	line-height: 31px;
	text-decoration:none;
	color: #333333;
}
.RadMenu_PianoSociale .slide .link
{
	width:auto;
}
.RadMenu_PianoSociale .slide .text
{
	padding-right:5px;
}

.RadMenu_PianoSociale .link:hover,
.RadMenu_PianoSociale .focused,
.RadMenu_PianoSociale .expanded
{
	color: #5ba546;
	cursor:pointer;
	
}

.RadMenu_PianoSociale .text
{
	padding-left: 40px;
	background-color:#fff;
	border-bottom:solid 1px #5ba546;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.RadMenu_PianoSociale .slide .text
{
	padding-left:3px;
}

.RadMenu_PianoSociale .group
{
	border: solid 1px #5ba546;
	border-bottom: none;
}

.RadMenu_PianoSociale .group .link,
.RadMenu_PianoSociale .group .visited
{
	background: #fff;
	border-bottom: none 1px #5ba546;
	text-align: left;
}

.RadMenu_PianoSociale .group .link:hover,
.RadMenu_PianoSociale .group .focused,
.RadMenu_PianoSociale .group .expanded
{
	color:#333333;
	background-color:#f1f1f1;
}

.RadMenu_PianoSociale .leftArrow,
.RadMenu_PianoSociale .rightArrow,
.RadMenu_PianoSociale .topArrow,
.RadMenu_PianoSociale .bottomArrow,
.RadMenu_PianoSociale .leftArrowDisabled,
.RadMenu_PianoSociale .rightArrowDisabled,
.RadMenu_PianoSociale .topArrowDisabled,
.RadMenu_PianoSociale .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_PianoSociale .topArrow,
.RadMenu_PianoSociale .topArrowDisabled
{
	background-image:url('img/top.gif');
	
}

.RadMenu_PianoSociale .bottomArrow,
.RadMenu_PianoSociale .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	
}

.RadMenu_PianoSociale .rightArrow,
.RadMenu_PianoSociale .leftArrow
{
	height:100%;
}

.RadMenu_PianoSociale .rightArrow,
.RadMenu_PianoSociale .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_PianoSociale .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_PianoSociale .expandLeft,
.RadMenu_PianoSociale .expandRight
{
	background: #fff url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_PianoSociale_rtl .expandLeft,
.RadMenu_PianoSociale_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_PianoSociale .link:hover .expandLeft,
.RadMenu_PianoSociale .link:hover .expandRight,
.RadMenu_PianoSociale .focused .expandLeft,
.RadMenu_PianoSociale .focused .expandRight,
.RadMenu_PianoSociale .expanded .expandLeft,
.RadMenu_PianoSociale .expanded .expandRight
{
	background:#fff url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_PianoSociale_rtl .link:hover .expandLeft,
.RadMenu_PianoSociale_rtl .link:hover .expandRight,
.RadMenu_PianoSociale_rtl .focused .expandLeft,
.RadMenu_PianoSociale_rtl .focused .expandRight,
.RadMenu_PianoSociale_rtl .expanded .expandLeft,
.RadMenu_PianoSociale_rtl .expanded .expandRight
{
	background:#fff url(img/groupImageRTL.gif) left center no-repeat;
}
