﻿/* RadMenu Default skin */
/*.RadMenu_Account
{
	border: 0px;
	border-bottom-width: 0;
	border-top-width:0;
	background: transparent;
	text-align: left;
}

.RadMenu_Account_rtl
{
	text-align: right;
}

.RadMenu_Account_Context
{
	background: none;
	border: 0;
}

.RadMenu_Account a
{
	text-decoration: none;
}

.RadMenu_Account .rmLink
{
	line-height: 16px;
	text-decoration: none;
	color: #96a07f;
}

.RadMenu_Account .rmLink:focus,
.RadMenu_Account .rmFocused
{
	outline: 0;
}

.RadMenu_Account.rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Account .rmLink:hover,
.RadMenu_Account .rmFocused,
.RadMenu_Account .rmExpanded
{
	background-color: #13212c;
	color: #96a07f;
}

.RadMenu_Account .rmLink .rmText
{
	font: normal 16px  Arial, Verdana,Helvetica, sans-serif;
}

.RadMenu_Account .rmGroup
{
	background: transparent;
}

.RadMenu_Account .rmGroup .rmLink
{
	text-decoration: none;
	color: #96a07f;
}

.RadMenu_Account_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Account .rmGroup .rmLink:hover,
.RadMenu_Account .rmGroup .rmFocused,
.RadMenu_Account .rmGroup .rmExpanded
{
	color: #96a07f;
	background: transparent;
	cursor:hand;
}

.RadMenu_Account .rmText
{
	padding: 3px 10px 5px;
}

.RadMenu_Account .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 15px 5px 15px;
}

.RadMenu_Account_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 10px 5px 10px;
}
*/

/* <expand arrows styling> */
/*
.RadMenu_Account .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Account .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Account .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Account .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Account .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Account .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Account .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Account .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}
*/
/* </expand arrows styling> */

/*.RadMenu_Account.rmHorizontal .rmItem { border-right: 1px solid #85afd7; padding-bottom:1px; }*/
/*
.RadMenu_Account .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Account .rmVertical .rmItem { border-bottom: 1px solid #85afd7; }
.RadMenu_Account .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Account_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Account .rmRootGroup .rmGroup .rmItem,
.RadMenu_Account_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Account .rmGroup
{
	border: 0px;
	background-color: transparent;
}

.RadMenu_Account .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Account .rmTopArrow,
.RadMenu_Account .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Account .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Account .rmLeftArrow,
.RadMenu_Account .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Account .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Account .rmItem .rmDisabled .rmText
{
	color: #768997;
    cursor:none;
}

.RadMenu_Account .rmRootGroup .rmItem .rmText
{
	cursor:hand;
}

.RadMenu_Account .rmRootGroup .rmItem .rmDisabled
{
	background: none;
    cursor:none;
}

.RadMenu_Account .rmGroup .rmItem .rmDisabled
{
	background-color: #768997;
}

.RadMenu_Account .rmRootGroup .rmSeparator,
.RadMenu_Account .rmGroup .rmSeparator
{
	background: transparent;
	/*border-top: 1px solid #676767;*//*
	border-bottom: 0;
}

.RadMenu_Account .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Account .rmHorizontal .rmSeparator
{
	height: 16px;
	width: 1px;
	line-height: 16px;
	border: 0;
}

.RadMenu_Account .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Account .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Account .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Account .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Account_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Account .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Account .rmItem .rmDisabled:hover
{
	background: none;
}*/
.RadMenu_Account .rmLink:hover,
.RadMenu_Account .rmFocused
.RadMenu_Account .rmLink:hover .rmText,
.RadMenu_Account .rmFocused .rmText
.RadMenu_Account .rmExpanded,
.RadMenu_Account .rmExpanded:hover
.RadMenu_Account .rmExpanded .rmText,
.RadMenu_Account .rmExpanded:hover .rmText
.RadMenu_Account .rmDisabled,
.RadMenu_Account .rmDisabled:hover
.RadMenu_Account .rmDisabled .rmText,
.RadMenu_Account .rmDisabled:hover .rmText
.RadMenu_Account .rmGroup .rmLink:hover,
.RadMenu_Account .rmGroup .rmFocused,
.RadMenu_Account .rmGroup .rmExpanded
.RadMenu_Account .rmGroup .rmLink:hover .rmText,
.RadMenu_Account .rmGroup .rmFocused .rmText,
.RadMenu_Account .rmGroup .rmExpanded .rmText
.RadMenu_Account .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Account .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Account .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Account .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Account .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Account .rmGroup .rmExpanded .rmExpandDown
.RadMenu_Account .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Account .rmGroup .rmDisabled:hover .rmExpandDown
{
	cursor:pointer;
}