/* telerik RadPanelBar 4 0Golf1 skin */

.RadPanelbar_0Golf1
{
	width: 164px;
	background: white;
	white-space: nowrap;
}

.RadPanelbar_0Golf1 .rootGroup
{
	border: solid 1px #D3DC1C;
        border-right: 1px solid #fff;
}

.RadPanelbar_0Golf1 .rootGroup ul {
    border: 0;
}

.RadPanelbar_0Golf1 .text
{
	padding: 0px 20px;
	font: bold 11px Arial, Verdana, Sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}


.RadPanelbar_0Golf1 .image
{
	margin: 4px 0px;
}

/* root item */
.RadPanelbar_0Golf1 .rootGroup .text
{
	border-top: solid 1px #D3DC1C;
	border-left: solid 1px #D3DC1C;
	border-right: solid 1px #D3DC1C;
	border-bottom: solid 1px #fff;
	background: #D3DC1C url('Img/MainItemNormal.gif') repeat-x;
	font-weight: bold;
}

.RadPanelbar_0Golf1 .rootGroup .link
{
	color: #333;

}

.RadPanelbar_0Golf1 .group .text
{
	border: 0;
	background: #eee url('Img/ChildItemBackground.gif');
	font-weight:normal;
	padding: 4px 20px;
}

.RadPanelbar_0Golf1 .level1 .text
{
    font-weight: bold;
}

.RadPanelbar_0Golf1 .level2 .text
{
    font-weight: normal;
	padding: 2px 20px 2px 40px;
}

.RadPanelbar_0Golf1 .group .link
{
	color: #333;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
}

.RadPanelbar_0Golf1 .group .link:hover
{
	color: #333;
        border-bottom: 1px solid #D3DC1C;
        border-top: 1px solid #D3DC1C;
}

.RadPanelbar_0Golf1 .rootGroup .selected .text
{
	border-top: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;
	background: #f3f9fb url('Img/MainItemNormal.gif') repeat-x;
}

.RadPanelbar_0Golf1 .group .selected .text
{
	background: white url('Img/ChildItemBackground.gif');
	border: 0px;
	color: #333;
}

.RadPanelbar_0Golf1 .rootGroup .disabled:hover,
.RadPanelbar_0Golf1 .disabled .text
{
	background: #f3f9fb url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}


.RadPanelbar_0Golf1 .rootGroup .group .disabled:hover,
.RadPanelbar_0Golf1 .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: white url('Img/ChildItemBackground.gif');
	color: #ccc;
	cursor: default;
}



