/* RadPanelBar WebBlue skin */

.panelbar { width: 185px; }

.RadPanelbar_CEO
{
	padding: 0px 0px 0px 20px;
	background: transparent;
	line-height: 21px;
	text-align: left;
	overflow: hidden;

}
.RadPanelbar_CEO .rootGroup
{
	border: none 0px;
}
/* global text properties */
.RadPanelbar_CEO .text
{
	padding-right: 20px;
	font: arial 12px;
	background: url('Img/chev.gif') no-repeat 100%;
	display: inline;
	white-space: nowrap;
}

/* global link styles */
.RadPanelbar_CEO .link
{
	color: #003;
}

.RadPanelbar_CEO .link:hover
{
	color: #cc9900;
}

.RadPanelbar_CEO .selected
{
	color: #cc9900 ! important;
}

/* panelbar item icon [if any] */
.RadPanelbar_CEO .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_CEO .rootGroup .text
{
}

/* root items <li> style */
.RadPanelbar_CEO .rootGroup .item
{
	border-top: none 0px;
}

/* li.first style */
.RadPanelbar_CEO .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_CEO .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_CEO .group .item
{
	display: none;
	border-bottom: none 0px;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_CEO .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_CEO .group .selected .text
{
	background: transparent;
}

/* child items link style */
.RadPanelbar_CEO .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_CEO .group .link:hover
{
	background: transparent;
}

.RadPanelbar_CEO .rootGroup .disabled:hover,
.RadPanelbar_CEO .rootGroup .disabled .text
{
	/* background: url('Img/MainItemNormal.gif') repeat-x; */
	color: #ccc;
	cursor: default;
}

.RadPanelbar_CEO .rootGroup .group .disabled:hover,
.RadPanelbar_CEO .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
