/* telerik RadPanelBar 4 Ace2 skin */

/* panelbar wrapper */
.RadPanelbar_Ace2
{
	background-color: white;
	white-space: nowrap;
	width: 199px !important; /* this skin requires fixed width */
}

.RadPanelbar_Ace2 .rootGroup
{
	border: solid 1px #808183;
}

/* global text class declaration */
.RadPanelbar_Ace2 .text
{
	padding: 0px 24px; /* vertical - horizontal */
	font: 13px Verdana;
	line-height: 30px;
}

/* panelbar icon [if any] */
.RadPanelbar_Ace2 .image
{
	margin:4px 0px;
}

/* main item link */
.RadPanelbar_Ace2 .rootGroup a.link
{
	background: url('Img/MainItemNormal.gif');
	color:black;
}

/* main item link:hover */
.RadPanelbar_Ace2 .rootGroup a.link:hover
{
	background: url('Img/MainItemSelected.gif');
	color:White;
}
/* child items enclosing parent element */
.RadPanelbar_Ace2 .group
{
	background:white;/* url('Img/ChildItemNormal.gif') repeat-y;*/
}
/* child item link */
.RadPanelbar_Ace2 .group a.link
{
	background: url('Img/ChildItemSeparator.gif') no-repeat center bottom;
}
.RadPanelbar_Ace2 .group a.link:hover
{
	background: url('Img/ChildItemSeparator.gif') no-repeat center bottom;
	color: #790000;
}

/* child item link:hover */
.RadPanelbar_Ace2 .group .last a.link:hover
{
	background:none;
}
.RadPanelbar_Ace2 .group .last a.link 
{
	background: none;
}
.RadPanelbar_Ace2 .group .last a.link .text
{
	font-weight: normal;
	color:Black;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	background: url('Img/Bullet.gif') no-repeat 20px center;
}

/* child item .text declaration */
.RadPanelbar_Ace2 .group .text
{
	padding: 0px 16px;
	line-height: 26px;
	font-weight: normal;
	color:Black;
	font-family:Verdana;
	font-size:11px;
}

.RadPanelbar_Ace2 .group .level1 a.link:hover
{
    color:#790000;
	/*background: #f6d101 url('Img/Level2Bg.gif') repeat-y;*/
}

.RadPanelbar_Ace2 .group .level1 .last a.link,
.RadPanelbar_Ace2 .group .level1 .last a.link:hover
{
	background:white;/* url('Img/ChildItemNormal.gif') repeat-y;*/
}

.RadPanelbar_Ace2 .level1 .text
{
	padding-left: 30px;
	line-height: 26px;
	background: url('Img/Bullet.gif') no-repeat 20px center;
}

/* selected main panelbar item */
.RadPanelbar_Ace2 .rootGroup .selected .text
{
	background: url('Img/MainItemSelected.gif');
	color:white;
}
/* selected child panelbar item */
.RadPanelbar_Ace2 .group .selected .text,
.RadPanelbar_Ace2 .group .selected:hover .text
{
	color:#790000;
	background: url('Img/Bullet.gif') no-repeat 20px center;
}

.RadPanelbar_Ace2 .rootGroup .disabled:hover,
.RadPanelbar_Ace2 .disabled .text
{
	background: url('Img/MainItemNormal.gif');
	cursor: default;
}

.RadPanelbar_Ace2 .rootGroup .group .disabled:hover,
.RadPanelbar_Ace2 .rootGroup .group .disabled .text
{
	/*text-decoration: none;
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
	cursor: default;*/
}

.RadPanelbar_Ace2 .group .level2 .disabled,
.RadPanelbar_Ace2 .group .level2 .disabled:hover
{
	/*background: #f6d101 url('Img/Level2Bg.gif') repeat-y;*/
}

.RadPanelbar_Ace2 .group .level2 .disabled .text,
.RadPanelbar_Ace2 .group .level2 .disabled:hover .text
{
	/*background: url('Img/Bullet.gif') no-repeat 30px center;*/
}

