.RadPanelbar_RedHot
{
	background: #fff url("Img/background.png") no-repeat top left;
	padding-left:15px;
	padding-top:45px;
	min-height:224px;
	*height:224px;
	width:auto !important;
}

.RadPanelbar_RedHot ul.rootGroup
{
	
	width:196px;
}

.RadPanelbar_RedHot_rtl .rootGroup
{
	padding: 20px 28px 28px 36px;
	text-align: right;
}

.RadPanelbar_RedHot .link
{
	border-bottom: 1px solid #bfbfbf;
	overflow-x: hidden;
}

.RadPanelbar_RedHot .link:hover
{
	border-bottom-color: #fff;
}

.RadPanelbar_RedHot .text
{
	margin-right: 7px;
	overflow-x: hidden;
}

.RadPanelbar_RedHot_rtl .text
{
	margin-left: 7px;
	margin-right: 0;
}

.RadPanelbar_RedHot .expandable .text
{
	background: transparent url("Img/arrow-right.gif") no-repeat right 9px;
}

.RadPanelbar_RedHot .expanded .text
{
	background: transparent url("Img/arrow-down.gif") no-repeat right 9px;
}

.RadPanelbar_RedHot .group .expanded .text,
.RadPanelbar_RedHot .group .expandable .text
{
	background-position: right 5px;
}

.RadPanelbar_RedHot_rtl .expandable .text
{
	background: transparent url("Img/arrow-right.gif") no-repeat left 9px;
}

.RadPanelbar_RedHot_rtl .expanded .text
{
	background: transparent url("Img/arrow-down.gif") no-repeat left 9px;
}

.RadPanelbar_RedHot_rtl .group .expanded .text,
.RadPanelbar_RedHot_rtl .group .expandable .text
{
	background-position: left 5px;
}

.RadPanelbar_RedHot .group
{
	overflow-x: hidden;
	overflow-y: auto;
}

.RadPanelbar_RedHot .group .link,
.RadPanelbar_RedHot .group .last .link
{
	border-bottom-color: #626262
}

.RadPanelbar_RedHot .level1 .link.first
{
	border-top: 1px solid #bfbfbf;
}

.RadPanelbar_RedHot .level1 .link .item.first
{
	border-top: 1px solid #626262;
}

.RadPanelbar_RedHot .last .link
{
	border-bottom: 0;
}

.RadPanelbar_RedHot .rootGroup .text
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #9C0000;
	padding: 5px 7px 5px 3px;
}

.RadPanelbar_RedHot_rtl .rootGroup .text
{
	padding: 5px 3px 5px 7px;
}

.RadPanelbar_RedHot .group .text
{
	font-size: 11px;
	padding: 2px 7px 2px 0;
}

.RadPanelbar_RedHot_rtl .rootGroup .text
{
	padding: 2px 0 2px 7px;
}

.RadPanelbar_RedHot .level1 .text
{
	padding-left: 10px;
}

.RadPanelbar_RedHot .level2 .text
{
	padding-left: 20px;
}

.RadPanelbar_RedHot .level3 .text
{
	padding-left: 30px;
}

.RadPanelbar_RedHot_rtl .level1 .text
{
	padding-right: 10px;
	padding-left: 0;
}

.RadPanelbar_RedHot_rtl .level2 .text
{
	padding-right: 20px;
	padding-left: 0;
}

.RadPanelbar_RedHot_rtl .level3 .text
{
	padding-right: 30px;
	padding-left: 0;
}

/* these should be checked */

.RadPanelbar_RedHot .selected .text
{
	font-weight: bold;
}

.RadPanelbar_RedHot .disabled .text
{
	cursor: default;
	color: #bbb;
}

.RadPanelbar_RedHot .rootGroup .disabled:hover
{
	border-bottom-color: #9C0000;
	cursor: default;
	text-decoration: none;
}

.RadPanelbar_RedHot .group .disabled:hover
{
	border-bottom: 1px solid #9C0000;
	cursor: default;
	text-decoration: none;
}