.RadPanelbar_Default
{
	background:#f5f5f5;	
}

.RadPanelbar_Default .expandable .text
{
	background-image: url("Img/arrow-right.gif");
	background-position:center right;
	background-repeat:no-repeat;
	background-color:Transparent;			
}

.RadPanelbar_Default .expanded .text
{
	background-image: url("Img/arrow-down.gif");
	background-position:center right;
	background-repeat:no-repeat;
	background-color:Transparent;
}


/* ------------------------------ MENU NÍVEL 0 ------------------------------ */
.RadPanelbar_Default .rootGroup
{	
	background-color:#b3b4b5;
	line-height:24px;
}

.RadPanelbar_Default .rootGroup .link:hover .text
{
	background-color:#f8a000;	
	color:#ffffff;	
}

.RadPanelbar_Default .rootGroup .text
{
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #ffffff;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;	
	color:#5c5c5c;
}
.RadPanelbar_Vista .rootGroup .link:hover .text,
.RadPanelbar_Vista .rootGroup .selected .text
{
	width:100%;
}
/* ------------------------------ FIM DE MENU NÍVEL 0 ------------------------------ */

/* ------------------------------ MENU NÍVEL 1 ------------------------------------- */

.RadPanelbar_Default .group
{	
	background-color:#f5f5f5;
	line-height:20px;
}

.RadPanelbar_Default .group .link:hover .text
{
	background-color:#f8a000;	
	color:#ffffff;
}

.RadPanelbar_Default .group .text
{
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #ffffff;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;	
	color:#9c9c9c;
}
.RadPanelbar_Vista .group .link:hover .text,
.RadPanelbar_Vista .group .selected .text
{
	width:100%;
}

/* ------------------------------ FIM DE MENU NÍVEL 1 ------------------------------ */


/* ------------------------------ MENU NÍVEL 2 ------------------------------------- */

.RadPanelbar_Default .level2
{	
	background-color:#ffffff;
	line-height:20px;
}

.RadPanelbar_Default .level2 .link:hover .text
{
	background-color:#ffffff;	
	color:#f8a000;
}

.RadPanelbar_Default .level2 .text
{
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #f2f3f4;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:normal;	
	color:#7c7c7c;
}
.RadPanelbar_Vista .group .link:hover .text,
.RadPanelbar_Vista .group .selected .text
{
	width:100%;
}

/* ------------------------------ FIM DE MENU NÍVEL 2 ------------------------------ */





