/* Default RadPanelBar DNN skin */

/* panelbar wrapper */
.RadPanelbar_SRPanel
{
	background-color:#49662f;
	/*white-space: nowrap;*/
	width: 163px !important;
}

.RadPanelbar_SRPanel .text
{
	padding: 0px 12px;
	font: normal 11px Arial, Verdana, Sans-serif;
	font-weight: bold;
}

.RadPanelbar_SRPanel .image
{
	margin: 4px 0px;
}

.RadPanelbar_SRPanel .rootGroup .text
{
	line-height: 23px;
}


/*--- Primary Links ---*/
.RadPanelbar_SRPanel .rootGroup .link
{
	/*background: white url('Img/HeaderBg.gif') no-repeat;*/
	background-color:#49662f;
	color: #FFFFFF;
}


.RadPanelbar_SRPanel .rootGroup .link:hover
{
	/*background: white url('Img/SelectBg.gif') no-repeat;*/
	background-color:#49662f;
	color: #ffd105;
}
/*-----------------------*/

/*--- I made this style up by looking at the source code. ---*/
.RadPanelbar_SRPanel .rootGroup .expanded
{
	/*background: #49662f url('Img/GroupBg.gif') no-repeat center;*/
	color: #cbdb2a;	
}

/*--- The following was added to adjust the leading between each seperate link ---*/
.RadPanelbar_SRPanel .rootGroup .item
{
	line-height: 23px;
	background-color:#49662f;
	margin:5px 0px; /*--- Added margin because firefox was overwriting the line height set here by the line height set below in .RadPanelbar_SRPanel .rootGroup .item .link .text ---*/
}

/*--- The following was added to adjust the leading between links that wrap multiple lines. ---*/
.RadPanelbar_SRPanel .rootGroup .item .link .text 
{
	line-height:15px;
}

.RadPanelbar_SRPanel .group .text
{
	padding-left: 20px;
	/*background: url('Img/ListItem.gif') no-repeat 10px center;*/
}

.RadPanelbar_SRPanel .group .link
{
	color: #ffffff;
	/*background: url('Img/GroupBg.gif') repeat-y;*/
}

.RadPanelbar_SRPanel .group .link .text
{
	/*background: url('Img/GroupBg.gif') repeat-y;*/
}

.RadPanelbar_SRPanel .group .link:hover
{
	color: #ffd105;
	/*background: url('Img/GroupBg.gif') repeat-y;*/
}

.RadPanelbar_SRPanel .rootGroup .selected
{
	/*background: #49662f url('Img/SelectBg.gif') repeat-x;*/
	color:#cbdb2a;
}

.RadPanelbar_SRPanel .focused
{
	background: #49662f url('Img/GroupBg.gif') no-repeat center;
}



.RadPanelbar_SRPanel .focused .text
{
	text-decoration: none;
	font-weight: bold;
	color: #cbdb2a;
	
}

.RadPanelbar_SRPanel .rootGroup .disabled:hover,
.RadPanelbar_SRPanel .disabled .text
{
	text-decoration: none;
	font-weight: bold;
	background: #49662f white url('Img/HeaderBg.gif') no-repeat;
	color: #cbdb2a;
	cursor: default;
}

.RadPanelbar_SRPanel .rootGroup .group .disabled:hover,
.RadPanelbar_SRPanel .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: url('Img/GroupBg.gif') repeat-y;
	color: #ccc;
	cursor: default;
}

/*--- To indent third tier items ---*/
.RadPanelbar_SRPanel .rootGroup .group .level2 .text
{
	margin-left:15px;
}