/* RadMenu Janis skin */
.RadMenu_Janis
{
	float: none !important;
}

.RadMenu_Janis .rmLink
{
	/*float:left;
	margin:0px;
	display:inline;
.rmText-decoration:none;
	margin:0px; */
	color: #87bde9;
		
}

.RadMenu_Janis .selectedItem {
	color: #fff;
}

.RadMenu_Janis .rmLink .rmText
{	
	
}
/*.RadMenu_Janis .Selected .rmText, .RadMenu_Janis .rmLink:hover .rmText{color:#FF6000; }*/
.RadMenu_Janis .rmLink:hover,
.RadMenu_Janis .rmLink .rmFocused,
.RadMenu_Janis .rmLink .rmExpanded,
.RadMenu_Janis .rmLink .selected
{
	/*border-bottom: 3px solid #F9F9F7;*/
	color:#126DB3; 
	text-decoration:none;
}

.RadMenu_Janis .rmLink:hover .rmText,
.RadMenu_Janis .rmFocused .rmText,
.RadMenu_Janis .rmExpanded .rmText
{
	background:none; 
	color:#fff;  
}

.RadMenu_Janis .rmRootGroup .disabled:hover
{
	border-bottom: 2px solid #d4cbb7;
	border-top: 2px solid #d4cbb7;
	background: #d4cbb7;
}

.RadMenu_Janis .rmRootGroup .disabled:hover .rmText
{
	border-top: 1px solid #d4cbb7;
}

.RadMenu_Janis .rmText
{
	font-size: 13px;
	font-family:arial;
	/* margin: 0 15px; */
}

.RadMenu_Janis .rmGroup
{
	border: 0px;
}

.RadMenu_Janis .rmGroup .rmLink
{
	background: #F9F9F7;
	border: solid 1px #e3d5bf;
	border-top-color: white;
	padding-right: 0px;
.rmText-align: left;
.rmText-decoration:none;
}

.RadMenu_Janis .rmGroup .rmText
{
	margin: 0 9px;
	line-height:15px;
	color: #126DB3;
	/*padding-right: 40px;
	font-weight:bold; */font-size:11px; 
}


.RadMenu_Janis .rmGroup .rmLink:hover .rmText,
.RadMenu_Janis .rmGroup .rmFocused .rmText,
.RadMenu_Janis .rmGroup .rmExpanded .rmText
{
	border-top: 0px;
	font-weight: bold;
	color: #87bde9;  
}

.RadMenu_Janis .rmGroup .rmLink:hover,
.RadMenu_Janis .rmGroup .rmFocused,
.RadMenu_Janis .rmGroup .rmExpanded
{
	background: #f8f7f4;
	/*border-bottom: 1px solid #F9F9F7;
	border-top: 1px solid white;*/
	font-weight: n.al;
}

.RadMenu_Janis .leftArrow,
.RadMenu_Janis .rightArrow,
.RadMenu_Janis .topArrow,
.RadMenu_Janis .bottomArrow,
.RadMenu_Janis .leftArrowDisabled,
.RadMenu_Janis .rightArrowDisabled,
.RadMenu_Janis .topArrowDisabled,
.RadMenu_Janis .bottomArrowDisabled
{
	border-left: 1px solid #e3d5bf;
	border-right: 1px solid #e3d5bf;
	background: #F9F9F7 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Janis .topArrow,
.RadMenu_Janis .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Janis .bottomArrow,
.RadMenu_Janis .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Janis .rightArrow,
.RadMenu_Janis .leftArrow
{
	height:100%;
}

.RadMenu_Janis .rightArrow,
.RadMenu_Janis .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Janis .vertical .separator .rmText
{
	background: #e0dcd4;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #e3d5bf;
	border-right: solid 1px #e3d5bf;
}

.RadMenu_Janis .expandLeft,
.RadMenu_Janis .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Janis .rmLink:hover .expandLeft,
.RadMenu_Janis .rmLink:hover .expandRight,
.RadMenu_Janis .rmFocused .expandLeft,
.RadMenu_Janis .rmFocused .expandRight,
.RadMenu_Janis .rmExpanded .expandLeft,
.RadMenu_Janis .rmExpanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Janis_rtl .rmGroup .rmLink:hover .expandLeft,
.RadMenu_Janis_rtl .rmGroup .rmLink:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
}

.RadMenu_Janis_rtl .expandLeft,
.RadMenu_Janis_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */

/* NZ - fixed after 6/24/2009 upgrade */
.RadPanelBar .rpRootGroup {
border-style:none !important;
border-width:0 !important;
}

.RadPanelBar .rpOut{
	border: none !important;
}

.RadPanelBar .rpFirst .rpLink{
border: none !important;
}

.RadPanelBar .rpLevel2 .rpTemplate, .RadPanelBar .rpLevel2 .rpOut {
	padding-left: 0 !important;
}
.RadPanelBar .rpExpandable .rpText, .RadPanelBar .rpExpanded .rpText{
	padding-right: 0 !important;
}
