/* RadPanelBar ROM skin */
.staticItem
{
    background: #57585A;
    line-height: 20px;
    padding: 0px 10px;
    border-bottom:1px solid #231F20;
}

.RadPanelbar_WPR
{
	background: #57585A;
	white-space: nowrap;
	line-height: 20px;
	
}
.RadPanelbar_WPR .rootGroup
{
}
/* global text properties */
.RadPanelbar_WPR .text
/*text-transform:uppercase;*/
{
	padding: 0px 10px;
	/*text-transform:uppercase;*/
	font-size:12px;
}

/* global link styles */

.RadPanelbar_WPR .admin
{
	color: #fff;
}
.RadPanelbar_WPR .link:hover
{
	background-color: #444546;
}
.RadPanelbar_WPR .selected
{
	background-color: #C3D021; color:#fff;
}
.RadPanelbar_WPR .expanded,.RadPanelbar_WPR .expanded:hover
{
	background-color: #C3D021; color:#fff;
}

/* panelbar item icon [if any] */
.RadPanelbar_WPR .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WPR .rootGroup .text
{
}

/* root items <li> style */
.RadPanelbar_WPR .rootGroup .item
{
	border-bottom: 1px solid #000;
}

/* li.first style */
.RadPanelbar_WPR .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WPR .group .text
{
	border: 0;
	font-weight:normal;
	padding: 0px 12px;
}

/* child items <li> style */
.RadPanelbar_WPR .group .item
{
	border-top: solid 1px #333;
	border-bottom: 0px;
}

/* child items li.last */
.RadPanelbar_WPR .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WPR .group .selected .text
{
	color:#fff;
}

/* child items link style */
.RadPanelbar_WPR .group .link
{
	background-color:#77787C;
}

/* child items link:hover style */
.RadPanelbar_WPR .group .link:hover
{
	color:#fff;
}

.RadPanelbar_WPR .rootGroup .disabled:hover,
.RadPanelbar_WPR .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WPR .rootGroup .group .disabled:hover,
.RadPanelbar_WPR .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

