/* r.a.d.menu Inox skin */

.RadMenu_Inox 
{
	width:100%;
}

.RadMenu_Inox .link
{
	text-decoration:none;
	display:block;
	padding-bottom:5px;

}
.RadMenu_Inox .link .text
{
	font-family:Arial;
    font-size:14px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-1px;
	color:#990000;
	cursor: pointer;
	height:20px;
	width:220px;
}

.RadMenu_Inox .last .link
{
}

.RadMenu_Inox .vertical .link
{
	text-decoration:none;

}

.RadMenu_Inox .link:hover,
.RadMenu_Inox .focused,
.RadMenu_Inox .expanded
{
}

.RadMenu_Inox .rootGroup .disabled:hover
{
}

.RadMenu_Inox .text
{
}

.RadMenu_Inox .group
{
	border:solid 1px #990000;
	background-color:White;
	
}

.RadMenu_Inox .group .text
{
	padding-top:3px;
	padding-left:5px;
	font-family:Arial;
	letter-spacing:0px;
    font-size:11px;
	text-align:left;
		text-decoration:none;
	font-weight:bold;
	color:#990000;
	cursor: pointer;
	height:20px;
	width:200px;
}      

.RadMenu_Inox .group .link
{
	text-decoration:underline;
	color:#990000;
}

.RadMenu_Inox .group .first .link
{
}

.RadMenu_Inox .group .first .link:hover,
.RadMenu_Inox .group .first .focused,
.RadMenu_Inox .group .first .expanded
{
}

.RadMenu_Inox .group .link:hover,
.RadMenu_Inox .group .focused,
.RadMenu_Inox .group .expanded
{
				text-decoration:none;

}

.RadMenu_Inox .leftArrow,
.RadMenu_Inox .rightArrow,
.RadMenu_Inox .topArrow,
.RadMenu_Inox .bottomArrow,
.RadMenu_Inox .leftArrowDisabled,
.RadMenu_Inox .rightArrowDisabled,
.RadMenu_Inox .topArrowDisabled,
.RadMenu_Inox .bottomArrowDisabled
{
}

.RadMenu_Inox .topArrow,
.RadMenu_Inox .topArrowDisabled
{
}

.RadMenu_Inox .bottomArrow,
.RadMenu_Inox .bottomArrowDisabled
{
}

.RadMenu_Inox .rightArrow,
.RadMenu_Inox .leftArrow
{
}

.RadMenu_Inox .rightArrow,
.RadMenu_Inox .rightArrowDisabled
{
}

.RadMenu_Inox .vertical .separator .text
{
}

.RadMenu_Inox .expandLeft,
.RadMenu_Inox .expandRight
{
}

.RadMenu_Inox_rtl .expandLeft,
.RadMenu_Inox_rtl .expandRight
{
}

/* right to left */
.RadMenu_Inox_rtl .group .link:hover .expandLeft,
.RadMenu_Inox_rtl .group .link:hover .expandRight
{
}

.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
{
}