/* RadPanelBar SRDFishing skin */

/* Menu as a whole */
.RadPanelbar_SRDFishing
{	
	width: 211px;
	padding:30px 0px 0px 0px;
	background-color:#edf2fd;
}

/* Base ul class */
.RadPanelbar_SRDFishing .rootGroup
{
}

/* First level style */
.RadPanelbar_SRDFishing .rootGroup .text
{
    line-height: 1em;
    padding: 8px 18px;
	background: url('Img/ArrowLeft_white.gif') no-repeat 5px center;
	border-bottom: solid 1px #fff; /* Grey line */
}

.RadPanelbar_SRDFishing .rootGroup .link
{
color:#3f77e5;
}

.RadPanelbar_SRDFishing .rootGroup .link:hover 
{
}

.RadPanelbar_SRDFishing .rootGroup .expanded .text
{
	background: #fff url('Img/ArrowDown_blue.gif') no-repeat 4px center;
	color:#000;
}

.RadPanelbar_SRDFishing .rootGroup .selected 
{
    background-color: #FFF; /* Pale blue */
    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_SRDFishing .rootGroup .selected .text
{
	background: #fff url('Img/ArrowDown_blue.gif') no-repeat 4px center;
	color: #000000;
	font-weight: bold;
}
.RadPanelbar_SRDFishing .group .selected .text
{
	background-image:none;
	color: #000000;
	font-weight: bold;
}


/* Second level style */
.RadPanelbar_SRDFishing .group .text
{
	background-image: none;
	padding: 5px 18px 5px 30px;
	/* border-bottom: 1px solid #ffffff; */
}

.RadPanelbar_SRDFishing .group .link
{
    background-color: #fff; /* Pale blue */
	
}

.RadPanelbar_SRDFishing .group .link:hover 
{
}

.RadPanelbar_SRDFishing .group .expanded .text 
{
    background: none;
	
}

.RadPanelbar_SRDFishing .group .selected 
{
	color:#000;
	background-color:#fff;
}

/* Third level style */
.RadPanelbar_SRDFishing .level2 
{
    /*padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf;*/
    background-color:#fff;
}

.RadPanelbar_SRDFishing .level2 .text
{
	background: #fff url('Img/dash_blue.gif') no-repeat 30px center;
	padding:3px 5px 3px 45px;
	border-bottom: 0;

}

.RadPanelbar_SRDFishing .level2 .link
{
    color: #3f77e5; /* Link color */
}

.RadPanelbar_SRDFishing .level2 .first .link{
padding-top:5px;
}

.RadPanelbar_SRDFishing .level2 .last .link{
padding-bottom:5px;
}

.RadPanelbar_SRDFishing .level2 .link:hover 
{
    text-decoration: underline;
}

.RadPanelbar_SRDFishing .level2 .selected .text
{
    color: #000000;
	background-color:#fff;
	font-weight:bold;
	background: #fff url('Img/dash_blue.gif') no-repeat 30px center;
}
