/* <RadMenu / Hay> */

.RadMenu_User 
{
    z-index:1 !important; /* Because of the RadCombobox */
}



.RadMenu_User .rmRootGroup,
.RadMenu_User .rmLink,
.RadMenu_User .rmText,
.RadMenu_User .rmLeftArrow,
.RadMenu_User .rmRightArrow,
.RadMenu_User .rmTopArrow,
.RadMenu_User .rmBottomArrow
{
	background-image: url('MenuUser/rmSprite.png');
	background-color: transparent;

}

.RadMenu_User .rmRootGroup {}

/* <Root items> */


.RadMenu_User .rmRootGroup .rmItem
{
	/*SETS WIDTH AND THE WRAP!!!!!!!! */
	white-space:normal !important;
	

}


.RadMenu_User .rmLink
{
	font: normal 11px/26px Arial, sans-serif;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	padding-left:10px !important;
	
}
.RadMenu_User .rmText
{
	margin-left:-2px !important; /* VERY IMPORTANT -- THIS MAKES UP FOR WHATEVER SPACE IS BETWEEN THE TABS-- Centers the word better */

}


.RadMenu_User .rmRootGroup .rmLink,
.RadMenu_User .rmRootGroup .rmText
{
	background-repeat: no-repeat;
	



}




.RadMenu_User .rmGroup .rmLink,
.RadMenu_User .rmGroup .rmText
{
	font: bold 11px/26px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration:none !important;
	margin:0px !important;
	padding:0px !important;
	background-image: none !important;
}


.RadMenu_User .rmGroup .rmText 
{
	margin:0px !important;
	padding:0px !important;
	padding-left:10px !important;
	background-image: none !important;

}
	


.RadMenu_User .rmGroup .rmLink:hover,
.RadMenu_User .rmGroup .rmFocused,
.RadMenu_User .rmGroup .rmExpanded
{
	color: #fff;
	background: #95806f;
	background-image: none !important;

}















/* MAIN ITEMS ON NO SELECT */
/* Controls the left */
.RadMenu_User .rmLink,
.RadMenu_User .rmFocused
{
	color: #fff;
	background-position: 0 -60px;
}
/* Controls the right */
.RadMenu_User .rmLink .rmText,
.RadMenu_User .rmFocused .rmText
{
	background-position: 100% -91px;
}





/* HOVER ITEMS ON NO SELECT */
.RadMenu_User .rmLink:hover,
.RadMenu_User .rmFocused
{
	color: #fff;
	background-position: 0 -122px;
	cursor:pointer;
}
.RadMenu_User .rmLink:hover .rmText,
.RadMenu_User .rmFocused .rmText
{
	background-position: 100% -153px;
	cursor:pointer;
}




/* HOVER ITEMS with MENUS ON NO SELECT */

.RadMenu_User .rmExpanded,
.RadMenu_User .rmExpanded:hover
{
	color: #fff;
	background-position: 0 -122px;
}

.RadMenu_User .rmExpanded .rmText,
.RadMenu_User .rmExpanded:hover .rmText
{
	background-position: 100% -153px;
}




.RadMenu_User .rmDisabled,
.RadMenu_User .rmDisabled:hover
{
	color: #919180;
}

.RadMenu_User .rmDisabled:hover,
.RadMenu_User .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */










/* <Submenu items> */

.RadMenu_User .rmGroup,
.RadMenu_User .rmGroup .rmVertical
{

	background-color: #337d91;

	

}

.RadMenu_User .rmSlide .rmScrollWrap
{
	/*
	background-image: none;
	*/
}


.RadMenu_User .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_User .rmScrollWrap .rmVertical
{
	border: 0;
}


.RadMenu_User .rmGroup .rmItem
{
	/*SETS WIDTH AND THE WRAP!!!!!!!! */
	width:250px;
	white-space:normal !important;
}
	


/* FOR THE MAIN NAV - had to add item, first and last */
.RadMenu_User .rmRootGroup li.rmItem
{}

.RadMenu_User .rmRootGroup li.rmFirst
{}




