/* bao div that wraps the menu */
#MainMenuWrapper
{
    background: url(Menu/RootItemBkg.gif) repeat-x;
    overflow: visible; height: 23px;
    text-align:center;
    margin:0px 0px 3px 0px;
    z-index:9000;

}
.RadMenu_ALKCF
{

	background:url(Menu/RootItemBkg.gif) repeat-x;
    font:menu;
	line-height:20px;
	cursor:pointer;
}

.RadMenu_ALKCF .rmRootGroup
{
	margin: 2px 5px;
}

.RadMenu_ALKCF_Context
{
	background:none;
	padding:0;
}

.RadMenu_ALKCF .rmLink, .RadMenu_ALKCF .rmLink:visited
{
	color:#ffffff;
	text-decoration:none;
	padding:3px 8px;

}

.RadMenu_ALKCF .rmVertical .rmSeparator 
{
	padding:0;
	margin:1px 0;
}

.RadMenu_ALKCF .rmVertical .rmSeparator .rmText
{
	/*border-top:1px solid #6A8CCB;*/
	margin-left: 28px;
}

.RadMenu_ALKCF .rmRootGroup .rmFocused,
.RadMenu_ALKCF .rmRootGroup .rmLink:hover
{
	/* background:#FFD59A url(Menu/RootItemFocusedBkg.gif) left top repeat-x; */
	background:#ffffff;
	/*border:1px solid #002D96;*/
	border:1px solid #000000;
	padding:2px 7px;	
	color:#000000;
}

.RadMenu_ALKCF .rmRootGroup .rmDisabled:hover,
.RadMenu_ALKCF .rmRootGroup .rmDisabled
{
	background:none;
	border:0;
	padding:3px 8px;
	color: #666;
}

.RadMenu_ALKCF .rmHorizontal .rmExpanded,
.RadMenu_ALKCF .rmHorizontal .rmExpanded:hover
{
	/*background:#93B5E7 url(Menu/RootItemBkg.gif) left top repeat-x;*/
	/* border:1px solid #002D96; */
	border:1px solid #212121;
	padding:2px 7px;
	padding-bottom:3px;
	border-bottom:0;
}

.RadMenu_ALKCF .rmVertical .rmExpanded,
.RadMenu_ALKCF .rmVertical .rmExpanded:hover
{
	/*background:#93B5E7 url(Menu/x.gif) left top repeat-x;*/
			
	/* border:1px solid #002D96; */
	border:1px solid #000000;
	padding:2px 7px;
}

.RadMenu_ALKCF .rmGroup
{
	/*border:1px solid #002D96;*/
	border:1px solid #212121;
	float:left;
	/*background: #F6F6F6 url(Menu/GroupBkg.gif) repeat-y;*/
	background:#ffffff;
}

.RadMenu_ALKCF .rmGroup .rmLink
{
	color:#000000;
	padding:2px;
}

.RadMenu_ALKCF .rmGroup .rmItem
{
	margin:0;
	padding:1px;

}

.RadMenu_ALKCF .rmGroup .rmLink:hover,
.RadMenu_ALKCF .rmGroup .rmFocused,
.RadMenu_ALKCF .rmGroup .rmExpanded
{
	background-color:#ebebeb;
	background-image:none;
	/*border:1px solid #002D96;*/
	border:1px solid #c0c0c0;
	padding:1px;
}

.RadMenu_ALKCF .rmGroup .rmDisabled:hover,
.RadMenu_ALKCF .rmGroup .rmDisabled
{
	background-color:transparent;
	background-image:none;
	border:0;
	padding:2px;
	color: #ccc;
}

.RadMenu_ALKCF .rmGroup .rmText
{
	padding: 0px 30px 0px 15px !important;
	text-align:left;
}


.RadMenu_ALKCF .rmText
{
	padding: 0 !important;
	line-height: 20px;
	font-family:Arial;
	font-size:10px;
}

.RadMenu_ALKCF .rmExpandLeft,
.RadMenu_ALKCF .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
	padding-right:10px;
}

.RadMenu_ALKCF .rmTopArrow,
.RadMenu_ALKCF .rmTopArrowDisabled,
.RadMenu_ALKCF .rmRightArrow,
.RadMenu_ALKCF .rmRightArrowDisabled,
.RadMenu_ALKCF .rmLeftArrow,
.RadMenu_ALKCF .rmLeftArrowDisabled,
.RadMenu_ALKCF .rmBottomArrow,
.RadMenu_ALKCF .rmBottomArrowDisabled
{
	height:16px;
	text-decoration:none;
	color:#E3EFFF;
	text-indent:-9000px;
}

.RadMenu_ALKCF_rtl .rmTopArrow,
.RadMenu_ALKCF_rtl .rmTopArrowDisabled,
.RadMenu_ALKCF_rtl .rmRightArrow,
.RadMenu_ALKCF_rtl .rmRightArrowDisabled,
.RadMenu_ALKCF_rtl .rmLeftArrow,
.RadMenu_ALKCF_rtl .rmLeftArrowDisabled,
.RadMenu_ALKCF_rtl .rmBottomArrow,
.RadMenu_ALKCF_rtl .rmBottomArrowDisabled
{
	text-indent:9000px;
}

.RadMenu_ALKCF .rmRightArrow,
.RadMenu_ALKCF .rmRightArrowDisabled
{
	background: #F6F6F6 url(Menu/right.gif) center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_ALKCF .rmLeftArrow,
.RadMenu_ALKCF .lefttArrowDisabled
{
	background: #F6F6F6 url(Menu/left.gif) center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_ALKCF .rmTopArrow,
.RadMenu_ALKCF .rmTopArrowDisabled
{
	background: #e3efff url(Menu/top.gif) center center no-repeat;
	width: 100%;
}

.RadMenu_ALKCF .rmBottomArrow,
.RadMenu_ALKCF .rmBottomArrowDisabled
{
	background: #e3efff url(Menu/bottom.gif) center center no-repeat;
	width: 100%;
}

.RadMenu_ALKCF .rmScrollWrap
{
	position: relative;
}

.RadMenu_ALKCF_rtl,
.RadMenu_ALKCF_rtl *
{
    text-align:right !important;
}

.RadMenu_ALKCF_rtl .rmGroup .rmText
{
	padding: 0px 25px 0px 46px !important;
}

.RadMenu_ALKCF_rtl .rmGroup
{
	background-position: right;
}

.RadMenu_ALKCF_rtl .rmExpandLeft,
.RadMenu_ALKCF_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}
