/* telerik r.a.d.panelbar 4 WebBlue skin */

.RadPanelbar_ACMWebBlue
{
	background: white;
	white-space: nowrap;
	line-height: 21px;
	border: solid 1px #69798c;
}

/* global text properties */
.RadPanelbar_ACMWebBlue .text
{
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

/* global link styles */
.RadPanelbar_ACMWebBlue .link
{
	color: #000000;
}

/* panelbar item icon [if any] */
.RadPanelbar_ACMWebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_ACMWebBlue .rootGroup .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
}

.RadPanelbar_ACMWebBlue .rootGroup .text:hover
{
	background:none;
	/*background:url('Img/MainItemSelected2.gif');*/
}

.RadPanelbar_ACMWebBlue .rootGroup .light .text
{
	background: url('Img/MainItemLight.gif') repeat-x;
}

.RadPanelbar_ACMWebBlue .rootGroup .light .text:hover
{
	background: none;
}

/* root items <li> style */
.RadPanelbar_ACMWebBlue .rootGroup .item
{
	border-top: solid 1px #869bb3;
}

/* li.first style */
.RadPanelbar_ACMWebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_ACMWebBlue .group .text
{
	border: 0;
	background:none;
	font-weight:normal;
	padding: 0px 0px 0px 20px;
}

.RadPanelbar_ACMWebBlue .group .text:hover
{
	background:none;
	background-color:#DDDDDD;
}

/* child items <li> style */
.RadPanelbar_ACMWebBlue .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_ACMWebBlue .group .last
{
	border-bottom: 0px;
}

/* selected parent item */
.RadPanelbar_ACMWebBlue .rootGroup .selected .text
{
	/*background: #f0f2f4;*/
	background:url('Img/MainItemSelected.gif');
	color:#FFFFFF;
}

.RadPanelbar_ACMWebBlue .rootGroup .selected .text:hover
{
	/*background: #f0f2f4;*/
	background:url('Img/MainItemSelected.gif');
	color:#FFFFFF;
}

/* selected child item */
.RadPanelbar_ACMWebBlue .group .selected .text
{
	/*background: #f0f2f4;*/
	background:url('Img/MainItemSelected.gif');
	color:#FFFFFF;
}

/* child items link style */
.RadPanelbar_ACMWebBlue .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_ACMWebBlue .group .link:hover
{
	background: #f0f2f4;
}

.RadPanelbar_ACMWebBlue .selected 
{
	background-color:#f0f2f4;
}