/* r.a.d.menu Inox skin */

.RadMenu_Inox
{
	padding : 0px 0px;
	/*background: #d5d9de url('img/MenuBackground.gif');*/
	background-color	: #851212;
	font-family : Arial;
	font-size	: 16px;
	font-weight	: bold;
	border:0px;
}

.RadMenu_Inox .link
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align:  center;
	/*width: 100px;*/
}

.RadMenu_Inox .link:hover,
.RadMenu_Inox .focused,
.RadMenu_Inox .expanded
{
	color: #276c9d;
	font-weight: bold;
	/*background: #fefefe url('img/MainItemBackground.gif') repeat-x;*/
}

.RadMenu_Inox .text
{
	font-family : Arial;
	font-size	: 16px;
	font-weight	: bold;
	font-style	:italic;
	padding: 0px 24px;
}

.RadMenu_Inox .group
{
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_Inox .group .link
{
	background:/* #d2d8de*/#851212;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #ffffff;
	min-width: 100px;
}

.RadMenu_Inox .group .text
{
}

.RadMenu_Inox .group .link:hover,
.RadMenu_Inox .group .focused,
.RadMenu_Inox .group .expanded
{
	background: /*#9aabc5*/ #851212;
	color: #000000;
	font-weight: normal;
}

.RadMenu_Inox .leftArrow,
.RadMenu_Inox .rightArrow,
.RadMenu_Inox .topArrow,
.RadMenu_Inox .bottomArrow,
.RadMenu_Inox .leftArrowDisabled,
.RadMenu_Inox .rightArrowDisabled,
.RadMenu_Inox .topArrowDisabled,
.RadMenu_Inox .bottomArrowDisabled
{
	background: #889bb0 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: #f7f7f7 url('img/Separator.gif') no-repeat right;*/
	background-color : black;
	line-height : 3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Inox .expandLeft,
.RadMenu_Inox .expandRight
{
	/*background:transparent url(img/groupImage.gif) right center no-repeat;*/
	
}

.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;*/
	background-color : #851212;
}