/* r.a.d.menu Inox skin */

.RadMenu_Inox 
{
	background-image: url('img/MenuBarBackground.gif');
	background-repeat: repeat-x ;
	white-space: normal; 
	
}

.RadMenu_Inox .link
{
	text-decoration:none;
	
	font-size: 14px;
	width: 188px;
	line-height: 35px;
	background-image: url('img/MainItemBackground.gif');
	background-repeat: no-repeat ;
	text-align: left;
}


.RadMenu_Inox .last .link
{
	border-right: 1px solid #868485;
}

.RadMenu_Inox .vertical .link
{
	border-right: 1px solid #868485;
}

.RadMenu_Inox .link:hover,
.RadMenu_Inox .focused,
.RadMenu_Inox .expanded
{
	background-color: #F9E43D;
	background-image: url('img/MainItemBackgroundHover.gif');
	background-repeat: no-repeat;
	color: #000000;
}


.RadMenu_Inox .rootGroup .expanded
{
	background-color: #014301;
	background-image: url('img/MainItemBackgroundHover.gif');
	background-repeat: no-repeat;
	color: #000000;
}

.RadMenu_Inox .rootGroup .disabled:hover
{
	background-image: url('img/MainItemBackground.gif');
	background-repeat: no-repeat;
}

.RadMenu_Inox .text
{
	padding-left: 16px;
	font-family: Arial, Verdana;
}

.RadMenu_Inox .group
{
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #c9c9c9;
	
}

.RadMenu_Inox .group .text
{
	
	
}      

.RadMenu_Inox .group .link
{
	background-image: url('img/MenuItemBgFirst.gif');
	background-repeat: no-repeat;
	width: 188px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #e6e6e6;
	color: #ffffff;
}

.RadMenu_Inox .group .first .link
{
	background-image: url('img/MenuItemBgFirst.gif');
	background-repeat: no-repeat;
	line-height: 33px;
}

.RadMenu_Inox .group .first .link:hover,
.RadMenu_Inox .group .first .focused,
.RadMenu_Inox .group .first .expanded
{
	background-image: url('img/MenuItemBgHoverFirst.gif');
	background-repeat: no-repeat;
	line-height: 33px;
}

.RadMenu_Inox .group .link:hover,
.RadMenu_Inox .group .focused,
.RadMenu_Inox .group .expanded
{
	background-image: url('img/MenuItemBackgroundHover.gif');
	background-repeat: no-repeat;
	color: Black;
}

.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:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #c9c9c9 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: 3px;
	background: #FF0000 url('img/Separator.gif');
	font-size: 1px;
	border-right: 1px solid #e6e6e6;
}



.RadMenu_Inox .expandLeft,
.RadMenu_Inox .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Inox_rtl .expandLeft,
.RadMenu_Inox_rtl .expandRight
{
	background: transparent 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:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.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:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}