/* Default RadPanelBar BlueMelt skin */

.RadPanelbar_BlueMelt
{
	background: #fff;
	white-space: nowrap;
	width: 223px !important;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.RadPanelbar_BlueMelt .text
{
	padding-left: 13px;
}

.RadPanelbar_BlueMelt .image
{
	margin: 4px 0px;
}

.RadPanelbar_BlueMelt .rootGroup .link
{
	background: white url('Img/HeaderBg.gif') no-repeat;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.RadPanelbar_BlueMelt .rootGroup .link:hover
{
	background: red;
}

.RadPanelbar_BlueMelt .rootGroup .link:hover
{
	background: white url('Img/HeaderBg.gif') no-repeat;
	text-decoration: none;
    	    	
}

.RadPanelbar_BlueMelt .rootGroup .expanded,
.RadPanelbar_BlueMelt .rootGroup .link:hover .expanded
{
	background: white url('Img/HeaderExpandedBg.gif') no-repeat !important;
}

.RadPanelbar_BlueMelt .group .link
{
	background: white url('Img/GroupBg.gif') no-repeat;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;
}

.RadPanelbar_BlueMelt .group .expanded,
.RadPanelbar_BlueMelt .group .link:hover .expanded
{
	background: white url('Img/GroupExpandedBG.gif') no-repeat !important;
	height: 24px !important;
	line-height: 27px !important;
	overflow: hidden !important;
	color: #000 !important;
	font-weight: bold;
}

.RadPanelbar_BlueMelt .group .last .link,
.RadPanelbar_BlueMelt .group .last .link:hover
{
	background: white url('Img/ItemLastBg.gif') no-repeat;
	line-height: 24px;
}

.RadPanelbar_BlueMelt .group .link
{
	color: #000;
}

.RadPanelbar_BlueMelt .group .link:hover
{
	color: #000;
	background: white url('Img/GroupBg.gif') no-repeat;
}

.RadPanelbar_BlueMelt .group .selected
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.RadPanelbar_BlueMelt .rootGroup .expanded .text
{
	line-height: 25px;
	color: #000;
	font-weight: bold;
}

.RadPanelbar_BlueMelt .group .selected .text
{
	font-weight: bold;
}

.RadPanelbar_BlueMelt .group .expanded .text
{
	color: #000;
	font-weight: bold;
}

.RadPanelbar_BlueMelt .level2 .text
{
	background: white url('Img/Level2Normal.gif') no-repeat left center;
	margin-left: 0px;
	padding-left: 24px;
	line-height: 18px;
	font-weight: normal;
}

.RadPanelbar_BlueMelt .level2 .selected .text
{
	background: white url('Img/Level2Selected.gif') no-repeat left center;
	margin-left: 0px;
	padding-left: 24px;
	font-weight: normal;
}

.RadPanelbar_BlueMelt .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_BlueMelt .rootGroup .disabled:hover,
.RadPanelbar_BlueMelt .rootGroup .disabled .text
{
	background: white url('Img/HeaderBg.gif') no-repeat;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_BlueMelt .rootGroup .group .disabled:hover,
.RadPanelbar_BlueMelt .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: white url('Img/GroupBg.gif') no-repeat;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_BlueMelt .rootGroup .group .level2 .disabled .text
{
	background: white url('Img/Level2Normal.gif') no-repeat left center;
	margin-left: 20px;
	padding-left: 24px;
	line-height: 24px;
}

