/* RadPanelBar SRDCommunity skin */

/* Menu as a whole */
.RadPanelbar_SRDCommunity
{	
	width: 211px;
	background-color:#eaf2ee;
	padding:30px 0px 0px 0px;
}

/* Base ul class */
.RadPanelbar_SRDCommunity .rootGroup
{
}

/* First level style */
.RadPanelbar_SRDCommunity .rootGroup .text
{
    line-height: 1em;
    padding: 8px 18px;
	background:url('Img/arrowLeft_white.gif') no-repeat 5px center;
	border-bottom:solid 1px #fff;
}

.RadPanelbar_SRDCommunity .rootGroup .link
{
color:#000;
}

.RadPanelbar_SRDCommunity .rootGroup .link:hover 
{
}

.RadPanelbar_SRDCommunity .rootGroup .expanded .text
{
	background: #fff url('Img/ArrowDown_green.gif') no-repeat 4px center;
	color:#000;
}

.RadPanelbar_SRDCommunity .rootGroup .selected 
{
    background-color: #fff; /* Pale green */
    color: #000000;
    font-weight: bold;
}



/*The following two styles are per SRD request that rootGroup selected items have a down arrow even when there are no children*/
.RadPanelbar_SRDCommunity .rootGroup .selected .text
{
	background: #fff url('Img/ArrowDown_green.gif') no-repeat 4px center;
	color: #000000;
	font-weight: bold;
}
.RadPanelbar_SRDCommunity .group .selected .text
{
	background-image:none;
	color: #000000;
	font-weight: bold;
}



/* Second level style */
.RadPanelbar_SRDCommunity .group .text
{
	background-image: none;
	padding: 5px 18px 5px 30px;
	/* border-bottom: 1px solid #ffffff; */
	color:#000;
	
}

.RadPanelbar_SRDCommunity .group .link
{
    background-color: #fff; /* Pale green */
}

.RadPanelbar_SRDCommunity .group .expanded .text 
{
    background: none;
}

.RadPanelbar_SRDCommunity .group .selected 
{
    background-color: #fff; /* Pale green */
	color:#000;
}

.RadPanelbar_SRDCommunity .group .expanded .text {
	/*background: #fff url('Img/ArrowDown_green.gif') no-repeat 4px center;*/

color:#000;
}


.RadPanelbar_SRDCommunity .group .selected .text {
background-color:#fff;
background-image:none;
color:#000;
}

/* Third level style */
.RadPanelbar_SRDCommunity .level2 
{
    background-color: #fff; /* Pale green */
	/*border-bottom:solid 1px #fff;*/
}

.RadPanelbar_SRDCommunity .level2 .text
{
	background: #fff url('Img/dash_green.gif') no-repeat 30px center;
	padding: 3px 35px;
	padding:3px 5px 3px 45px;
}

.RadPanelbar_SRDCommunity .level2 .link
{
    background-color: #ffffff;
    color: #000; /* Link color */
}
.RadPanelbar_SRDCommunity .level2 .first .link{
padding-top:5px;
}

.RadPanelbar_SRDCommunity .level2 .last .link{
padding-bottom:5px;
}

.RadPanelbar_SRDCommunity .level2 .link:hover 
{
    text-decoration: underline;
}



/*.RadPanelbar_SRDCommunity .level2 .selected 
{
    color: #000000;
	background-color:#000;
}*/


.RadPanelbar_SRDCommunity .level2 .selected .text
{
    color: #000;
	background-color:#fff;
	font-weight:bold;
	background: #fff url('Img/dash_green.gif') no-repeat 30px center;		
}