/* FOR THE SUBMENU NAV - had to put the left and right to none to ovrride */
.RadMenu_User ul.rmVertical
{

}

.RadMenu_User .rmRootGroup li.rmItem .rmGroup
{
	border-right: none;
	border-left: none;
	
}
.RadMenu_User .rmGroup li.rmLast
{
	padding-bottom: 1px;

}

/* PUTS PADDING ON THE SUBMENU */
.RadMenu_User .rmRootGroup .rmGroup li.rmItem 
{
	
}


.RadMenu_User .rmGroup .rmLink:hover,
.RadMenu_User .rmGroup .rmFocused,
.RadMenu_User .rmGroup .rmExpanded
{
	background:none !important;
	z-index: 10000;
}

.RadMenu_User .rmGroup .rmLink:hover .rmText,
.RadMenu_User .rmGroup .rmFocused .rmText,
.RadMenu_User .rmGroup .rmExpanded .rmText
{
	color: #fff;
	background: #52afc7;

}

.RadMenu_User .rmGroup .rmExpanded,
.RadMenu_User .rmGroup .rmExpanded:hover
{
	color: #279500;
}

.RadMenu_User .rmGroup .rmDisabled,
.RadMenu_User .rmGroup .rmDisabled:hover
{
	color: #8a8a8a;
}

/* <expand arrows> */

.RadMenu_User .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(MenuUser/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_User .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(MenuUser/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_User .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_User .rmGroup .rmFocused .rmExpandRight,
.RadMenu_User .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_User .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_User .rmGroup .rmFocused .rmExpandDown,
.RadMenu_User .rmGroup .rmExpanded .rmExpandDown
{
	/*
	background-position: 100% -240px;
	*/
}

.RadMenu_User .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_User .rmGroup .rmDisabled:hover .rmExpandDown
{
	/*
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
	*/
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_User_rtl .rmGroup .rmLink:hover,
.RadMenu_User_rtl .rmGroup .rmFocused,
.RadMenu_User_rtl .rmGroup .rmExpanded
{
	/*
	background-position: 100% -264px;
	*/
}

.RadMenu_User_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_User_rtl .rmGroup .rmFocused .rmText,
.RadMenu_User_rtl .rmGroup .rmExpanded .rmText
{
	/*
	background-position: 0 -288px;
	*/
}

.RadMenu_User_rtl .rmGroup .rmExpandLeft
{
	/*
	background-position: 0 -312px;
	*/
}

.RadMenu_User_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_User_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_User_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	/*
	background-position: 0 -336px;
	*/
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Hay - specific, overlapping submenus)> */

.RadMenu_User .rmSlide
{

}

.RadMenu_User .rmVertical .rmSlide,
.RadMenu_User .rmSlide .rmSlide,
.RadMenu_User_Context .rmGroup .rmSlide
{

}

.RadMenu_User_rtl .rmSlide
{

}

.RadMenu_User_rtl .rmVertical .rmSlide,
.RadMenu_User_rtl .rmSlide .rmSlide,
.RadMenu_User_Context_rtl .rmGroup .rmSlide
{

}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_User .rmLeftArrow,
.RadMenu_User .rmRightArrow
{
	background-color: #f6f6e8;
}

.RadMenu_User .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #bbb99d; }
.RadMenu_User .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #bbb99d; }

.RadMenu_User .rmTopArrow,
.RadMenu_User .rmBottomArrow,
.RadMenu_User .rmGroup .rmLeftArrow,
.RadMenu_User .rmGroup .rmRightArrow
{
	background-color: #f6f6e8;
}

.RadMenu_User .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #bbb99d; }
.RadMenu_User .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #bbb99d; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_User .rmVertical .rmSeparator .rmText,
.RadMenu_User .rmHorizontal .rmVertical .rmSeparator .rmText
{
	/*
	background-position: 0 -406px;
	*/
}





.RadMenu_User .rmHorizontal .rmSeparator .rmText,
.RadMenu_User .rmVertical .rmHorizontal .rmSeparator .rmText
{
	/*
	background-position: 0 -386px;
	*/
}

/* </Separators> */

/* </RadMenu / Hay> */