.panelbar
{
	width: 200px ! important;
}

.RadPanelbar_hcp
{
	padding: 20px 0;
	margin-bottom: 12px;
}

.RadPanelbar_hcp .rootGroup
{
	padding: 0;
}

.RadPanelbar_hcp_rtl .rootGroup
{
	padding: 0;
	text-align: right;
}


.RadPanelbar_hcp .link
{
	color:#4d93be;
	overflow-x: hidden;
	text-decoration: underline;
}

.RadPanelbar_hcp .text:before
{
	/* content: "> ";
	color: #e36f1e; */
}

.RadPanelbar_hcp .link:hover
{
	color:#4d93be;
	overflow-x: hidden;
	text-decoration: none;	
}

.RadPanelbar_hcp .text
{
	margin-right: 7px;
	overflow-x: hidden;
}

.RadPanelbar_hcp_rtl .text
{
	margin-left: 7px;
	margin-right: 0;
}

.RadPanelbar_hcp .expandable .text
{
	font-weight: bold;
	background: #f6f6ed url("Img/icon_plus.gif") no-repeat 0% 50% ! important;
}

.RadPanelbar_hcp .expanded .text
{
	font-weight: bold;
	background: #f6f6ed url("Img/icon_minus.gif") no-repeat 0% 50% ! important;
}

.RadPanelbar_hcp .group .expanded .text,
.RadPanelbar_hcp .group .expandable .text
{
}

.RadPanelbar_hcp_rtl .expandable .text
{

}

.RadPanelbar_hcp_rtl .expanded .text
{

}

.RadPanelbar_hcp_rtl .group .expanded .text,
.RadPanelbar_hcp_rtl .group .expandable .text
{

}

.RadPanelbar_hcp .group
{
	overflow-x: hidden;
	overflow-y: auto;
	/* display: block; */
	width: auto ! important;
	font: 7px verdana, arial, helvetica, Sans-serif;
	color: #ccc;
}

.RadPanelbar_hcp .slide
{
	/* overflow-x: hidden; */
	overflow: visible ! important;
	scroll: none ! important;
	/* display:block; */
	padding-bottom:6px;
}

.RadPanelbar_hcp .group .link
{
	text-decoration: underline;
}
.RadPanelbar_hcp .group .link:hover
{
	text-decoration: none;
}

.RadPanelbar_hcp .level1 .link.first
{

}

.RadPanelbar_hcp .level1 .link .item.first
{

}

.RadPanelbar_hcp .last .link
{
	border-bottom: 0;
}

.RadPanelbar_hcp .rootGroup .text
{
	font: bold 10px verdana, arial, helvetica, Sans-serif;
	padding: 3px 7px 3px 10px;
	background: #f6f6ed url("Img/icon_minus.gif") no-repeat 0% 50%;
}

.RadPanelbar_hcp_rtl .rootGroup .text
{
	padding: 3px 0px 3px 7px;
}

.RadPanelbar_hcp .group .text
{
	/* padding: 2px 7px 2px 0; */
	font-weight: normal;
	background: none;
}

.RadPanelbar_hcp_rtl .rootGroup .text
{
	/* padding: 2px 0 2px 7px; */
}

.RadPanelbar_hcp .level1
{
}

.RadPanelbar_hcp .level1 .customFocus
{
	/* background: #f6f6ed url("Img/chev.gif") no-repeat 15px 6px; */
}

.RadPanelbar_hcp .level1 .customFocus:hover
{
	/* background: #d7e4ef url("Img/chev.gif") no-repeat 15px 6px; */
}

.RadPanelbar_hcp .level1 .item
{
	/* background: #f6f6ed url("Img/chev.gif") no-repeat 15px 6px; */
	background: #f6f6ed url("Img/bullet.gif") no-repeat 23px 1.25em ! important;
	display: list-item;
	list-style: none ! important;
	border-bottom: 0px none;
	padding-left: 35px;
	margin-right:0;	
}
.RadPanelbar_hcp .level1 .item:hover
{
	/* background: #f6f6ed url("Img/chev.gif") no-repeat 15px 6px; */
	border-bottom: 0px none;
	margin-right:0;
}

.RadPanelbar_hcp .customFocus
{
	/* background: #f6f6ed url("Img/chev.gif") no-repeat 0 6px; */
}

.RadPanelbar_hcp .customFocus:hover
{
	/* background: #f6f6ed url("Img/chev.gif") no-repeat 0 6px; */
}

.RadPanelbar_hcp .item
{
	background: #f6f6ed;
	border-bottom: 1px solid #d5d5b4;
	margin-right: 7px;
	padding:2px 0;
}


.RadPanelbar_hcp .item:hover
{
	background: #f6f6ed;
	border-bottom: 1px solid #d5d5b4;
	margin-right: 7px;
}

.RadPanelbar_hcp .level1 .text
{
	padding-left:0;
	padding-bottom:0;
}
.RadPanelbar_hcp_rtl .level1 .text
{
	padding-right:0;
	padding-left: 0;
	padding-bottom:0;
}

.RadPanelbar_hcp .level2, .RadPanelbar_hcp_rtl .level2
{
	display:none !important;
}

.RadPanelbar_hcp .level3, .RadPanelbar_hcp_rtl .level3
{
	display:none !important;
}

/* these should be checked */

.RadPanelbar_hcp .selected .text
{
	font-weight: bold;
	color: #8e9a44;
}

.RadPanelbar_hcp .selected
{
	text-decoration: none ! important;
}

.RadPanelbar_hcp .disabled .text
{
	cursor: default;
	color: #bbb;
}

.RadPanelbar_hcp .rootGroup .disabled:hover
{
	cursor: default;
	text-decoration: none;
}

.RadPanelbar_hcp .group .disabled:hover
{
	cursor: default;
	text-decoration: none;
}
