/* RadMenu IKS skin */

.RadMenu_IKS 
{
	text-align: left;
}

.RadMenu_IKS_rtl
{
	text-align: right;
}

.RadMenu_IKS_Context
{
	background: none;
	border: 0;
}

.RadMenu_IKS a
{
	text-decoration: none;
}

.RadMenu_IKS .rmLink
{
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
}

.RadMenu_IKS .rmLink:focus,
.RadMenu_IKS .rmFocused
{
	outline: 0;
}

.RadMenu_IKS .rmExpanded
{
	z-index: 10000;
}

.RadMenu_IKS .rmLink:hover,
.RadMenu_IKS .rmFocused,
.RadMenu_IKS .rmExpanded
{
    
}

.RadMenu_IKS .rmRootGroup .rmLink
{
    color: White;
    text-align:center;
}

.RadMenu_IKS .rmLink .rmText
{
	font: bold 8pt Tahoma, sans-serif;
	cursor:pointer;
}

.RadMenu_IKS .rmLink:hover .rmText
{
	font: bold 8pt Tahoma, sans-serif;
	cursor:pointer;
}

.RadMenu_IKS .rmGroup
{
	background: #fff url(Menu/GroupBkg.gif) repeat-y;
	background-position: left top;
}

.RadMenu_IKS .rmGroup .rmLink
{
	text-decoration: none;
}

.RadMenu_IKS_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_IKS .rmSlide .rmLink
{
    color: Black;
    text-align:left;
}

.RadMenu_IKS .rmGroup .rmLink:hover,
.RadMenu_IKS .rmGroup .rmFocused,
.RadMenu_IKS .rmGroup .rmExpanded
{
    background-color: #D1D1D1;
}

.RadMenu_IKS .rmText
{
	padding: 3px 20px 5px 20px;
}

.RadMenu_IKS .rmGroup .rmLink .rmText
{
	font-size: 8pt;
}

/* <expand arrows styling> */

.RadMenu_IKS .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_IKS .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_IKS .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_IKS .rmGroup .rmFocused .rmExpandRight,
.RadMenu_IKS .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_IKS .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_IKS .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_IKS .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_IKS .rmHorizontal .rmItem { border-right: 1px solid #353535; }
.RadMenu_IKS .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_IKS .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_IKS .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_IKS_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_IKS .rmRootGroup .rmGroup .rmItem,
.RadMenu_IKS_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_IKS .rmGroup
{
	border: 1px solid #828282;
}

.RadMenu_IKS .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_IKS .rmTopArrowDisabled,
.RadMenu_IKS .rmBottomArrowDisabled,
.RadMenu_IKS .rmLeftArrowDisabled,
.RadMenu_IKS .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_IKS .rmTopArrow,
.RadMenu_IKS .rmBottomArrow,
.RadMenu_IKS .rmLeftArrow,
.RadMenu_IKS .rmRightArrow
{
	font-size: 0;
	line-height: 0;
}

.RadMenu_IKS .rmTopArrow,
.RadMenu_IKS .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_IKS .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_IKS .rmLeftArrow,
.RadMenu_IKS .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_IKS .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_IKS .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_IKS .rmRootGroup .rmItem .rmLink .rmText
{
    
}

.RadMenu_IKS .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_IKS .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_IKS .rmRootGroup .rmSeparator,
.RadMenu_IKS .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_IKS .rmSeparator .rmText
{
	display: none;
}

.RadMenu_IKS .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_IKS .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_IKS .rmLeftImage
{
	margin: 2px;
}

.RadMenu_IKS .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_IKS .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_IKS .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_IKS_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_IKS_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_IKS_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_IKS .rmItem .rmDisabled:hover
{
	background: none;
}