.RadPanelbar_Crest
{
	width:225px;
}

.RadPanelbar_Crest .rootGroup
{
	border-bottom: 0;
}

.RadPanelbar_Crest .rootGroup .text
{
    background: #022b45 url('img/rootgroup.gif') no-repeat;
	color: #ffffff;
	padding-left: 30px;
	font: 14px Arial, Verdana, Sans-serif;
	font-weight: bold;
	line-height: 30px;
	width: 195px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.RadPanelbar_Crest .rootGroup .selected .text
{
	font-weight: bold;
}

.RadPanelbar_Crest .rootGroup .link:hover
{
    text-decoration: none;
}

.RadPanelbar_Crest .text
{
    
}

.RadPanelbar_Crest .text:hover
{
    color: #ffffff;
}

.RadPanelbar_Crest .selected .text
{
    color: #ffffff;
}

.RadPanelbar_Crest .group .text
{
    font-size: 12px;
    line-height: 27px;
	background: none;
	color: #626262;
    text-transform: none;
    padding: 0;
    width: 223px;
    background-color: #eaeef0;
    border: 1px solid #fce6bb;
    margin-top: 1px;
    margin-bottom: 1px;
    text-indent: 20px;
}

.RadPanelbar_Crest .group .link
{
	background: none;
}


.RadPanelbar_Crest .group .expanded
{

	border-bottom: 0px;
}

.RadPanelbar_Crest .group .selected .text
{
    color: #022b45;
    background-color: #dbe1e5;
    text-decoration: none;
    border: 1px solid #fbd898;
}

.RadPanelbar_Crest .group .text:hover, .RadPanelbar_Crest .group .text:visited
{
    color: #022b45;
    background-color: #dbe1e5;
    text-decoration: none;
    border: 1px solid #fbd898;
}

.RadPanelbar_Crest .group .expanded .text
{
	border-bottom:0;
	color: #044e8e;
    background: #e9ebed url('img/panelbar-bg.gif');
}

.RadPanelbar_Crest .group .expanded .selected .text
{
    color: #044e8e;
    text-decoration: underline;
}

.RadPanelbar_Crest .group .level2 .text
{
	background: #e9ebed;
	color: #000000;
	padding-left: 30px;
	line-height: 14px;
}

.RadPanelbar_Crest .group .level2 .selected .text
{
    text-decoration: underline;
    color: #044e8e;
}

.RadPanelbar_Crest .rootGroup .disabled:hover,
.RadPanelbar_Crest .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Crest .rootGroup .group .disabled:hover,
.RadPanelbar_Crest .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}