.panelbar .rootGroup, .panelbar .item{
width: 240px !important;}

.panelbar .text{
	border-bottom-style: dotted !important;
	border-bottom-color: #b2bc00 !important;
	border-bottom-width: 1px !important;
	margin-top: 3px !important;
	height: 22px;
}
.panelbar .link, .panelbar .text{
	/*padding-bottom: 5px;*/
	/*height: 25px;*/
	}
.RadPanelbar_SACUCCA
{
	border: 0;
	color: #b2bc00;
	width: 240px;
}

.RadPanelbar_SACUCCA .item
{

}

.RadPanelbar_SACUCCA .link
{
	color: #b2bc00;
	text-decoration: none;
	width: 240px;
	font-family:"Gill Sans MT", "Trebuchet MS", Tahoma, Arial, "Arial Black";
	font-size: 12px;
}

.RadPanelbar_SACUCCA .last .link
{
	outline: 0;
}

.RadPanelbar_SACUCCA .item .link{
	background-image: url('Img/panelBarIcon.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.RadPanelbar_SACUCCA .item .link:hover
{
	background-image: url('Img/panelBarIconOVER.gif');
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #b2bc25;
	height:25px;
	padding-top: 2px;
}

* html .RadPanelbar_SACUCCA .item .link:hover .item .link:focused
{
	background-position: right;
	color:#FFFFFF;
	
}
*+html .RadPanelbar_SACUCCA .item .link:hover
{
	background-position: right;
}

.RadPanelbar_SACUCCA .item .selected,
.RadPanelbar_SACUCCA .item .selected:hover
{
	color: #ffffff;
	background-image: url('Img/panelBarIconOVER.gif');
	background-position: right;
	background-repeat:no-repeat;
	background-color: #b2bc00;
	height: 25px;
	padding-top: 2px;
}

.RadPanelbar_SACUCCA .item .disabled:hover,
.RadPanelbar_SACUCCA .item .disabled:hover .text
{
	cursor: default;
	color: #ffffff;
}

.RadPanelbar_SACUCCA .group .link .text
{
	margin: 4px 0 5px 8px;
	height: 20px;
	border-bottom: dotted 1px #b2c00 !important;
}

.RadPanelbar_SACUCCA_rtl .text
{
	margin: 4px 8px 5px 0;
	border-bottom: dotted 1px #b2c00 !important;
	
}

.RadPanelbar_SACUCCA .group
{
	overflow-x: hidden;
	overflow-y: auto;
	border-bottom: dotted 1px #b2c00 !important;
}

.RadPanelbar_SACUCCA .group .link
{
	font-size: 11px;
	border: 0;
	border-bottom: dotted 1px #b2c00;
}

.RadPanelbar_SACUCCA .group .link:hover,
.RadPanelbar_SACUCCA .group .selected
{
	text-decoration: underline;
	background: #1e1e1e;
	color: #656565;
	border: 0;
}

.RadPanelbar_SACUCCA .group .link
{
		zoom:1; /*fixes hover effect and image text falling in IE6*/
}

.RadPanelbar_SACUCCA .group .disabled:hover,
.RadPanelbar_SACUCCA .group .disabled:hover .text
{
	text-decoration: none;
	cursor: default;
	background: #1e1e1e;
}