/* 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 25px;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-shadow: #F6F6F6;
}

.RadPanelbar_SiteFinity .image
{
	margin: 4px 0px;
}

.RadPanelbar_SiteFinity .rootGroup .text
{
	line-height: 25px;
	color: White;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .rootGroup .link
{
	background: ;
	border-bottom: solid 1px #FFF;
	padding-left: 0px;
}

.RadPanelbar_SiteFinity .group .text
{
	background: url('Img/Pluswhite.gif') no-repeat left center;
	color: white;
	margin-left:10px;
	line-height:18px;
}

.RadPanelbar_SiteFinity .slide
{
	background: ;
}

.RadPanelbar_SiteFinity .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_SiteFinity .group .link .selected
{
	background: url('Img/ArrowLeft.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: 23px;
}

.RadPanelbar_SiteFinity .group .expanded .text
{
	color: white;
	background: url('Img/Minus.gif') no-repeat left center;
}

.RadPanelbar_SiteFinity .level2 .text
{
	padding-left: 20px;
	line-height: 25px;
	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;
}
a: hover
{
	color: #FFF;
	text-decoration:none;
	cursor: default;
}


