.RadMenu_infibraProducts
{
	float:left;
	width:100%;
	background-color: Lime;
}

.RadMenu_infibraProducts .rootGroup
{
	list-style: none;
}

.RadMenu_infibraProducts .item
{
	padding-bottom:5px;
	background: #939598 url('Img/mnBottom.gif') left bottom repeat-x;
}




.RadMenu_infibraProducts .link
{
	float:left;
	font-size:11px;
	color:White;
	cursor:hand;
	line-height:21px;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	height:21px;
	background: #939598 url('Img/mnTop.gif') left top repeat-x;
	width:160px;
}
.RadMenu_infibraProducts .first .link
{
	border-left:none;
}


.RadMenu_infibraProducts .text
{
	float:left;
	cursor:hand;
	width:148px;
	white-space: normal;
}

.RadMenu_infibraProducts .selected
{
	cursor:hand;
}



.RadMenu_infibraProducts .selected .text
{
	font-weight: bold;
}


.RadMenu_infibraProducts .rootGroup .focused,
.RadMenu_infibraProducts .rootGroup .link:hover
{
	text-decoration:none;
	background-image: url('Img/mnTop2.gif');
	background-color: #B5B5B5; 
}

.RadMenu_infibraProducts .rootGroup .disabled:hover,
.RadMenu_infibraProducts .rootGroup .disabled
{
	background:none;
	border:0;
	padding:3px 8px;
	color: #666;
}


.RadMenu_infibraProducts .horizontal .expandBottom,  
.RadMenu_infibraProducts .horizontal .expandTop  
{
	padding-right: 12px;
	background:transparent url(img/groupImg.gif) center right no-repeat;
}


.RadMenu_infibraProducts .vertical .expanded,
.RadMenu_infibraProducts .vertical .expanded:hover
{

}

.RadMenu_infibraProducts .group
{
	float:left;
	background:white;
	padding:0;
	border: 1px solid gray;
}

.RadMenu_infibraProducts_rtl .group
{
	background-position: right;
}

.RadMenu_infibraProducts .group .link
{
	margin:0;
	background-color:#939598;
	min-height:31px;
	height:auto;
}

.RadMenu_infibraProducts .group .link:hover
{

}

.RadMenu_infibraProducts .group .item
{
	margin:0;
}

.RadMenu_infibraProducts .group .link:hover,
.RadMenu_infibraProducts .group .focused,
.RadMenu_infibraProducts .group .expanded
{

}

.RadMenu_infibraProducts .group .disabled:hover,
.RadMenu_infibraProducts .group .disabled
{
	background-color:transparent;
	background-image:none;
	border:0;
	padding:3px;
	color: #ccc;
}

.RadMenu_infibraProducts .group .text
{
	padding:2;
	background:none;
}



.RadMenu_infibraProducts .expandLeft,
.RadMenu_infibraProducts .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:10px;
}

.RadMenu_infibraProducts_rtl .expandLeft,
.RadMenu_infibraProducts_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_infibraProducts .topArrow,
.RadMenu_infibraProducts .topArrowDisabled,
.RadMenu_infibraProducts .rightArrow,
.RadMenu_infibraProducts .rightArrowDisabled,
.RadMenu_infibraProducts .leftArrow,
.RadMenu_infibraProducts .leftArrowDisabled,
.RadMenu_infibraProducts .bottomArrow,
.RadMenu_infibraProducts .bottomArrowDisabled
{
	height:16px;
}

.RadMenu_infibraProducts .rightArrow,
.RadMenu_infibraProducts .rightArrowDisabled
{
	background: #F6F6F6 url('img/right.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_infibraProducts .leftArrow,
.RadMenu_infibraProducts .lefttArrowDisabled
{
	background: #F6F6F6 url('img/left.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_infibraProducts .topArrow,
.RadMenu_infibraProducts .topArrowDisabled
{
	background: #e3efff url('img/top.gif') center center no-repeat;
	width: 100%;
}

.RadMenu_infibraProducts .bottomArrow,
.RadMenu_infibraProducts .bottomArrowDisabled
{
	background: #e3efff url('img/bottom.gif') center center no-repeat;
	width: 100%;
}

.RadMenu_infibraProducts .leftImage
{
	margin-top:3px;
}
