/* RadPanelBar Office 2007 skin */

.RadPanelBar_BStyle
{
	background: white;
	white-space: nowrap;
}

.RadPanelBar_BStyle .rpRootGroup
{
	border: solid 1px #00aee7;
	border-top: 0px;
}

.RadPanelBar_BStyle  .rpText
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 28px;
	color:#B38D2E;	    
	border-color:#00AEE7;
	border-style:solid;
	border-width:2px ;	
	background-color:White; 
        
}

.RadPanelBar_BStyle .rpText:hover
{
	background-image:url('PanelBar/RootItemBkgActive.gif')
}
.RadPanelBar_BStyle .rpImage
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelBar_BStyle .rpRootGroup .rpLink
{
	border-top: solid 1px #00aee7;
	
	color: #204d89;
	
}

/* span class="text" */
.RadPanelBar_BStyle .rpRootGroup .rpText
{
	font-weight: bold;
}
.RadPanelBar_BStyle   .rptext .rplink
{
	color:#002f65;
}



.RadPanelBar_BStyle .rpRootGroup .rpDisabled:hover
{
	background: #7da5e0 url('PanelBar/RootItemBkg.gif') repeat-x;
	color: #10110f;
}

.RadPanelBar_BStyle .rpGroup .rpText
{
	background: transparent;
	font-weight: normal;
	padding: 0px 20px;
	border: 0px;
}
.RadPanelBar_BStyle .rpLevel1 .rpText {color:#002f65; padding: 0 30px; background-image:url('PanelBar/MenuSubItemAtharismall.gif'); background-repeat:no-repeat; background-position:center ; border:solid 2px #00AEE7}
.RadPanelBar_BStyle .rpLevel1 .rpText:hover {color:#002f65; padding: 0 30px; background-image:url('PanelBar/Level1Active.gif'); background-repeat:no-repeat; background-position:center ; border:solid 2px #00AEE7 }
.RadPanelBar_BStyle .rpLevel2 .rpText {color:#002f65; padding: 0 30px; background-image:url('PanelBar/MenuSubItemLevel2.gif'); background-repeat:no-repeat; background-position:center ; border:solid 2px #00AEE7; line-height: 23px}
.RadPanelBar_BStyle .rpLevel2 .rpText:hover {color:#002f65; padding: 0 30px; background-image:url('PanelBar/Level2Active.gif'); background-repeat:no-repeat; background-position:center; border:solid 2px #00AEE7;line-height: 23px}

.RadPanelBar_BStyle .rpLevel3 .rpText { padding: 0 40px; }
.RadPanelBar_BStyle .rpLevel4 .rpText { padding: 0 50px; }

.RadPanelBar_BStyle .rpLevel1
{
	background-color:#00aee7;
	background-repeat:repeat-y;
	background-position:center;
	
	}

/* child item rpLink */
.RadPanelBar_BStyle .rpGroup .rpLink
{
	background: none;
	border: 0px; 
}

/* child item rpLink:hover */

.RadPanelBar_BStyle .rpRootGroup .rpDisabled:hover,
.RadPanelBar_BStyle .rpRootGroup .rpDisabled .rpText
{
	background: #c0dbff url('PanelBar/RootItemBkgActive.gif') repeat-x;
	color: #888;
	cursor: default;
}

.RadPanelBar_BStyle .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_BStyle .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor:pointer;
}