.RadPanelbar_OK
{
	background: #e0ebf9;
	width: 240px !important;
	min-width: 240px;
	max-width: 240px;
	border: 1px solid #a7a7a7;
	margin-bottom: 10px;
}

.RadPanelbar_OK .rootGroup
{
	border-bottom: 0;
}

.RadPanelbar_OK .rootGroup .text
{
	height: 24px;
	line-height: 24px;
	color: white;
	font-weight: bold;
	background-color: #3d6cc6;
	text-decoration: none;
	text-indent: 10px;
	font-size: 14px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.RadPanelbar_OK .rootGroup .selected .text
{
    font-weight: bold;
}

.RadPanelbar_OK .rootGroup .link:hover
{
    text-decoration: none;
}

.RadPanelbar_OK .text
{
	color: #0c237d;
	font: normal 12px Arial;
}

.RadPanelbar_OK .text:hover
{
    cursor: pointer;
}

.RadPanelbar_OK .selected .text
{
    font-weight: bold;
}

.RadPanelbar_OK .group
{
    overflow: hidden;
}

.RadPanelbar_OK .group .link
{
    text-decoration: none;
}

.RadPanelbar_OK .group .text
{
	height: 28px;
	border-bottom: 1px solid #a7a7a7;
	text-indent: 10px;
	color: #0c237d;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #e0ebf9;
	margin-bottom: 2px;
	text-transform: none;
	font-weight: normal;
}

.RadPanelbar_OK .group .last .link .text
{
    border-bottom: 0;
}

.RadPanelbar_OK .group .text:hover,
.RadPanelbar_OK .group .selected .text
{
    text-decoration: underline;
    background-color: #c2d6f0;
}

.RadPanelbar_OK .group .link
{
	
}

.RadPanelbar_OK .group .link .hover
{
    text-decoration: underline;
}

.RadPanelbar_OK .group .expanded
{
	background: none;
	border-bottom: 0px;		
}

.RadPanelbar_OK .group .expanded .text
{
	background-color: #f2f2f2;
}

.RadPanelbar_OK .group .expanded .text
{
	border-top:0;
	color: #000;
	background: none;
}

.RadPanelbar_OK .level1
{
	overflow-y: hidden !important;
}