/* RadMenu Default skin */

.RadMenu_Black
{
    background-color: #444444;
    width: 623px; 
    padding-left: 177px;
}


.RadMenu_Black .last .link
{
  border-right: 0px;  
}

.RadMenu_Black .item,
.RadMenu_Black .link:visited,
.RadMenu_Black a.link
{
	text-decoration:none;
	color: #fff;
	line-height: 22px;
	border-right: 1px solid #dbdbdb;
	cursor: pointer;
}

.RadMenu_Black .link:hover,
.RadMenu_Black .focused,
.RadMenu_Black .expanded,
.RadMenu_Black .SelectedPath
{
	background-color:#666666;
}

.RadMenu_Black .text
{
	font-size: 14px;
	padding: 0px 12px;
	font-family: Tahoma;
	font-weight: bold;
}

.RadMenu_Black .group
{
    background-color: #444444;
}

.RadMenu_Black .group .link
{

}

* html .RadMenu_Black .group .link
{
    width: 120px;
}


.RadMenu_Black .group .text
{
    text-align: left;
}


.RadMenu_Black .leftArrow,
.RadMenu_Black .rightArrow,
.RadMenu_Black .topArrow,
.RadMenu_Black .bottomArrow,
.RadMenu_Black .leftArrowDisabled,
.RadMenu_Black .rightArrowDisabled,
.RadMenu_Black .topArrowDisabled,
.RadMenu_Black .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_Black .topArrow,
.RadMenu_Black .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Black .bottomArrow,
.RadMenu_Black .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Black .rightArrow,
.RadMenu_Black .leftArrow
{
	height:100%;
}

.RadMenu_Black .rightArrow,
.RadMenu_Black .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Black .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Black .expandLeft,
.RadMenu_Black .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Black_rtl .expandLeft,
.RadMenu_Black_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Black .link:hover .expandLeft,
.RadMenu_Black .link:hover .expandRight,
.RadMenu_Black .focused .expandLeft,
.RadMenu_Black .focused .expandRight,
.RadMenu_Black .expanded .expandLeft,
.RadMenu_Black .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Black_rtl .link:hover .expandLeft,
.RadMenu_Black_rtl .link:hover .expandRight,
.RadMenu_Black_rtl .focused .expandLeft,
.RadMenu_Black_rtl .focused .expandRight,
.RadMenu_Black_rtl .expanded .expandLeft,
.RadMenu_Black_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}