﻿/* r.a.d.menu Inox skin */

.RadMenu_Inox 
{
}

.RadMenu_Inox .link
{
	text-decoration:none;
	color: #6b6f80;
	font-size: 18px;
	width: 92px;
	line-height: 39px;
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
}


.RadMenu_Inox .last .link
{
	/*border-right: 1px solid #868485;*/
	width: 99px;
	background: #ffffff url('img/MainLastItemBackground.gif') no-repeat;

}

.RadMenu_Inox .first .link
{
	/*border-right: 1px solid #868485;*/
	width: 99px;
	background: #ffffff  url('img/MainFirstItemBackground.gif') no-repeat;

}


.RadMenu_Inox .first .link:hover
{
	/*border-right: 1px solid #868485;*/
	width: 99px;
	background: #ffffff  url('img/MainFirstItemBackgroundHover.gif') no-repeat;

}

.RadMenu_Inox .vertical .link
{
	/*border-right: 1px solid #868485;*/
}

.RadMenu_Inox .link:hover,
.RadMenu_Inox .focused,
.RadMenu_Inox .expanded
{
	background: #ffffff url('img/MainItemBackgroundHover.gif') no-repeat;
	text-decoration:none;
	cursor:pointer;`
}
.RadMenu_Inox .first .expanded
{
	background: #ffffff url('img/MainFirstItemBackgroundHover.gif') no-repeat;
	text-decoration:none;
}

.RadMenu_Inox .last .expanded
{
	background: #ffffff url('img/MainItemBackgroundHover.gif') no-repeat;
	text-decoration:none;
}



.RadMenu_Inox .rootGroup .disabled:hover
{
	background: #ffffff url('img/MainItemBackground.gif') no-repeat;
}

.RadMenu_Inox .text
{
/*	color: #6b6f80;*/
	color: #FFFFFF;
	font-family: Arial, Verdana;
}

.RadMenu_Inox .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_Inox .group .link
{
	background: #f0f2f4;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 130px;
	line-height: 23px;
}

.RadMenu_Inox .group .text
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 12px;
	font-size: 11px;
	color: #000000;
}

.RadMenu_Inox .group .link:hover,
.RadMenu_Inox .group .focused,
.RadMenu_Inox .group .expanded
{
	background: white;
	color: #5984a2;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;

}

.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 #d2d8de;
	border-left: 1px solid #d2d8de;
	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;*/
	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;*/
}
