.RadPanelbar_TezBasic
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_TezBasic .rootGroup
{
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}

.RadPanelbar_TezBasic .text
{
	/* color: #333333; */	
	padding: 0px 23px;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.RadPanelbar_TezBasic .link:hover
{
	color: #000;
}

.RadPanelbar_TezBasic .image
{
	margin: 4px 0px;
}


.RadPanelbar_TezBasic .rootGroup .text
{
	background: url('img/root_img.gif') no-repeat 11px center;
	line-height: 18px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_TezBasic .rootGroup .link
{
	background: white url('img/root_bg.gif') repeat-x;
	text-decoration: none;
	color: #2e6288;
}

.RadPanelbar_TezBasic .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	/* color: #666666; */	
}

.RadPanelbar_TezBasic .group .link
{
	background: none;
	text-decoration: none;
	color: #2e6288;
}


.RadPanelbar_TezBasic .rootGroup .expanded
{
	background: white url('img/root_bg_selected.gif') repeat-x;
}

.RadPanelbar_TezBasic .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_TezBasic .rootGroup .expanded .text
{
	background: url('img/root_img_expanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_TezBasic .rootGroup .selected .text
{
	/* font-weight: bold; */
}

.RadPanelbar_TezBasic .rootGroup .activetab .text
{
	background: url('img/root_img_selected.gif') no-repeat 11px center;
	font-weight: bold;
}

.RadPanelbar_TezBasic .group .selected .text
{
	/* font-weight: bold; */
}

.RadPanelbar_TezBasic .group .activetab .text
{
	/* background: url('img/item_img_selected.gif') no-repeat 11px center; */
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_TezBasic .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelbar_TezBasic .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_TezBasic .rootGroup .disabled:hover,
.RadPanelbar_TezBasic .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_TezBasic .rootGroup .group .disabled:hover,
.RadPanelbar_TezBasic .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
