/* telerik RadPanelBar 4 Mac skin */

.RadPanelbar_Mac
{
	background: #5e7498;
	white-space: nowrap;
}

.RadPanelbar_Mac .rootGroup
{
	/*border: solid 1px #dcdcdc;*/
}

.RadPanelbar_Mac .text
{
	padding-left: 15px;
	padding-right: 20px;
	font: bold 11px Arial, Sans-serif;
	padding-top: 3px;
	padding-bottom: 6px;
}


.RadPanelbar_Mac .image
{
	
}

/* root item */
.RadPanelbar_Mac .rootGroup .text
{
	/*border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-top: solid #d0d0d0;
	border-left: solid #d0d0d0;
	border-right: solid #a7a7a7;
	border-bottom: solid #a7a7a7;*/
	border-bottom-color: #8c0907;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	background:  #f3f9fb url('Img/MainNormal_fix.gif') repeat-x;
	font-weight: bold;
}

.RadPanelbar_Mac .rootGroup .link
{
	color: white;
	
}

.RadPanelbar_Mac .group .text
{
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-top: 3px;
	border-bottom-color: #8c0907;
	border-left-width: 0;
	border-bottom-width: 0px;
	border-right-width: 0;
	border-top-width: 0px;
	background: white url('Img/MainNormal4.gif');
	font-weight: bold;
}

.RadPanelbar_Mac .level2 .text
{
	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 2px;
	border-bottom-color: #526b9a;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	font-weight: bold;
	background-repeat: repeat-x;
	background: white url('Img/MainItemLevel2_back.gif');
}

.RadPanelbar_Mac .group .link:hover
{
	color: #172742;

}

.RadPanelbar_Mac .rootGroup .selected .text,
.RadPanelbar_Mac .group .selected .text
{
	/*border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 0px;*/
	background: white url('Img/MainItemOn.gif');
	color: #152742; 	
}

.RadPanelbar_Mac .rootGroup .disabled:hover,
.RadPanelbar_Mac .disabled .text
{
	color: #ccc;
	cursor: default;
	background: white url('Img/MainItemOn.gif') repeat-x;
}


.RadPanelbar_Mac .rootGroup .group .disabled:hover,
.RadPanelbar_Mac .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: white url('Img/ChildItemBackground.gif');
	color: #ccc;
	cursor: default;
}

