/* RadMenu Default skin */

/*Important: Here i have written a word NOTE: CHANGE where i have made changes just find string 'NOTE: CHANGE' and see the changes*/

.RadMenu_MyCustomSkinPublic 
{
	margine:0pc 0px 0px 0px;
	
}
.RadMenu_MyCustomSkinPublic_rtl
{
	 text-align: right;
}
.RadMenu_MyCustomSkinPublic .rmRootGroup
{
	/* NOTE: CHANGE for  set the border of root menu*/
	/*border: 2px solid #ffffff; */
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	font-size:11px;
	text-align:center;
	padding-top:6px;
	height:25px;
cursor:hand;
	
	
	
	
}
.RadMenu_MyCustomSkinPublic_Context
{
	background: none;
	border: 2px;
}
.RadMenu_MyCustomSkinPublic .rmLink,
.RadMenu_MyCustomSkinPublic .rmTemplate
{	
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: white;
	width:160px;
	padding-top:6px;
	text-align:left;
	padding-left:30px;
	cursor:hand;
	text-decoration:none;
	height:20px;
	/*background-image:url(http://208.106.182.210/stripeco/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blank.png);*/
	background-image:url(/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blank.png);
	background-repeat:no-repeat;
	margin-left:-3px;
}

.RadMenu_MyCustomSkinPublic .rmLink:focus,
.RadMenu_MyCustomSkinPublic .rmFocused
{
	outline: 0;
}

.RadMenu_MyCustomSkinPublic .rmExpanded
{
	z-index: 10000;
	position: relative;
}

.RadMenu_MyCustomSkinPublic_rtl .rmExpanded
{
	position: static;
}

.RadMenu_MyCustomSkinPublic .rmLink:hover,
.RadMenu_MyCustomSkinPublic .rmFocused,
.RadMenu_MyCustomSkinPublic .rmExpanded
{
	/* Note: CHANGE the color of child menu items */
	
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: black;
	text-align:left;
	text-decoration:none;
cursor:hand;
height:20px;
/*background-image:url(http://208.106.182.210/stripeco/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blankgrey.png);*/
background-image:url(/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blankgrey.png);
background-repeat:no-repeat;

margin-left:-3px;
}

.RadMenu_MyCustomSkinPublic .rmLink,
.RadMenu_MyCustomSkinPublic .rmTemplate
{
	/* font: normal 12px Arial, sans-serif; */

}

.RadMenu_MyCustomSkinPublic .rmGroup
{
	/*background-color: #a4b31c; 
	background-color:BE1D2C; */
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink,
.RadMenu_MyCustomSkinPublic .rmGroup .rmTemplate
{
/* NOTE: CHANGE for  change  for background color & font on EXPAND Child  Sub Menu*/
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: white;
	width:190px;
	padding-top:6px;
	text-align:left;
	padding-left:0px;
	cursor:hand;
	text-decoration:none;
	height:20px;
	/*background-image:url(http://208.106.182.210/stripeco/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blank.png);*/
	background-image:url(/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blank.png);
	background-repeat:no-repeat;
	background-color:#2E416C;
	margin-left:-3px;
}

.RadMenu_MyCustomSkinPublic_rtl .rmGroup .rmLink
{
	text-align: right;
	background-color: Aqua;
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink:hover,
.RadMenu_MyCustomSkinPublic .rmGroup .rmFocused,
.RadMenu_MyCustomSkinPublic .rmGroup .rmExpanded
{
	/* NOTE: CHANGE for  change  for background color & font on mouse over Child  Sub Menu*/
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: black;
	text-align:left;
	text-decoration:none;
	cursor:hand;
	height:20px;
	/*background-image:url(http://208.106.182.210/stripeco/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blankgrey.png);*/
	background-image:url(/MasterPageCssImage/BackupPage/Admin/Uploads/Includes/Images/blankgrey.png);
	background-repeat:no-repeat;
	margin-left:-3px;
	background-color:#2E416C;

}
.RadMenu_MyCustomSkinPublic .rmText
{
	/* NOTE: CHANGE for  padding between the root menu items*/
	
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink .rmText
{
	/* font-size: 11px;
	padding: 4px 37px 5px 20px; */	
	/*NOTE: CHANGE for  
	background-color:Gray;*/
}

.RadMenu_MyCustomSkinPublic_rtl .rmGroup .rmLink .rmText
{
	/*padding: 4px 20px 0px 37px;*/
}

/* <expand arrows styling> */

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink .rmExpandRight
{
	/*  background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px; */
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink .rmExpandLeft
{
	/* background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px; */
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_MyCustomSkinPublic .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MyCustomSkinPublic .rmGroup .rmExpanded .rmExpandRight
{
	/* background-image: url(Menu/ArrowExpandHovered.gif); */
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_MyCustomSkinPublic .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MyCustomSkinPublic .rmGroup .rmExpanded .rmExpandLeft
{
	/* background-image: url(Menu/ArrowExpandHoveredRTL.gif); */
}

/* </expand arrows styling> */

.RadMenu_MyCustomSkinPublic .rmHorizontal .rmItem { /* border-right: 1px solid #353535; padding-bottom:1px; */width:86px; }
.RadMenu_MyCustomSkinPublic .rmHorizontal .rmLast { border-right: 0px none; width:85px;}

.RadMenu_MyCustomSkinPublic .rmVertical .rmItem { /* border-bottom: 1px solid #353535; */ }
.RadMenu_MyCustomSkinPublic .rmVertical .rmLast { /* border-bottom: 0; padding-bottom: 1px; */ }

.RadMenu_MyCustomSkinPublic_rtl .rmHorizontal .rmItem { border-left: 0px none; }

.RadMenu_MyCustomSkinPublic .rmRootGroup .rmGroup .rmItem,
.RadMenu_MyCustomSkinPublic_Context .rmGroup .rmItem
{ border-right: 0px none; border-bottom: 0px none; padding-bottom: 0 ;}

.RadMenu_MyCustomSkinPublic .rmGroup
{
	/* border: 1px solid #828282; */
	background-color: #ffffff; 
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_MyCustomSkinPublic .rmTopArrow,
.RadMenu_MyCustomSkinPublic .rmBottomArrow
{
	/* height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center; */
}

.RadMenu_MyCustomSkinPublic .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_MyCustomSkinPublic .rmLeftArrow,
.RadMenu_MyCustomSkinPublic .rmRightArrow
{
	/* width: 10px;
	height: 100%;
	margin-top: -1px;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center; */
}

.RadMenu_MyCustomSkinPublic .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_MyCustomSkinPublic .rmItem .rmDisabled .rmText
{
	/* color: #999; */
}

.RadMenu_MyCustomSkinPublic .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmItem .rmDisabled
{
	/* background-color: #fff; */
}

.RadMenu_MyCustomSkinPublic .rmRootGroup .rmSeparator,
.RadMenu_MyCustomSkinPublic .rmGroup .rmSeparator
{
	/* background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0; */
}

.RadMenu_MyCustomSkinPublic .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MyCustomSkinPublic .rmHorizontal .rmSeparator
{
	/* height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0; */
}

.RadMenu_MyCustomSkinPublic .rmVertical .rmSeparator
{
	/* height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px; */
}

.RadMenu_MyCustomSkinPublic .rmLeftImage
{
	margin: 2px;
}

.RadMenu_MyCustomSkinPublic .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_MyCustomSkinPublic .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_MyCustomSkinPublic_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_MyCustomSkinPublic .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_MyCustomSkinPublic .rmItem .rmDisabled:hover
{
	background: none;
}