/* RadMenu WebBlue skin */

.RadMenu_ReleasingGlory
{
	padding: 0;
	background: #d5d9de url(/images/Nav_BG.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

.RadMenu_ReleasingGlory_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_ReleasingGlory a.rmLink
{
	text-decoration:none;
	color: transparent;
	font: bold 11px/23px Arial, sans-serif;
	text-align: center;
}

.RadMenu_ReleasingGlory .rmLink:hover,
.RadMenu_ReleasingGlory .rmFocused,
.RadMenu_ReleasingGlory .rmExpanded
{
	color: transparent;
}

.RadMenu_ReleasingGlory .rmText
{
	padding: 0;
}

.RadMenu_ReleasingGlory .rmGroup
{
	border: solid #d2d8de;
	border-width: 0 1px;
	background: #f0f2f4;
}

.RadMenu_ReleasingGlory .rmVertical .rmGroup
{
	border-top-width: 1px;
}

.RadMenu_ReleasingGlory .rmGroup .rmLink
{
	border-style: solid;
	border-width: 1px 0;
	border-top-color: #f6f7f9;
	border-bottom-color: #dde1e4;
	width: auto;
	text-align: left;
	color: #333;
	font-weight: normal;
}

.RadMenu_ReleasingGlory .rmGroup .rmText
{
	padding: 0 12px 0 12px;
}

.RadMenu_ReleasingGlory .rmGroup .rmLink:hover,
.RadMenu_ReleasingGlory .rmGroup .rmFocused,
.RadMenu_ReleasingGlory .rmGroup .rmExpanded
{
	background: #fff;    
}

.RadMenu_ReleasingGlory .rmLeftArrow,
.RadMenu_ReleasingGlory .rmRightArrow,
.RadMenu_ReleasingGlory .rmTopArrow,
.RadMenu_ReleasingGlory .rmBottomArrow,
.RadMenu_ReleasingGlory .rmLeftArrowDisabled,
.RadMenu_ReleasingGlory .rmRightArrowDisabled,
.RadMenu_ReleasingGlory .rmTopArrowDisabled,
.RadMenu_ReleasingGlory .rmBottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	background: #889bb0 url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_ReleasingGlory .rmTopArrow,
.RadMenu_ReleasingGlory .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_ReleasingGlory .rmBottomArrow,
.RadMenu_ReleasingGlory .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_ReleasingGlory .rmRightArrow,
.RadMenu_ReleasingGlory .rmLeftArrow
{
	height:100%;
}

.RadMenu_ReleasingGlory .rmRightArrow,
.RadMenu_ReleasingGlory .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_ReleasingGlory .rmVertical .rmSeparator
{
	padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0;
	border-top:0;
	border-bottom:0;
	line-height: 0;
}

.RadMenu_ReleasingGlory .rmExpandLeft,
.RadMenu_ReleasingGlory .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_ReleasingGlory .rmLink:hover .rmExpandLeft,
.RadMenu_ReleasingGlory .rmLink:hover .rmExpandRight,
.RadMenu_ReleasingGlory .rmFocused .rmExpandLeft,
.RadMenu_ReleasingGlory .rmFocused .rmExpandRight,
.RadMenu_ReleasingGlory .rmExpanded .rmExpandLeft,
.RadMenu_ReleasingGlory .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_ReleasingGlory .rmLeftImage 
{
	margin:  3px 2px 0;
}

/*right-to-left support*/

.RadMenu_ReleasingGlory_rtl,
.RadMenu_ReleasingGlory_rtl *
{
    text-align:right !important;
}

.RadMenu_ReleasingGlory_rtl .rmGroup .rmText
{
	padding: 0 12px 0 12px;
}

.RadMenu_ReleasingGlory_rtl .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_ReleasingGlory_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmLink:hover .rmExpandRight,
.RadMenu_ReleasingGlory_rtl .rmFocused .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmFocused .rmExpandRight,
.RadMenu_ReleasingGlory_rtl .rmExpanded .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_ReleasingGlory_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ReleasingGlory_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ReleasingGlory_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_ReleasingGlory_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_ReleasingGlory a.rmDisabled,
.RadMenu_ReleasingGlory .rmDisabled:hover
{
    background: none;
    color: #ccc;
}