/*************************************************************************/
/* DPADM RAD PanelBarMenu                                                */
/*************************************************************************/

.DPADM_Panelbar {
	background: none;
	background-color: #3a79b8;
	white-space:normal !important;
	border-bottom: dotted 1px #c2c2c2;
}

.DPADM_Panelbar .rootGroup {
	padding: 0px;
	border: 0px; /*border around the menu*/
	border-top: dotted 1px #c2c2c2; /*dot line on top of the menu*/
	background: none;
	background-color: #3a79b8;
}

.DPADM_Panelbar .text {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	border: 0px;	
}

.DPADM_Panelbar .image {
	display: none;
}

.DPADM_Panelbar .rootGroup .text {
	color: #fff;
	border: 0px;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	line-height: 17px;	
	padding-left: 10px;
	padding-right: 3px;
	background: none;
	background-color: #3a79b8;
}

.DPADM_Panelbar .rootGroup .link, 
.DPADM_Panelbar .rootGroup .link:active, 
.DPADM_Panelbar .rootGroup .link:visited {
	color: #fff;
	padding: 0px;
	background: none;
	background-color: #3a79b8;	
}

.DPADM_Panelbar .rootGroup .link:hover {
	color: #fbb95b;	
	text-decoration: none;
}

.DPADM_Panelbar .rootGroup .expanded /*main menu item (the one that has child item) selected*/
{
	background: none;
	background-color: #3a79b8;	
}

.DPADM_Panelbar .rootGroup .expanded .text
{
	font-weight: bold;
	background: none;
	background-color: #3a79b8; 
}

.DPADM_Panelbar .rootGroup .selected .text
{
	font-weight: bold;	
	background-color: #3a79b8;
	border: 0px;
}

/*Menu items level 2*/
.DPADM_Panelbar .group .text {
	color: #0b4276;
	font-weight: normal;
	padding-left: 20px;	
	border: 0px;
	border-bottom: solid 1px #fff;
	background: none;
	background-color: #d1dce6;	
}

.DPADM_Panelbar .group .link
{	
	background-color: #d1dce6;
}

.DPADM_Panelbar .group .expanded
{
	text-decoration: none;
	border: 0px;
	background-color: #d1dce6;
}



.DPADM_Panelbar .group .selected .text
{
	font-weight: normal;
	color: #0b4276;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	background: url(images/arrow-red.gif) no-repeat 11px;
	background-color: #d1dce6;
}

.DPADM_Panelbar .group .expanded .text {
	color: #fff;
	background: url(images/arrow-red.gif) no-repeat 11px;
	background-color: #5999d9; /*main menu 2nd level selected*/	
}

.DPADM_Panelbar .level2 .text
{
	color: #0b4276; 
	text-align: left;
	line-height: 17px;
	padding-left: 30px;

}

.DPADM_Panelbar .level2 .expanded .text {
	color: #0b4276;
	font-weight: normal;
	border-bottom: solid 1px #fff;
	background: url(images/arrow-red.gif) no-repeat 20px;
	background-color: #d1dce6;
}
	.RadPanelbar_Default .level2 .selected .text {
		color: #0b4276;		
		background: url(images/arrow-red.gif) no-repeat 20px;
		background-color: #d1dce6;
	}

.RadPanelbar_Default .level3 .text {
	color: #226eb4;
	padding-left: 40px;
	background-color: #e6edf4;
}

	.RadPanelbar_Default .level3 .selected .text {
		color: #226eb4;
		padding-left: 40px;		
		background: url(images/arrow-red.gif) no-repeat 30px;
		background-color: #e6edf4;
	}
	
.DPADM_Panelbar .rootGroup .disabled:hover,
.DPADM_Panelbar .rootGroup .disabled .text
{
	cursor: default;
}

.DPADM_Panelbar .rootGroup .group .disabled:hover,
.DPADM_Panelbar .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	cursor: default;
}

.panelitemHidden {
	display: none;
}


