/* Default r.a.d.panelbar 4 SiteFinity skin */

.RadPanelbar_SiteFinity
{
	background: transparent;
	white-space: nowrap;
	padding:0 0px;
	width:186px;
}

.RadPanelbar_SiteFinity .text
{
	color: white;
	padding: 0px 15px;
	font: normal 13px Arial;
}

.RadPanelbar_SiteFinity .image
{
	margin: 4px 0px;
}

.RadPanelbar_SiteFinity .rootGroup .text
{
	line-height: 27px;
	color: White;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .rootGroup .link
{
	background: url('Img/line.png') left bottom no-repeat;
	padding-left: 0px;
}

.RadPanelbar_SiteFinity .group .text
{
	background: url('Img/Pluswhite.gif') no-repeat left center;
	color: white;
	margin-left:5px;
	line-height:20px;
}

.RadPanelbar_SiteFinity .slide
{
	background: ;
}

.RadPanelbar_SiteFinity .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_SiteFinity .group .link .selected
{
	background: url('Img/SelectBg.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .group .selected
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_SiteFinity .rootGroup .selected .text
{
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .rootGroup .expanded .text
{
	background: url('Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .group .selected .text
{
	font-weight: normal;
	background: url('Img/Plus.gif') no-repeat left center;
	color: white;
	line-height: 24px;
}

.RadPanelbar_SiteFinity .group .expanded .text
{
	color: white;
	background: url('Img/Minus.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
}

.RadPanelbar_SiteFinity .level2 .selected .text,
.RadPanelbar_SiteFinity .level2 .expanded .text
{
	background: none;
	text-decoration: underline;
}

.RadPanelbar_SiteFinity .disabled .text
{
	color: #ccc;
	cursor: default;
}
