/* RadMenu Default skin */

.RadMenu_MINIregolamento
{
}

.RadMenu_MINIregolamento .link
{
	text-decoration:none;
	line-height: 12px;
	background-color: Black; 
	border-right: 1px solid #434343;
}

.RadMenu_MINIregolamento .link:hover,
.RadMenu_MINIregolamento .focused,
.RadMenu_MINIregolamento .expanded
{
	color: black;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_MINIregolamento .text
{
	font-size: 10px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9A9A9;
}

.RadMenu_MINIregolamento .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_MINIregolamento .group .link
{
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .MINIregolamento .group .link
{
    width: 120px;
}

.RadMenu_MINIregolamento .group .link
{
	text-align: right;
}

.RadMenu_MINIregolamento .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_MINIregolamento_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_MINIregolamento .group .link:hover,
.RadMenu_MINIregolamento .group .focused,
.RadMenu_MINIregolamento .group .expanded
{
	background: #c8f415 url('img/menuItemHover.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_MINIregolamento .leftArrow,
.RadMenu_MINIregolamento .rightArrow,
.RadMenu_MINIregolamento .topArrow,
.RadMenu_MINIregolamento .bottomArrow,
.RadMenu_MINIregolamento .leftArrowDisabled,
.RadMenu_MINIregolamento .rightArrowDisabled,
.RadMenu_MINIregolamento .topArrowDisabled,
.RadMenu_MINIregolamento .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_MINIregolamento .topArrow,
.RadMenu_MINIregolamento .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MINIregolamento .bottomArrow,
.RadMenu_MINIregolamento .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MINIregolamento .rightArrow,
.RadMenu_MINIregolamento .leftArrow
{
	height:100%;
}

.RadMenu_MINIregolamento .rightArrow,
.RadMenu_MINIregolamento .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MINIregolamento .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_MINIregolamento .expandLeft,
.RadMenu_MINIregolamento .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_MINIregolamento_rtl .expandLeft,
.RadMenu_MINIregolamento_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MINIregolamento .link:hover .expandLeft,
.RadMenu_MINIregolamento .link:hover .expandRight,
.RadMenu_MINIregolamento .focused .expandLeft,
.RadMenu_MINIregolamento .focused .expandRight,
.RadMenu_MINIregolamento .expanded .expandLeft,
.RadMenu_MINIregolamento .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MINIregolamento_rtl .link:hover .expandLeft,
.RadMenu_MINIregolamento_rtl .link:hover .expandRight,
.RadMenu_MINIregolamento_rtl .focused .expandLeft,
.RadMenu_MINIregolamento_rtl .focused .expandRight,
.RadMenu_MINIregolamento_rtl .expanded .expandLeft,
.RadMenu_MINIregolamento_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}