/* RadMenu Aist skin */

.RadMenu_Aist 
{
	text-align: left;
}

.RadMenu_Aist_rtl
{
	text-align: right;
}

.RadMenu_Aist li
{
	width: 100%;
	margin: 0px;
}

.RadMenu_Aist a,
.RadMenu_Aist .rmLink
{
	color: #004c96;
	text-decoration: none;
	cursor: hand;
}

.RadMenu_Aist .rmExpanded
{
	z-index: 10000;
}

.RadMenu_Aist .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_Aist .rmLink:hover,
.RadMenu_Aist .rmFocused,
.RadMenu_Aist .rmExpanded
{
	background-color: #AAAAAA;
	color: #ff0000;
	cursor: hand;
}

.RadMenu_Aist .rmText
{
	padding: 5px 15px 5px 15px;
	white-space: pre-wrap;
}

.RadMenu_Aist .rmGroup
{
	background-color: White;
	border: 1px solid #828282;
}

.RadMenu_Aist_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Aist .rmTopArrowDisabled,
.RadMenu_Aist .rmBottomArrowDisabled,
.RadMenu_Aist .rmLeftArrowDisabled,
.RadMenu_Aist .rmRightArrowDisabled
.RadMenu_Aist .rmTopArrow,
.RadMenu_Aist .rmBottomArrow,
.RadMenu_Aist .rmLeftArrow,
.RadMenu_Aist .rmRightArrow
{
	display: none;
}

.RadMenu_Aist .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Aist .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Aist .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Aist .rmRootGroup .rmSeparator,
.RadMenu_Aist .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Aist .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Aist .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Aist .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Aist .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Aist .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_Aist .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Aist_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Aist_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_Aist_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Aist .rmItem .rmDisabled:hover
{
	background: none;
}
