/* RadMenu Black skin */

.RadMenu_Black
{
	padding: 0 0px;
	background: #d2d2d2 url(Menu/MenuBackground.gif);
	/*line-height: 23px;*/
}

.RadMenu_Black_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_Black a.rmLink
{
	text-decoration:none;
	color: white;
	/*font-weight: bold;*/
	text-align:  center;
	/*line-height: 21px;*/
	/*width: 100px;*/
	border-color: #d2d8de;
	/*border-right: 1px solid #d2d8de;*/
}

.RadMenu_Black .rmLink:hover,
.RadMenu_Black .rmFocused,
.RadMenu_Black .rmExpanded
{
	/*color: white;*/
	/*font-weight: bold;*/
	/*background: #fefefe url(Menu/MainItemBackground.gif) repeat-x;*/
}

.RadMenu_Black .rmText
{
	/*font-size: 11px;*/
	/*padding: 0px 14px;*/
}

/*.RadMenu_Black .rmGroup
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
	background: #EFEFEF;
}*/

/**.RadMenu_Black .rmGroup .rmLink
{
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #28303e;

	min-width: 40px;
}*/

.RadMenu_Black .rmGroup .rmText
{
	/*padding-left: 12px;*/
	/*font-weight: normal;*/
	/*padding-right: 60px;*/
}

.RadMenu_Black .rmGroup .rmLink:hover,
.RadMenu_Black .rmGroup .rmFocused,
.RadMenu_Black .rmGroup .rmExpanded
{
	background: #F9F9F9;
	color: #CF2724;


	/*font-weight: normal;*/
	border-color: #f6f7f9;
	/*border-top: solid 1px #f6f7f9;*/
}

.RadMenu_Black .rmLeftArrow,
.RadMenu_Black .rmRightArrow,
.RadMenu_Black .rmTopArrow,
.RadMenu_Black .rmBottomArrow,
.RadMenu_Black .rmLeftArrowDisabled,
.RadMenu_Black .rmRightArrowDisabled,
.RadMenu_Black .rmTopArrowDisabled,
.RadMenu_Black .rmBottomArrowDisabled
{
  border-color: #d2d8de;
	/*border-left: 1px solid #d2d8de;
	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_Black .rmTopArrow,
.RadMenu_Black .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_Black .rmBottomArrow,
.RadMenu_Black .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Black .rmRightArrow,
.RadMenu_Black .rmLeftArrow
{
	height:100%;
}

.RadMenu_Black .rmRightArrow,
.RadMenu_Black .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Black .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_Black .rmExpandLeft,
.RadMenu_Black .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Black .rmLink:hover .rmExpandLeft,
.RadMenu_Black .rmLink:hover .rmExpandRight,
.RadMenu_Black .rmFocused .rmExpandLeft,
.RadMenu_Black .rmFocused .rmExpandRight,
.RadMenu_Black .rmExpanded .rmExpandLeft,
.RadMenu_Black .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_Black_rtl,
.RadMenu_Black_rtl *
{
    text-align:right !important;
}

.RadMenu_Black_rtl .rmGroup .rmText
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_Black_rtl .rmExpandLeft,
.RadMenu_Black_rtl .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_Black_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Black_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Black_rtl .rmFocused .rmExpandLeft,
.RadMenu_Black_rtl .rmFocused .rmExpandRight,
.RadMenu_Black_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Black_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Black_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Black_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Black_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_Black a.rmDisabled,
.RadMenu_Black .rmDisabled:hover
{
    background: none;
    color: #ccc;
}