/* r.a.d.panelbar Web 2.0 skin */

.RadPanelbar_Web20
{
	text-align:left;
	
}

.RadPanelbar_Web20 .rootGroup
{
	
	
}

.RadPanelbar_Web20 .text
{
	/*color:white;*/
	color:#333333;
	padding-left:10px;
	font:normal 12px Arial, Verdana, Sans-serif;
	/*font:bold 14px Arial, Verdana, Sans-serif;*/
}

.RadPanelbar_Web20 .image
{
	margin: 4px 0px;
}

.RadPanelbar_Web20 .rootGroup .text
{
	background: url('Img/menuArrow.jpg') no-repeat 2% center;
	line-height: 20px;
}


.RadPanelbar_Web20 .rootGroup .link
{
	color: #cc0001;
	/*background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;*/
	
}

.RadPanelbar_Web20 .group .text
{
	border: 0px;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	/*
	background-image: url('Img/menuArrow.gif');
	background-repeat:no-repeat;
	background-attachment:2%;
	background-position:left center;
	*/

	background:url('Img/menuArrow.jpg') no-repeat 2% center;
}

.RadPanelbar_Web20 .group .link
{
	color: #cc0001;
}
.RadPanelbar_Web20 .group li
{
	padding-left:10px;
}

.RadPanelbar_Web20 .group .link:hover
{
	color:#cc0001;
	font-weight:bold;
	/*background: #e7f1ff;*/
	/*border-bottom: solid 1px #d8dde0;*/
}

.RadPanelbar_Web20 .group .link .selected
{
	/**/
	color:#cc0001;
	font-weight:bold;
}


/******** BEGIN SELECTED / EXPANDED ********/
.RadPanelbar_Web20 .rootGroup .selected
{
	/*this is the style for container of the selected menu*/
	
	color:#3197ce;
	font-weight:bold;
}
.RadPanelbar_Web20 .rootGroup .selected .text
{
	/*this is the style for container of the selected menu*/
	
	color:#3197ce;
	font-weight:bold;
}	

.RadPanelbar_Web20 .rootGroup .item a.red,
.RadPanelbar_Web20 .rootGroup .item a.red .text,
.RadPanelbar_Web20 .rootGroup .item a.red .group .item .selected .text
{
	/*this is the style for container of the selected menu*/
	
	color:#cc0001;
	font-weight:bold;
}

.RadPanelbar_Web20 .group .selected, 
.RadPanelbar_Web20 .group .selected:hover
{
	color:#3197ce;
	background: none;
	border-bottom:0;
}

.RadPanelbar_Web20 .rootGroup .expanded .text
{
	/*this style is for a node that has subnodes*/
	
	/*color:#333333;*/
	/*background: url('Img/ExpandedBg.gif') no-repeat 98% center;*/
	/*font-weight: bold;*/
}

.RadPanelbar_Web20 .group .selected .text
{
	/*this is the style for the selected menu*/
	
	color:#3197ce;
	font-weight:bold;
		
	/*
	font-weight: normal !important;
	border:0;
	background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	/*	
	border-bottom: solid 1px #ee5e23;
	background: url('Img/BgHighLight.gif') repeat-x;
	*/
}
.RadPanelbar_Web20 .group .item a.red,
.RadPanelbar_Web20 .group .item a.red .text
{
	color:#cc0001;
	font-weight:bold;
}

.RadPanelbar_Web20 .group .expanded .text
{
	
	/*color: #000;
	/*background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	
	/*
	border-bottom: solid 1px #ee5e23;
	background: url('Img/BgHighLight.gif') repeat-x;
	font-weight: normal !important;
	text-decoration: none !important
	*/
}
/******** END SELECTED / EXPANDED ********/



.RadPanelbar_Web20 .level2 .text
{
	line-height: 20px;
	padding-left: 20px;
	/*background-color:#e7f1ff;*/
	border-top:solid 1px White;
}

.RadPanelbar_Web20 .level2 .selected .text
{
	font-weight: normal !important;
	border: 0px;
	/*background: #dcfc5c;*/
	/*background: url('Img/BgHighLight.gif') no-repeat 98% center;*/
	border-bottom: solid 1px #ee5e23;
	background: url('Img/BgHighLight2.gif') repeat-x;
	color: #333;
}
.RadPanelbar_Web20 .level2 .link,
.RadPanelbar_Web20 .level2 .link:hover
{
	border-bottom: none 1px #f0f2f3;
}

.RadPanelbar_Web20 .rootGroup .disabled:hover,
.RadPanelbar_Web20 .rootGroup .disabled .text
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Web20 .rootGroup .group .disabled:hover,
.RadPanelbar_Web20 .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}
