.RadPanelbar_Default
{
	/*background: white;*/
	white-space: nowrap;
	padding-top:55px;
}

.RadPanelbar_Default .rootGroup
{
	/*border: solid 1px #e5e5e5;
	border-bottom: 0;*/
}

.RadPanelbar_Default .text
{
	color: #76A9BE;
	padding: 0px 10px;
	text-align:left;
	font: normal 12px Arial, Verdana, Sans-serif;
}

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


.RadPanelbar_Default .rootGroup .text
{
	/*background: url('../images/headerArrow.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;*/
	line-height: 18px;
	text-align:right;
}

.RadPanelbar_Default .rootGroup .link
{
	/*background: white url('Img/HeaderBg.gif') repeat-x;*/
}

.RadPanelbar_Default .group .text
{
	/*border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;*/
	font-size:10px;
	font-style:italic;
}

.RadPanelbar_Default .group .link
{
	background: none;
}


.RadPanelbar_Default .rootGroup .expanded
{
	/*background: white url('Img/SelectBg.gif') repeat-x;*/
	color: #2D4D59;
}

.RadPanelbar_Default .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Default .rootGroup .expanded .text
{
	/*background: url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;*/
	color: #2D4D59;

}

.RadPanelbar_Default .rootGroup .selected .text
{
	/*font-weight: bold;*/
	color: #2D4D59;
}

.RadPanelbar_Default .group .selected .text
{
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
	/*border-bottom: solid 1px #f5f5f5;*/
	border-top: 0;
	background: none;
	color: #2D4D59;
}

.RadPanelbar_Default .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
	font-size:10px;
}

.RadPanelbar_Default .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_Default .rootGroup .disabled:hover,
.RadPanelbar_Default .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Default .rootGroup .group .disabled:hover,
.RadPanelbar_Default .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Default .text:after,
.RadPanelbar_Default .template:after,
.RadPanelbar_Default .item:after
{
    content: "";
    display:none;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu_sub li
{    line-height:19px;
    text-align:right;
    padding-right:10px;
    font-family:arial;}
#menu_sub ul li ul
{    margin:0px;}
#menu_sub ul li ul li
{
   font-size:10px;
   font-style:italic;
   list-style-type:none;
   padding-right:0px;
}

#menu_sub .active{   color:#000;}
