/* RadPanelBar WebBlue skin */
.RadPanelbar_WebBlue
{
	
	line-height: 21px;
	font-size:12px;font-family:verdana;
}
.RadPanelbar_WebBlue .rootGroup
{
	font-weight:bold;font-size:12px;font-family:verdana;
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 0px;
	font: menu;
	font-weight:bold;font-size:12px;font-family:verdana;
}
.RadPanelbar_WebBlue .text:hover { text-decoration:underline; }
/* global link styles */
.RadPanelbar_WebBlue .link
{
	font-size:12px;font-family:verdana;color:White;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	font-weight: bold;font-size:12px;font-family:verdana;
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	
	/*border-top: solid 1px #869bb3;*/
}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 2px;
	font-size:10px;
}
.RadPanelbar_WebBlue .group .subCategory .text
{ font-weight:bold;font-size:11px; }

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
.RadPanelbar_WebBlue .link .expandable .subCategory .text { font-weight:bold; }

