/* telerik r.a.d.panelbar 4 participacion skin */

.RadPanelbar_participacion
{
	background-color:#FFFFFF;
	white-space: wrap;
	width:190px;
}

.RadPanelbar_participacion .rootGroup
{
	border: solid 0px;
	text-align:left;
}

.RadPanelbar_participacion .text
{
	font-family:Tahoma;
	font-size: 12px;
	color:#666666;
	padding-left:33px;	
	text-align:left;
}
.RadPanelbar_participacion .image
{
	margin: 0px 0px;
}
/* root item */
.RadPanelbar_participacion .rootGroup .text
{
	/*font-weight: bold;*/
}
/* ////////     Este es el color y los estilos de todo el menú en la raíz   \\\\\\\\\\\*/
.RadPanelbar_participacion .rootGroup .link
{
	color: #666666;
	text-decoration:none;
	background-image: url(Img/bullet_menu.jpg);
	background-repeat: no-repeat;
	background-position:10px;
	line-height:22px;	
	border-bottom:solid 1px #cccccc;
}
/*   \\\\\\\\\   El estado Hover de la Raíz   \\\\\\\\\*/
.RadPanelbar_participacion .rootGroup .link:hover
{
	text-decoration:none;
	background-image: url(Img/bullet_menu.jpg);
	background-repeat: no-repeat;
	background-position:10px;	line-height:22px;

}
/* /////////   Este es el padding de los hijos  \\\\\\\*/
.RadPanelbar_participacion .group .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:43px;
	
}

.RadPanelbar_participacion .level2 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:43px;
	

}

.RadPanelbar_participacion .level3 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:33px;
	
}
.RadPanelbar_participacion .level4 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:33px;
		
}
.RadPanelbar_participacion .level5 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:33px;
	
}
.RadPanelbar_participacion .level6 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:33px;
	
}
.RadPanelbar_participacion .level7 .text
{
	color:#666666;
	border: 0px;
	background-color: #f3f3f3;	line-height:22px;
	padding-left:33px;
	
}
/*  \\\\\\   Estado Sobre de todo el menu  ///////*/
.RadPanelbar_participacion .group .link:hover
{
	color:#999999;
}

.RadPanelbar_participacion .rootGroup .selected .text
{
	color: #666666;
}

/* Hijo Seleccionado */
.RadPanelbar_participacion .group .selected .text
{
	color: #666666;
	font-weight:bold;
}

.RadPanelbar_participacion .rootGroup .disabled:hover,
.RadPanelbar_participacion .disabled .text
{
	color: #FFCC00;
	cursor: participacion;
}


.RadPanelbar_participacion .rootGroup .group .disabled:hover,
.RadPanelbar_participacion .rootGroup .group .disabled .text
{
	text-decoration: none;
	color: #FFCC00;
	cursor: participacion;
}

