/* telerik r.a.d.panelbar 4 Telerik skin */

/* panelbarwrapper */
.RadPanelbar_Coco_DocMenu
{
	background: transparent;
	white-space:normal;
	width: 160;	
}

.RadPanelbar_Coco_DocMenu .text
{
	color: #000000;
	padding: 0px 7px;
	font-size:10px;
	font-weight:normal;
	line-height: 20px;
	text-transform:uppercase;
	border-bottom: 1px solid #b3bbcc;	
	letter-spacing: 0.01cm;
}

.RadPanelbar_Coco_DocMenu .image
{
	margin: 5px;
	
}
/*ROOT GROUP*/
.RadPanelbar_Coco_DocMenu .rootGroup .text
{
	background: transparent url('img/menu_default_trans.gif') no-repeat 148px 2px;
}

.RadPanelbar_Coco_DocMenu .rootGroup .link:hover
{
	color: #7c6060;	
}
.RadPanelbar_Coco_DocMenu .rootGroup .selected .text
{
	background: url('img/menu_selected.gif') no-repeat 148px 2px;
	background-color:#ffffff;
}

/*SUB GROUP*/
.RadPanelbar_Coco_DocMenu .group .text
{
	padding: 0px 16px;
	color: #666666;
	line-height: 20px;
	font-weight:normal;
	font-size:10px;
}

.RadPanelbar_Coco_DocMenu .group .text,
.RadPanelbar_Coco_DocMenu .group .expanded .text
{	
	background: transparent url('img/menu_level1.gif') no-repeat 0px 5px;
	
}

.RadPanelbar_Coco_DocMenu .group .link:hover
{	
	color:#7c6060;
}

.RadPanelbar_Coco_DocMenu .group .selected .text
{
	background: transparent url('img/menu_level1.gif') no-repeat 0 5;
	color:#7c6060;
	
}

/*LEVEL 1*/
.RadPanelbar_Coco_DocMenu .level1 .text,
.RadPanelbar_Coco_DocMenu .level1 .expanded .text
{	
	background: transparent url('img/menu_level1.gif') no-repeat 0px 5px;
	
}