/* telerik RadPanelBar 4 Golden skin */

/* panelbar wrapper */
.RadPanelbar_MenuSx
{
	background: none;

	white-space: nowrap;
	width: 168px !important; /* this skin requires fixed width */
	right:48px;
}

.RadPanelbar_MenuSx .rootGroup
{
	border:0px dashed #990000;
	border-left: 0px;
}

/* global text class declaration */
.RadPanelbar_MenuSx .text
{
	padding: 0px 20px; /* vertical - horizontal */
	font-size:11px;
	line-height: 34px;
}

/* panelbar icon [if any] */
.RadPanelbar_MenuSx .image
{
	margin:4px 0px;
}

/* main item link */
.RadPanelbar_MenuSx .rootGroup a.link
{
/*	background: url('Img/MainItemNormal.gif') no-repeat;*/
	text-decoration:none;
	text-align:right;
	color: #FFF;
	border: 0px;
	border-top: 1px dotted #FFF;
	height:39px;
	width:100%;
	}

/* main item link:hover */
.RadPanelbar_MenuSx .rootGroup a.link:hover
{
	background-color:#FFF;
	color:#666;
/*	background: url('Img/MainItemSelected.gif') no-repeat; */
}
/* child items enclosing parent element */
.RadPanelbar_MenuSx .group
{
/* 	background: url('Img/ChildItemNormal.gif') repeat-y;*/
}
/* child item link */
.RadPanelbar_MenuSx .group a.link
{
/* 	background: url('Img/ChildItemSeparator.gif') no-repeat left bottom;*/
	color: black;
}

/* child item link:hover */
.RadPanelbar_MenuSx .group a.link:hover
{
/* 	background: url('Img/ChildItemSeparator.gif') no-repeat left bottom;*/
	color: white;
}

/* child item .text declaration */
.RadPanelbar_MenuSx .group .text
{
	padding: 0px 20px;
	line-height: 26px;
	font-weight: normal;
}


.RadPanelbar_MenuSx .group .level2 a.link,
.RadPanelbar_MenuSx .group .level2 a.link:hover
{
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
}

.RadPanelbar_MenuSx .group .level2 .last a.link,
.RadPanelbar_MenuSx .group .level2 .last a.link:hover
{
	background: url('Img/ChildItemNormal.gif') repeat-y;
}

.RadPanelbar_MenuSx .level2 .text
{
	padding-left: 45px;
	line-height: 26px;
	background: url('Img/Bullet.gif') no-repeat 36px center;
}

/* selected main panelbar item */
.RadPanelbar_MenuSx .rootGroup .selected
{
	background: #ffffff;
	color:#666;
}
.RadPanelbar_MenuSx .rootGroup .selected .text
{
	color:#666;
}


/* selected child panelbar item */
.RadPanelbar_MenuSx .group .selected .text
{
	background: #ffffff;
	color: black;
	text-decoration: underline;
}

.RadPanelbar_MenuSx .rootGroup .disabled:hover,
.RadPanelbar_MenuSx .disabled .text
{
	background: url('Img/MainItemNormal.gif') no-repeat;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_MenuSx .rootGroup .group .disabled:hover,
.RadPanelbar_MenuSx .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_MenuSx .group .level2 .disabled,
.RadPanelbar_MenuSx .group .level2 .disabled:hover
{
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
}

.RadPanelbar_MenuSx .group .level2 .disabled .text,
.RadPanelbar_MenuSx .group .level2 .disabled:hover .text
{
	background: url('Img/Bullet.gif') no-repeat 36px center;
}

#left-menuWebMag .rootGroup li .selected
{
    padding:0 5px;
    color:#fff;
}
