/* panelbar wrapper */
.RadPanelbar_SideBar
{
	background: #058180;
	white-space: nowrap;
	width: 250px !important;
}

/* global text class declaration */
.RadPanelbar_SideBar .text
{
	font-size: 11pt; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
	
}

/* panelbar icon [if any] */
.RadPanelbar_SideBar .image
{
	margin:4px 0px;
}

/* main item link */
.RadPanelbar_SideBar .rootGroup a.link
{
	border-bottom: Dashed 1px #4c95bb;
	height: 30px; 
	line-height: 30px;
	/*margin-left: 20px;*/
	margin-left: 20px;
	width: 230px;
	
	font-size: 11pt; 
	font-weight: bold;
}


/* child items enclosing parent element */
.RadPanelbar_SideBar .group
{
	background: url('Img/ChildItemNormal.gif') repeat-y;
}
/* child item link */
.RadPanelbar_SideBar .group a.link
{
	font-size: 11pt;
	/*font-weight: bold; */
	color: #ffffff; 
	text-decoration: none;
}

/* child item link:hover */
.RadPanelbar_SideBar .group a.link:hover
{
	text-decoration: underline;
}

/* child item .text declaration */
.RadPanelbar_SideBar .group .text
{
	padding: 0px 20px;
	line-height: 26px;
	font-weight: bold;
	font-size: 9pt; 
}


.RadPanelbar_SideBar .group .level2 a.link,
.RadPanelbar_SideBar .group .level2 a.link:hover
{
	/*font-style: italic;*/
	background-image: url('/Images/framework/ico_submenu2.png');
	background-position: left;
	background-position: 30px;
	background-repeat: no-repeat;
}

.RadPanelbar_SideBar .group .level2 .last a.link,
.RadPanelbar_SideBar .group .level2 .last a.link:hover
{
	/*background: url('Img/ChildItemNormal.gif') repeat-y;*/
}

.RadPanelbar_SideBar .level2 .text
{
	padding-left: 45px;
	line-height: 26px;
	/*background: url('Img/Bullet.gif') no-repeat 36px center;*/
	font-size: 9pt; 
	/*font-weight: bold;
	text-decoration: underline;*/
}

/* selected main panelbar item */
/*.RadPanelbar_SideBar .rootGroup .selected .text, */
.RadPanelbar_SideBar .group .selected .text
{
	text-decoration: underline;
}

/*
.RadPanelbar_SideBar .rootGroup .disabled:hover,
.RadPanelbar_SideBar .disabled .text
{
	background: url('Img/MainItemNormal.gif') no-repeat;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_SideBar .rootGroup .group .disabled:hover,
.RadPanelbar_SideBar .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_SideBar .group .level2 .disabled,
.RadPanelbar_SideBar .group .level2 .disabled:hover
{
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
}

.RadPanelbar_SideBar .group .level2 .disabled .text,
.RadPanelbar_SideBar .group .level2 .disabled:hover .text
{
	background: url('Img/Bullet.gif') no-repeat 36px center;
}
*/

/*
.RadPanelbar_SideBar .item .level3 a.link,
.RadPanelbar_SideBar .item .level3 a.link:hover
{
	color: #000000;
	font-style: normal;
	font-size: 9pt; 
	font-weight: bold; 
}
*/