/* <RadMenu / Hay> */


.RadMenu_User 
{
	position: relative;

	}

/* <Root items> */
.RadMenu_User,
.RadMenu_User .rmLink,
.RadMenu_User .rmText
{
	font: bold 12px/34px Arial, sans-serif;
	color: #fff;
	text-decoration: none;

}

.RadMenu_User .rmGroup .rmLink,
.RadMenu_User .rmGroup .rmText
{
	font: bold 12px/22px Arial, sans-serif !important;
	color: #fff;
	text-decoration:none !important;
}



.RadMenu_User .rmGroup .rmText 
{
	margin-left:0px !important;
	padding-left:14px !important;
}
	


.RadMenu_User .rmGroup .rmLink:hover,
.RadMenu_User .rmGroup .rmFocused,
.RadMenu_User .rmGroup .rmExpanded
{
	background: #444;
}





.RadMenu_User .rmLink:hover,
.RadMenu_User .rmFocused
{
	background: #f1ac2f url(Menu/MenuBackgroundHover.gif) repeat-x top left;
	color: #fff;
	cursor: pointer;

}

.RadMenu_User .rmLink:hover .rmText,
.RadMenu_User .rmFocused .rmText
{
	background: #f1ac2f url(Menu/MenuBackgroundHover.gif) repeat-x top left;
	color: #fff;
	cursor: pointer;
}

.RadMenu_User .rmExpanded,
.RadMenu_User .rmExpanded:hover
{
	background: #f1ac2f url(Menu/MenuBackgroundHover.gif) repeat-x top left;
	color: #fff;
	cursor: pointer;
}

.RadMenu_User .rmDisabled,
.RadMenu_User .rmDisabled:hover
{
	color: #919180;
}

.RadMenu_User .rmDisabled:hover,
.RadMenu_User .rmDisabled:hover .rmText
{
	background: none;
}

/* <Submenu items> */

.RadMenu_User .rmGroup,
.RadMenu_User .rmGroup .rmVertical
{

background-color: #f2f2f2;
	

}

.RadMenu_User .rmVertical
{

	
	border-bottom:1px solid #ccc !important;
	border-right:1px solid #ccc !important;
	border-left:1px solid #ccc !important;

}





.RadMenu_User .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_User .rmScrollWrap .rmVertical
{
	border: 0;
}

/* FOR THE MAIN NAV - had to add item, first and last */
.RadMenu_User .rmRootGroup li.rmItem
{
	border-right:solid 1px #fff;
}

.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 .rmLink .rmText
{
	color:#000 !important;
}

.RadMenu_User .rmRootGroup .rmGroup li.rmItem .rmLink:hover .rmText
{
	color:#fff !important;
}

.RadMenu_User .rmRootGroup .rmGroup li.rmItem .rmFocused .rmText
{
	color:#000 !important;
}


.RadMenu_User .rmGroup .rmLink:hover,
.RadMenu_User .rmGroup .rmFocused,
.RadMenu_User .rmGroup .rmExpanded
{
	background:none !important;
	z-index: 10000;
	color: #fff !important;
}



.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;
}


/* </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; }
