.RadTabStrip_Sezioni
{
	
}

.RadTabStrip_Sezioni .levelwrap
{
	
}

.RadTabStrip_Sezioni  .levelwrap .level2
{
	border-bottom:0;
}

.RadTabStrip_Sezioni .level1 li a
{
	padding-left: 9px;
	background:transparent url('img/tabLeftFirstOff.gif') 0px 0px no-repeat;
	margin-right:2px;
	color:#e0b9c4;
	text-decoration:none;
}

.RadTabStrip_Sezioni .level1 li.last a,
.RadTabStrip_Sezioni .level1 li.break a
{
	margin-right:0;
}


.RadTabStrip_Sezioni .level1 li a .wrap
{
	padding-right: 9px;
	background:transparent url('img/tabRightLastOff.gif') right 0px no-repeat;
}

.RadTabStrip_Sezioni .level1 li a:hover
{
	color: #fff;
}

.RadTabStrip_Sezioni .level1 li a .innerWrap
{
	height:19px;
	background-color:#4e0018;
	text-align:center;
	padding-top:2px;
	padding-left:2px;
}

.RadTabStrip_Sezioni .level1 li a.selected
{
	padding-top: 0px;
	font-weight:bold;
	background: transparent url('img/tabLeftFirstOn.gif') 0px 0px no-repeat;
	color:#fff;
}

.RadTabStrip_Sezioni .level1 li a.selected .wrap
{
	background-image:url('img/tabRightLastOn.gif');
	color: #fff;
}

.RadTabStrip_Sezioni .level1 li a.selected .innerWrap
{
	background-color:#4e0018;
}



.RadTabStrip_Sezioni .level2 ul
{
	background-color:#4e0018;
	height:22px;
}

.RadTabStrip_Sezioni .level2 li a
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.RadTabStrip_Sezioni .level2 li a:hover
{
	color: #fff;
	text-decoration: underline;
}

 .RadTabStrip_Sezioni .level2 li a.selected
{
	color: #fff;
	text-decoration: underline;
}

.RadTabStrip_Sezioni li a.disabled,
.RadTabStrip_Sezioni li a.disabled .wrap,
.RadTabStrip_Sezioni li a.disabled .innerWrap
{
	cursor:default;
	text-decoration:line-through;
}

.RadTabStrip_Sezioni li a.red,
.RadTabStrip_Sezioni li a.red .wrap,
.RadTabStrip_Sezioni li a.red .innerWrap
{
	color:Red;
}

/* scrolling arrows */

.RadTabStrip_Sezioni .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_Sezioni .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}



.RadTabStrip_Sezioni .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_Sezioni .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
