/* Arroyocode RadPanelBar 4 Arroyocode skin */

/* panelbae wrapper */
.RadPanelbar_Arroyocode
{
	background: white;
	white-space: nowrap;
	width: 217px !important;
}

.RadPanelbar_Arroyocode .text
{
	color: #888888;
	padding: 0px 20px;
	font: normal 11px Tahoma, Verdana, Arial, Sans-Serif;
	line-height: 26px;
}

.RadPanelbar_Arroyocode .image
{
	margin: 4px 0px;
}


.RadPanelbar_Arroyocode .rootGroup .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	border-left: 1px #cccccc dotted;
	border-right: 1px #cccccc dotted;
	color: #3d3f3f;
}

.RadPanelbar_Arroyocode .group .text
{
	background: none;
	padding: 0px 0px 0px 36px;
	color: #888888;
	line-height: 24px;
}

.RadPanelbar_Arroyocode .rootGroup .selected .text,
.RadPanelbar_Arroyocode .rootGroup .expanded .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	color: #3d3f3f;
	font-weight: bold;
}

.RadPanelbar_Arroyocode .group .selected .text
{
	text-decoration: none;
	font-weight: normal;
	background: none;
	color: #3d3f3f;
	padding: 0px 0px 0px 36px;
}

.RadPanelbar_Arroyocode .level2 .link
{
	margin-left: 30px;
	text-decoration: none;
	background: #fdfceb;
}

.RadPanelbar_Arroyocode .group .expanded .text,
.RadPanelbar_Arroyocode .group .selected .text
{
	text-decoration: none;
	font-weight: normal;
	background: #fdfceb;
}

.RadPanelbar_Arroyocode .rootGroup .disabled:hover,
.RadPanelbar_Arroyocode .rootGroup .disabled .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Arroyocode .rootGroup .group .disabled:hover,
.RadPanelbar_Arroyocode .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Arroyocode .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px;
}
