/* telerik r.a.d.panelbar 4 WebBlue skin */

.RadPanelbar_WebBlue
{
	background: white;
	white-space: nowrap;
	line-height: 21px;
	padding-left:18px;
	
}

/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 17px;
	font-size:11px;
	font-family:Tahoma;
	color:White;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	font-size:11px;
	font-family:Tahoma;
	color: Black;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
/*	background: url('Img/MainItemNormal.gif') repeat-x; */
	background-color: #7d776c;
	background-image: url('Img/title-closed.gif');
	background-repeat: no-repeat;
	background-position: right;
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
/*	border-top: solid 1px #869bb3; */
	border-top : solid 12px White; 
	
}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	font-size:11px;
	font-family:Tahoma;
	border: 0;
	background: transparent;
	padding: 0px 10px;
	color:Black;
	
	
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: dashed 1px #99160e;
	border-top: 6px;
	width:160px;
	background-image: url('Img/arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: dashed 1px #99160e;
	
	margin-bottom:8px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	color: #9e1717;
	
}

.RadPanelbar_WebBlue .rootGroup .selected .text
{
	
	
}

.RadPanelbar_WebBlue .rootGroup .expanded .text
{
	background-image: url('Img/title-open.gif');
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	/*color: #333;*/
	
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	
}
