﻿div.RadMenu_User
{
	width: 100%;
	height: 25px;
}

div.RadMenu_User .rmRootGroup 
{
	border: 1px solid transparent;
	background: none;
}

div.RadMenu_User .rmItem .rmSlide
{
	margin-left: -1px;
}

div.RadMenu_User .rmExpanded, 
div.RadMenu_User .rmExpanded:hover,
div.RadMenu_User .rmLink:hover,
div.RadMenu_User .rmSelected
{
	background-color: transparent;
	cursor:pointer !important;
}

.RadMenu_User .rmItem,
.RadMenu_User .rmRootGroup 
{
	width: 100%;
}



/* *************************************************************************************************** */









/* <Submenu items> */

.RadMenu_User .rmGroup,
.RadMenu_User .rmGroup .rmVertical
{
	/*border: 1px solid #e1f1c6;*/
	/*background: #fff url('MenuUser/rmVSprite.png') repeat-y 0 0;*/
	background-color: #f2f2f2;
	border:solid 1px #cccccc;


}

.RadMenu_User .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_User_rtl .rmGroup,
.RadMenu_User_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_User .rmRootGroup li.rmItem .rmGroup
{
	padding: 0;
	
}

.RadMenu_User .rmRootGroup .rmHorizontal
{
	background-image: none;
	
}

.RadMenu_User .rmScrollWrap .rmVertical
{
	border: 0;

}

.RadMenu_User .rmGroup .rmItem
{
	/*SETS WIDTH AND THE WRAP!!!!!!!! */
	width:350px;
	white-space:normal !important;
}
	

.RadMenu_User .rmGroup .rmItem .rmLink
{
	color:#000;
	font: normal 12px/22px Arial, Verdana, sans-serif;
	border-bottom:solid 1px #ccc !important;
	text-decoration:none;

}
.RadMenu_User .rmGroup .rmItem .rmLink .rmText
{
	padding:0 15px 0 15px!important;
}

.RadMenu_User .rmGroup .rmItem .rmLink,
.RadMenu_User .rmGroup .rmItem .rmLink:hover,
.RadMenu_User .rmGroup .rmItem .rmFocused,
.RadMenu_User .rmGroup .rmItem .rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_User .rmGroup .rmLast .rmLink,
.RadMenu_User .rmGroup .rmLast .rmLink:hover,
.RadMenu_User .rmGroup .rmLast .rmFocused,
.RadMenu_User .rmGroup .rmLast .rmExpanded
{
	padding-bottom: 1px;

}

.RadMenu_User .rmGroup .rmLink,
.RadMenu_User .rmGroup .rmText,
.RadMenu_User .rmGroup .rmItem .rmDisabled,
.RadMenu_User .rmGroup .rmItem .rmDisabled:hover,
.RadMenu_User .rmGroup .rmItem .rmDisabled .rmText,
.RadMenu_User .rmGroup .rmItem .rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_User .rmGroup .rmLink:hover,
.RadMenu_User .rmGroup .rmFocused,
.RadMenu_User .rmGroup .rmExpanded
{
	background-color: #666;
	color: #fff;
}

.RadMenu_User .rmGroup .rmLink:hover .rmText,
.RadMenu_User .rmGroup .rmFocused .rmText,
.RadMenu_User .rmGroup .rmExpanded .rmText
{
	background-color: #666;

	color: #fff;
}

/* <expand arrows> */

.RadMenu_User .rmGroup .rmExpandRight,
.RadMenu_User .rmGroup .rmExpandDown,
.RadMenu_User .rmGroup .rmItem .rmDisabled .rmExpandRight,
.RadMenu_User .rmGroup .rmItem .rmDisabled .rmExpandDown,
.RadMenu_User .rmGroup .rmItem .rmDisabled:hover .rmExpandRight,
.RadMenu_User .rmGroup .rmItem .rmDisabled:hover .rmExpandDown
{
	background-position: 100% -215px;
}

.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% -215px;
}

.RadMenu_User .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_User .rmGroup .rmDisabled:hover .rmExpandDown
{
	/*
	background-image: url('MenuUser/rmSprite.png');
	background-position: 100% -216px;
	*/
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_User_rtl .rmLink
{
	/*background-position: 100% -96px;*/
}

.RadMenu_User_rtl .rmText
{
	/*background-position: 0 -72px;*/
}

.RadMenu_User_rtl .rmVertical .rmExpanded .rmText,
.RadMenu_User_rtl .rmVertical .rmExpanded:hover .rmText
{
	/*background-position: 0 500px;*/
	background-repeat: no-repeat;
}

.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 (Default - specific, overlapping submenus)> */

.RadMenu_User .rmSlide
{
	
	margin: 7px 0 0 -1px;
}

.RadMenu_User .rmVertical .rmSlide,
.RadMenu_User .rmSlide .rmSlide,
.RadMenu_User_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_User_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_User_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_User_rtl .rmVertical .rmSlide,
.RadMenu_User_rtl .rmSlide .rmSlide,
.RadMenu_User_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_User .rmLeftArrow,
.RadMenu_User .rmRightArrow
{
	background-color: #E6E6E6;
}

.RadMenu_User .rmLeftArrow 
{
	/*background-position: -8px -312px;  */
	border-right: 1px solid #828282; 
	}
	
.RadMenu_User .rmRightArrow 
{
	/*background-position: -482px -216px; */
	 border-left: 1px solid #828282; 
	 }

.RadMenu_User .rmTopArrow,
.RadMenu_User .rmBottomArrow,
.RadMenu_User .rmGroup .rmLeftArrow,
.RadMenu_User .rmGroup .rmRightArrow
{
	background-color: #E6E6E6;
}

.RadMenu_User .rmTopArrow 
{
	/*background-position: 50% -367px;  */
	border-bottom: 1px solid #828282; 
	}
	
.RadMenu_User .rmBottomArrow 
{
	/*background-position: 50% -391px; */
	border-top: 1px solid #828282; 
	}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_User .rmHorizontal .rmSeparator .rmText,
.RadMenu_User .rmVertical .rmHorizontal .rmSeparator .rmText
{
	/*height: 22px;*/
	height: 47px;
	margin: 1px 0 0;
	width: 1px;
	background-color: #A8A8A8;
}

.RadMenu_User_Context .rmSeparator .rmText,
.RadMenu_User .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_User .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	/*background-position: 0 -406px;*/
}

/* </Separators> */

/* </RadMenu / Default> */
        