/* Default r.a.d.panelbar 4 Districts skin */

.RadPanelbar_Districts
{
	background: #666;
	white-space: nowrap;
	width: 223px !important;
	font: normal 10px Verdana, Arial, Sans-serif;
	border: solid 1px #000;
	border-top: 0;
	line-height: 30px !important;
}

.RadPanelbar_Districts .text
{
	padding-left: 23px;
}

.RadPanelbar_Districts .rootGroup .expandable .text
{
    background-image: none;
}

.RadPanelbar_Districts .group .expandable .text
{
	background: transparent url("Img/expandable.gif") no-repeat 210px center;
}

.RadPanelbar_Districts .image
{
	margin: 4px 0px;
}

.RadPanelbar_Districts .rootGroup .expanded
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
    /*color: white;*/
}

.RadPanelbar_Districts .rootGroup .text
{
    color: white;
    border-top: solid 1px black;
}

.RadPanelbar_Districts .rootGroup .first .text
{
    border-top: 0;
}

.RadPanelbar_Districts .rootGroup .link:hover .text
{
	color: black !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.RadPanelbar_Districts .rootGroup .link:hover
{
	background-color: white;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Districts .rootGroup .selected .text
{ 
	color: black !important;
	background: #fff url('Img/selected.gif') no-repeat 7px center;
	font-weight: bold;
}
    
.RadPanelbar_Districts .group .link
{
	font-weight: normal;
}

.RadPanelbar_Districts .group .expanded,
.RadPanelbar_Districts .group .link:hover .expanded
{
	border-bottom: 0 !important;
	height: 30px !important;
	overflow: hidden !important;
	color: black !important;
	font-weight: bold !important;
	text-decoration: none !important;
	background: white !important;
}

.RadPanelbar_Districts .group .last .link,
.RadPanelbar_Districts .group .last .link:hover
{
	border-bottom: 0;
}

.RadPanelbar_Districts .group .first .link
{
	border-top: solid 1px black;
}

.RadPanelbar_Districts .group .level2 .first .link
{
	border-top: 0;
}

.RadPanelbar_Districts .group .link:hover
{
	background-color: white;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Districts .group .selected
{
	background: white;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Districts .group .expanded .text
{
	background: white;
	color: black;
	font-weight: bold;
}

.RadPanelbar_Districts .group .selected .text
{ 
	color: black;
	background: #fff url('Img/selected.gif') no-repeat 7px center;
	font-weight: bold;
}

.RadPanelbar_Districts .level2 .text
{
	line-height: 20px;
	margin-left: 20px;
	padding-left: 24px;
	color: black;
	background: white;
}

.RadPanelbar_Districts .level2
{
    background-color: white;
}

.RadPanelbar_Districts .level2 .selected .text
{
	margin-left: 20px;
	padding-left: 24px;
	font-weight: normal;
}

.RadPanelbar_Districts .level2 .link,
.RadPanelbar_Districts .level2 .link:hover
{
	border-bottom: 0;
}

.RadPanelbar_Districts .level2 .last .link,
.RadPanelbar_Districts .level2 .last .link:hover
{
	border-bottom: solid 1px black;
}
