/* RightSidePanel RadPanelBar for RightSidePanel skin */

/* panelbar wrapper */

.PanelBarTopBusiness
{
    background: url('Img/BusinessTopBG.jpg') no-repeat bottom center;
    width: 177px;
    height: 31px;
    color: #fff;
    font-family: Century Gothic, Verdana;
    margin: 0 auto;
    line-height:30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.PanelBarTopAero
{
    background: url('Img/AeroTopBG.jpg') no-repeat bottom center;
    width: 177px;
    height: 31px;
    color: #fff;
    font-family: Century Gothic, Verdana;
    margin: 0 auto;
    line-height:30px;
    text-align: center;
}
.PanelBarTopMedical
{
    background: url('Img/MedicalTopBG.jpg') no-repeat bottom center;
    width: 177px;
    height: 31px;
    color: #fff;
    font-family: Century Gothic, Verdana;
    margin: 0 auto;
    line-height:30px;
    text-align: center;
}
.PanelBarTopNetworking
{
    background: url('Img/NetworkingTopBG.jpg') no-repeat bottom center;
    width: 177px;
    height: 31px;
    color: #fff;
    font-family: Century Gothic, Verdana;
    margin: 0 auto;
    line-height:30px;
    text-align: center;
}
.RadPanelbar_RightSidePanel
{
	background: white;
	white-space: wrap;
	width: 175px !important;
}

.RadPanelbar_RightSidePanel .text
{
    color:#666666;
    font-family:Arial,Verdana,Sans-serif;
    font-size:12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:15px;
    margin: 4px auto 0px auto;
    text-align:left;
    padding:7px 0 9px;
}

.RadPanelbar_RightSidePanel .image
{
	margin: 4px 0px;
}


.RadPanelbar_RightSidePanel .rootGroup .link
{
	background: white url('Img/panelBarItemBG.jpg') repeat-x bottom left;
	min-height: 41px;
	width: 175px;
	border-top: 1px solid #a4b0ba;
    border-left: 1px solid #a4b0ba;
    border-right: 1px solid #a4b0ba;
}

.RadPanelbar_RightSidePanel .rootGroup .link:hover
{
	background: #eaeaea url('Img/panelBarItemBG-hover.jpg') repeat-x bottom left;
	min-height: 41px;
	width: 175px;
	border-top: 1px solid #a4b0ba;
    border-left: 1px solid #a4b0ba;
    border-right: 1px solid #a4b0ba;
}

.RadPanelbar_RightSidePanel .rootGroup .text
{
	width: 146px;
	max-width: 146px;
}

.RadPanelbar_RightSidePanel .group .text
{
	background: transparent;
	padding: 5px 20px 0px 0px;
	color: black;
	line-height: 24px;
}

.RadPanelbar_RightSidePanel .rootGroup .selected .text,
.RadPanelbar_RightSidePanel .rootGroup .expanded .text
{
	background: none;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.RadPanelbar_RightSidePanel .rootGroup .selected .link
{
    background: #eaeaea url('Img/panelBarItemBG-hover.jpg') repeat-x bottom left;
	min-height: 41px;
	width: 175px;
	border-top: 1px solid #a4b0ba;
    border-left: 1px solid #a4b0ba;
    border-right: 1px solid #a4b0ba;
}

.RadPanelbar_RightSidePanel .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	background: none;
	color: black;
}

.RadPanelbar_RightSidePanel .level2 .link
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
}

.RadPanelbar_RightSidePanel .group .expanded .text,
.RadPanelbar_RightSidePanel .group .selected .text
{
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_RightSidePanel .rootGroup .disabled:hover,
.RadPanelbar_RightSidePanel .rootGroup .disabled .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_RightSidePanel .rootGroup .group .disabled:hover,
.RadPanelbar_RightSidePanel .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_RightSidePanel .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
}

.RadPanelbar_RightSidePanel .item.last a, .RadPanelbar_RightSidePanel .item.last a:hover
{
    background: none;
}

.RadPanelbar_RightSidePanel .item.last
{
    background: white url('Img/bottomBG-reg.jpg') no-repeat bottom left !important;
	min-height: 60px;
	width: 177px;
	margin-left: 0px;
}

.RadPanelbar_RightSidePanel .item.last:hover
{
    background: white url('Img/bottomBG-over.jpg') no-repeat bottom left !important;
	min-height: 60px;
	width: 177px;
	margin-left: 0px;
}

.RadPanelbar_RightSidePanel .rootGroup .level2
{
    display: none;
}
