/* RadMenu Default skin */

.RadMenu_ALR 
{
	
}

.RadMenu_ALR_rtl
{
	text-align: right;
}

.RadMenu_ALR_Context
{
	background: none;
	border: 0;
}

.RadMenu_ALR a
{
	text-decoration: none;
}

.RadMenu_ALR .rmLink
{
	text-decoration: none;
	color: #fff;
}

.RadMenu_ALR .rmLink:focus,
.RadMenu_ALR .rmFocused
{
	outline: 0;
}

.RadMenu_ALR .rmExpanded
{
	z-index: 10000;
}

.RadMenu_ALR .rmLink:hover,
.RadMenu_ALR .rmFocused,
.RadMenu_ALR .rmExpanded
{
	color: #fff;
	cursor: pointer;
}

.RadMenu_ALR .rmLink .rmText
{
	font: bold 12px Arial, sans-serif;
}

.RadMenu_ALR .rmGroup
{
	background: #fff;
}

.RadMenu_ALR .rmGroup .rmLink
{
	text-decoration: none;
	color: #001281;
}

.RadMenu_ALR_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_ALR .rmGroup .rmLink:hover,
.RadMenu_ALR .rmGroup .rmFocused,
.RadMenu_ALR .rmGroup .rmExpanded
{
	background:#ddd;
}

.RadMenu_ALR .rmText
{
	padding: 3px 10px 5px 10px;
}

.RadMenu_ALR .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_ALR .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_ALR .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_ALR .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ALR .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ALR .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_ALR .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ALR .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ALR .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_ALR .rmHorizontal .rmItem { border-right: 1px solid #fff; }
.RadMenu_ALR .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_ALR .rmVertical .rmItem { border-bottom: 1px solid #fff; }
.RadMenu_ALR .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_ALR_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_ALR .rmRootGroup .rmGroup .rmItem,
.RadMenu_ALR_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_ALR .rmGroup
{
	background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.RadMenu_ALR .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_ALR .rmTopArrowDisabled,
.RadMenu_ALR .rmBottomArrowDisabled,
.RadMenu_ALR .rmLeftArrowDisabled,
.RadMenu_ALR .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_ALR .rmTopArrow,
.RadMenu_ALR .rmBottomArrow,
.RadMenu_ALR .rmLeftArrow,
.RadMenu_ALR .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_ALR .rmTopArrow,
.RadMenu_ALR .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_ALR .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_ALR .rmLeftArrow,
.RadMenu_ALR .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_ALR .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_ALR .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_ALR .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_ALR .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_ALR .rmRootGroup .rmSeparator,
.RadMenu_ALR .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_ALR .rmSeparator .rmText
{
	display: none;
}

.RadMenu_ALR .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_ALR .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_ALR .rmLeftImage
{
	margin: 2px;
}

.RadMenu_ALR .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_ALR .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_ALR .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_ALR_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_ALR_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_ALR_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_ALR .rmItem .rmDisabled:hover
{
	background: none;
}