/* Default r.a.d.panelbar default skin */

.RadPanelbar_Default
{
	white-space: nowrap;
	width: 223px !important;
	font: 12px Verdana, Arial, Sans-serif;
	border: solid 1px #C1BFB8;
	background-color: White;
	line-height: 30px !important;
}

.RadPanelbar_Default .text
{
	margin: 0 10px 0 10px;
	padding: 0 10px 0 0;
	text-align: right;
	background: transparent url('/images/lines.gif') repeat-x bottom;
}

.RadPanelbar_Default .group .last .text
{
	background: 0;
}

.RadPanelbar_Default .group .expandable .text
{
/*	background: transparent url("Img/expandable.gif") no-repeat 210px center; */
	background: transparent url('/images/lines.gif') repeat-x bottom;
}

.RadPanelbar_Default .image
{
	margin: 4px 0px;
}

.RadPanelbar_Default .rootGroup .expanded
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
}

.RadPanelbar_Default .rootGroup .text
{
    color: Black;
}

.RadPanelbar_Default .rootGroup .first .text
{
    border-top: 0;
}

.RadPanelbar_Default .rootGroup .link:hover .text
{
	color: black !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.RadPanelbar_Default .rootGroup .link:hover
{
	background-color: white;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Default .rootGroup .selected .text
{ 
	color: black !important;
	font-weight: bold;
}
    
.RadPanelbar_Default .group .link
{
	font-weight: normal;
}

.RadPanelbar_Default .group .expanded,
.RadPanelbar_Default .group .link:hover .expanded
{
	border-bottom: 0 !important;
	height: 30px !important;
	overflow: hidden !important;
	color: black !important;
	font-weight: bold !important;
	text-decoration: none !important;
	background: white !important; 
}

.RadPanelbar_Default .group .last .link,
.RadPanelbar_Default .group .last .link:hover
{
	border-bottom: 0;
}

.RadPanelbar_Default .group .level2 .first .link
{
	border-top: 0;
}

.RadPanelbar_Default .group .link:hover
{
	background-color: white;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Default .group .selected
{
	background: white;
	text-decoration: none;
	color: black;
}

.RadPanelbar_Default .group .expanded .text
{
	/*background: white; */
	color: black;
	background: transparent url('/images/lines.gif') repeat-x bottom;
}

.RadPanelbar_Default .group .selected .text
{ 
	color: black;
}

.RadPanelbar_Default .level2 .text
{
	line-height: 20px;
	margin-left: 20px;
	padding-left: 24px;
	color: black;
	background: white; 
}

.RadPanelbar_Default .level2
{
/*	background: white;  */
	background: transparent url('/images/lines.gif') repeat-x bottom;
}

.RadPanelbar_Default .level2 .selected .text
{
	margin-left: 20px;
	padding-left: 24px;
	font-weight: normal;
}

.RadPanelbar_Default .level2 .link,
.RadPanelbar_Default .level2 .link:hover
{
	border-bottom: 0;
}