.RadPanelbar_Custom1
{
}

.RadPanelbar_Custom1 .header
{
	color: #444444;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	background: url(/SiteFiles/Layout/Divider.gif) left bottom no-repeat;
	cursor: hand;
	cursor: pointer;
	width:183px;
	height:30px;
	padding-right: 6px;
	text-align:right;
	
}
.RadPanelbar_Custom1 .header .collapsed
{	

}
.RadPanelbar_Custom1 .header .collapsedhover
{
	background: url(/SiteFiles/Layout/Divider.gif) left bottom no-repeat;
	background-color: #DDDDDD;
	color:#a51c01;
}
.RadPanelbar_Custom1  .header .expanded 
{
}
.RadPanelbar_Custom1  .header .expandedhover
{
	background: url(/SiteFiles/Layout/Divider.gif) left bottom no-repeat;
	background-color: #DDDDDD;
	color:#a51c01;
}
.RadPanelbar_Custom1 .header .selected 
{
}
.RadPanelbar_Custom1 .header .disabled
{
}

.RadPanelbar_Custom1 .item 
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
	padding-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:right;
	border-bottom:1px solid #AAAAAA;
}
.RadPanelbar_Custom1 .item .collapsed 
{
}
.RadPanelbar_Custom1 .item .collapsedhover
{
	background-color: #CCCCCC;
	color:#a51c01;
}
.RadPanelbar_Custom1 .item .expanded 
{
	background-color: #CCCCCC;
	color:#a51c01;
}
.RadPanelbar_Custom1 .item .expandedhover
{
}
.RadPanelbar_Custom1 .item .selected 
{
}
.RadPanelbar_Custom1 .item .disabled
{
}
