﻿/* RadMenu ICAS skin */

/* </base styles> */

.RadMenu_ICAS 
{
	background-color: #101010;
	text-align: left;
	line-height: 24px;
}

.RadMenu_ICAS_rtl
{
	text-align: right;
}

.RadMenu_ICAS_Context
{
	background: none;
	border: 0;
}

.RadMenu_ICAS a
{
	cursor: pointer !important;
	text-decoration: none;
}

.RadMenu_ICAS .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #D8D8D8;
}

.RadMenu_ICAS .rmLink:focus,
.RadMenu_ICAS .rmFocused
{
	outline: 0;
}

.RadMenu_ICAS .rmExpanded
{
	z-index: 10000;
}

.RadMenu_ICAS .rmLink:hover,
.RadMenu_ICAS .rmFocused,
.RadMenu_ICAS .rmExpanded
{
	background-color: #F9F4B9;
	color: #101010;
}

.RadMenu_ICAS .rmLink .rmText
{
	font: bold 11px/22px Arial, sans-serif;
}

.RadMenu_ICAS .rmGroup .rmLink
{
	text-decoration: none;
	color: #666666;
}

.RadMenu_ICAS_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_ICAS .rmGroup .rmLink:hover,
.RadMenu_ICAS .rmGroup .rmFocused,
.RadMenu_ICAS .rmGroup .rmExpanded
{	
	background: transparent url('Menu/menuHover.png');
	color: #000000;
}

.RadMenu_ICAS .rmText
{
	padding: 4px 25px 4px 25px;
}

.RadMenu_ICAS .rmGroup .rmLink .rmText
{	
	height: 22px;
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_ICAS .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_ICAS .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_ICAS .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ICAS .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ICAS .rmGroup .rmExpanded .rmExpandRight
{
	background-color: #FFFFFF;
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_ICAS .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ICAS .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ICAS .rmGroup .rmExpanded .rmExpandLeft
{
	background-color: #FFFFFF;
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_ICAS .rmHorizontal .rmItem { }
.RadMenu_ICAS .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_ICAS .rmVertical .rmItem { }
.RadMenu_ICAS .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_ICAS_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_ICAS .rmRootGroup .rmGroup .rmItem,
.RadMenu_ICAS_Context .rmGroup .rmItem
{ 
	border-right: 0; 
}

.RadMenu_ICAS .rmGroup
{
	border: 1px solid #333333;
	background-color: #F9F4B9;
}

.RadMenu_ICAS .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_ICAS .rmTopArrowDisabled,
.RadMenu_ICAS .rmBottomArrowDisabled,
.RadMenu_ICAS .rmLeftArrowDisabled,
.RadMenu_ICAS .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_ICAS .rmTopArrow,
.RadMenu_ICAS .rmBottomArrow,
.RadMenu_ICAS .rmLeftArrow,
.RadMenu_ICAS .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_ICAS .rmTopArrow,
.RadMenu_ICAS .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_ICAS .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_ICAS .rmLeftArrow,
.RadMenu_ICAS .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_ICAS .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_ICAS .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_ICAS .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_ICAS .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_ICAS .rmRootGroup .rmSeparator,
.RadMenu_ICAS .rmGroup .rmSeparator
{
	background: #F9F4B9;
}

.RadMenu_ICAS .rmSeparator .rmText
{
	display: none;
}

.RadMenu_ICAS .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_ICAS .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_ICAS .rmLeftImage
{
	margin: 2px;
}

.RadMenu_ICAS .rmSlide
{
	z-index: 10000;
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_ICAS .rmVertical .rmSlide
{
	z-index: 10000;
	margin-left: -2px !important;
}

* html .RadMenu_ICAS .rmHorizontal .rmSlide
{
	z-index: 10000;
	margin-top: -2px !important;
}

.RadMenu_ICAS_rtl .rmSlide
{
	z-index: 10000;
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_ICAS_rtl .rmVertical .rmSlide
{
	z-index: 10000;
	margin-left: 3px !important;
}

* html .RadMenu_ICAS_rtl .rmHorizontal .rmSlide
{
	z-index: 10000;
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_ICAS .rmItem .rmDisabled:hover
{
	background: none;
}