/* telerik r.a.d.panelbar 4 Inex08 skin */

.RadPanelbar_Inex08
{
	white-space: wrap;
	width:177px;
}

.RadPanelbar_Inex08 .rootGroup
{
	border: solid 0px;
	text-align:left;
}

.RadPanelbar_Inex08 .text
{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color:#FFFFFF;
	padding-left:33px;	
	text-align:left;
	font-weight:normal;
}


.RadPanelbar_Inex08 .image
{
	margin: 0px 0px;
}

/* root item */
.RadPanelbar_Inex08 .rootGroup .text
{
	/*font-weight: bold;*/
}
/* ////////     Este es el color y los estilos de todo el menú en la raíz   \\\\\\\\\\\*/
.RadPanelbar_Inex08 .rootGroup .link
{
	color: #ffffff;
	background-image: url(Img/vn_01.gif);
	background-repeat: no-repeat;
	background-position:left;
}
/*   \\\\\\\\\   El estado Hover de la Raíz   \\\\\\\\\*/
.RadPanelbar_Inex08 .rootGroup .link:hover
{
	color:#ffffff;
	background-image: url(Img/vn_01.gif);
	background-repeat: no-repeat;
	background-position:left;
	
}
/* /////////   Este es el padding de los hijos  \\\\\\\*/
.RadPanelbar_Inex08 .group .text
{
	border: 0px;
	padding: 2px 33px;
	background-image: url(Img/vn_01.gif);
	background-color: #990000;	
	background-repeat: no-repeat;
	background-position:left;	
	color:#ffffff;	

}

.RadPanelbar_Inex08 .level2 .text
{
	padding: 2px 38px;
	background-image: url(Img/vn.gif);
	background-color:#990000;	
	background-repeat: no-repeat;
	background-position:5px;
	color:#ffffff;
}

.RadPanelbar_Inex08 .level3 .text
{
	padding: 2px 43px;
	background-image: url(Img/vn.gif);
	background-color:#990000;	
	background-repeat: no-repeat;
	background-position:10px;
	color:#ffffff;
}
.RadPanelbar_Inex08 .level4 .text
{
	padding: 2px 48px;
	background-position:15px;	
}
.RadPanelbar_Inex08 .level5 .text
{
	padding: 2px 53px;	
	background-position:20px;
}
.RadPanelbar_Inex08 .level6 .text
{
	padding: 2px 58px;
	background-position:25px;
}
.RadPanelbar_Inex08 .level7 .text
{
	padding: 2px 63px;
	background-position:30px;
}
/*  \\\\\\   Estado Sobre de todo el menu  ///////*/
.RadPanelbar_Inex08 .group .link:hover
{
	color:#FFCC00;
}

.RadPanelbar_Inex08 .rootGroup .selected .text
{
	border-top: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
	color: #FFCC00;
}

/* Hijo Seleccionado */
.RadPanelbar_Inex08 .group .selected .text
{
	border: 0px;
	color: #FFCC00;
}

.RadPanelbar_Inex08 .rootGroup .disabled:hover,
.RadPanelbar_Inex08 .disabled .text
{
	color: #FFCC00;
	cursor: default;
}


.RadPanelbar_Inex08 .rootGroup .group .disabled:hover,
.RadPanelbar_Inex08 .rootGroup .group .disabled .text
{
	text-decoration: none;
	color: #FFCC00;
	cursor: default;
}
