/* RadPanelbar OBSR skin */
.RadPanelbar_OBSR
{
	background: white;
	white-space: nowrap;
	width: 200px !important;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	margin-bottom:10px;
}

.RadPanelbar_OBSR .text
{
	padding: 0px 12px;
	font: 0.8em Arial, Verdana, Sans-serif;
}

.RadPanelbar_OBSR .image
{
	margin: 4px 16px;
}

.RadPanelbar_OBSR .rootGroup .text, 
.RadPanelbar_OBSR .rootGroup .selected .text
{
	line-height: 24px;
}

.RadPanelbar_OBSR .rootGroup .link
{
	background: white url('img/level2.gif') repeat-x;
	color: #293270;
	border-top:1px solid #999999;
}

.RadPanelbar_OBSR .rootGroup .first .link{
/*	border-top:none;*/
}

.RadPanelbar_OBSR .rootGroup .link:hover
{
	background: white url('img/Subnav_hover.gif') repeat-x;
	color: #293270;
}

.RadPanelbar_OBSR .group .text
{
	padding-left: 25px
}

.RadPanelbar_OBSR .group .link
{
	color: #293270;
	background: white url('img/level3.gif') repeat-x;
}

.RadPanelbar_OBSR .group .link:hover
{
	color: #293270;
	background: url('img/Subnav_hover.gif') repeat-x;
}

.RadPanelbar_OBSR .item .activeMenu{
	background: white url('img/Subnav_hover.gif') repeat-x;
}

.RadPanelbar_OBSR .item .activeMenu .text{
	font-weight:bold;
}

.RadPanelbar_OBSR .item .activeSubMenu{
	background: white url('img/Subnav_solid_green.gif') repeat-x;
}

.RadPanelbar_OBSR .item .activeSubMenu .text{
	font-weight:bold;
	background: url('img/ListItem.gif') no-repeat 10px center;
}
