/* r.a.d.menu Inox skin */


.RadMenu_Inox 
{
	background: black url('img/MenuBarBackground.gif') repeat;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .focused,
.RadMenu_Inox .link
{
	text-decoration:none;
	color: #6b6f80;
	font-size: 11px;
	width: 89px;
	line-height: 25px;
	background: black url('img/MainItemBackground.gif') repeat;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}


.RadMenu_Inox .last .link
{
	border-right: none;
}

.RadMenu_Inox .vertical .link
{
	border-right: none;
}

.RadMenu_Inox .expanded,
.RadMenu_Inox .link:hover
{
	background: black url('img/MainItemBackgroundHover2.gif') repeat;
	color: Red;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .rootGroup .disabled:hover
{
	background: black url('img/MainItemBackground3.gif') repeat;
	color: Red;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .text
{
	color: white;
	font-weight: bold;
}

.RadMenu_Inox .group
{
	border-right: none;
	border-bottom: none;
}

.RadMenu_Inox .group .text
{
	padding-left: 31px;
	color: white;
}      

.RadMenu_Inox .group .link
{
	background: black url('img/MenuItemBackground3.gif') repeat;
	width: 139px;
	line-height: 28px;
	text-align: left;
	border-right: none;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .group .first .link
{
	background: black url('img/MenuItemBgFirst.gif') no-repeat;
	line-height: 33px;
}

.RadMenu_Inox .group .first .link:hover,
.RadMenu_Inox .group .first .focused,
.RadMenu_Inox .group .first .expanded
{
	background: black url('img/MenuItemBackgroundHover3.gif') repeat;
	line-height: 33px;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .group .link:hover,
.RadMenu_Inox .group .focused,
.RadMenu_Inox .group .expanded
{
	background: black url('img/MenuItemBackgroundHover3.gif') repeat;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Inox .leftArrow,
.RadMenu_Inox .rightArrow,
.RadMenu_Inox .topArrow,
.RadMenu_Inox .bottomArrow,
.RadMenu_Inox .leftArrowDisabled,
.RadMenu_Inox .rightArrowDisabled,
.RadMenu_Inox .topArrowDisabled,
.RadMenu_Inox .bottomArrowDisabled
{
	border-left: none;
	border-top-color:black;
	border-left-color:black;
	background: black url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Inox .topArrow,
.RadMenu_Inox .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Inox .bottomArrow,
.RadMenu_Inox .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Inox .rightArrow,
.RadMenu_Inox .leftArrow
{
	height:100%;
}

.RadMenu_Inox .rightArrow,
.RadMenu_Inox .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Inox .vertical .separator .text
{
	padding-top: 3px;
	background: black url('img/Separator.gif');
	font-size: 1px;
	border-right: none;
}

.RadMenu_Inox .expandLeft,
.RadMenu_Inox .expandRight
{
	background: black url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Inox_rtl .expandLeft,
.RadMenu_Inox_rtl .expandRight
{
	background: black url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_Inox_rtl .group .link:hover .expandLeft,
.RadMenu_Inox_rtl .group .link:hover .expandRight
{
	background: black url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
	color: Red;
}

.RadMenu_Inox .link:hover .expandLeft,
.RadMenu_Inox .link:hover .expandRight,
.RadMenu_Inox .focused .expandLeft,
.RadMenu_Inox .focused .expandRight,
.RadMenu_Inox .expanded .expandLeft,
.RadMenu_Inox .expanded .expandRight
{
	background: black url(img/invertedGroupImage.gif) right center no-repeat;
	color: Red;
}