/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
	background: #F6BABF;
	white-space: nowrap;
	line-height: 26px;
	width:100%;
	font-size:13px;
}
.RadPanelbar_WebBlue .rootGroup
{
	border: 0;
}

.RadPanelbar_WebBlue .text
{
	padding: 0px 10px;
	padding-left:35px;
	font-weight:bold;
}


.RadPanelbar_WebBlue .link
{
	color:#D04051;
	border:none;
	background:#FBD8DC;
}

.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

.RadPanelbar_WebBlue .rootGroup .text
{
	background:#F6BABF;
	font-weight: bold;
	color:#555;
}

.RadPanelbar_WebBlue .rootGroup .link:hover,.RadPanelbar_WebBlue .rootGroup .link:selected{
	background:#D04051;
	text-decoration:none;
}

/*.RadPanelbar_WebBlue .rootGroup .expanded .text{
	color:#D04051;
}
*/

.RadPanelbar_WebBlue .rootGroup .item
{
	color:#fff;
	border-left:0!important;
	border-right:0!important;
	border-top:solid 3px #FAD8DB;
}

.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 10px;
	color:#333;
	padding-left:58px;
	border-bottom:dashed 1px #EBAEB1;
	font-size:13px;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-top: 0px;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover{
	color:#D04051;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	background:url(../../Images/SubPangeSubMenuSelctedBg.jpg) no-repeat -25px -4px;
	background-color: #FAD8DB;
	padding-left:58px;
	color:#D04051;
	font-size:13px;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #D04051;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #F6BABF;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #9900ff;
	cursor: default;
}

/*.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: underline;
	background: #9900ff;
	color: #fff;
	cursor: default;
}
*/
.RadPanelbar_WebBlue .rootGroup .expanded .text{
	color:#D04051;
}


.RadPanelbar_WebBlue .rootGroup .item a:hover{
	color:#555;
}

.RadPanelbar_WebBlue .rootGroup .item .text:hover{
	color:#FFFF00;
}