.RadMenu_ELC_Ivory
{	
	font:.7em tahoma, verdana, sans-serif;

}

.RadMenu_ELC_Ivory .group 
{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.RadMenu_ELC_Ivory .rootGroup
{
	border:0px solid #000;
}
.RadMenu_ELC_Ivory .rootGroup li
{
	min-width:165px;
	_width:165px;
}
.RadMenu_ELC_Ivory .horizontal
{
	border-left:0;
}

.RadMenu_ELC_Ivory .vertical
{
	border-bottom:#fff 1px solid;
}



.RadMenu_ELC_Ivory .link:hover
{
	background-color:#C8D2E2;
	color:#000;
	cursor:pointer;
}

.RadMenu_ELC_Ivory .link,
.RadMenu_ELC_Ivory .disabled,
.RadMenu_ELC_Ivory .disabled:hover
{
	color:#fff;
	padding:3px 6px;
	text-decoration:none;
	background-color:#415B85;
	cursor:pointer;
	padding:10px;
	padding-right:0px;
	padding-left:6px;
}

.RadMenu_ELC_Ivory .text
{
	cursor:pointer;
	padding:0 15px;
}

.RadMenu_ELC_Ivory .horizontal .link
{
	border-left:1px solid #666655;
	border-top:0;
}

.RadMenu_ELC_Ivory .vertical .link
{
	border-left:0;
	border-top:1px solid #fff;
}

.RadMenu_ELC_Ivory .link:hover .expandLeft,
.RadMenu_ELC_Ivory .link:hover .expandRight
{
	background-image:url(Img/right-.gif);
}


.RadMenu_ELC_Ivory .expandLeft,
.RadMenu_ELC_Ivory .expandRight,
.RadMenu_ELC_Ivory .disabled:hover .expandLeft,
.RadMenu_ELC_Ivory .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') left center no-repeat;
}

.RadMenu_ELC_Ivory_rtl .expandLeft,
.RadMenu_ELC_Ivory_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_ELC_Ivory_rtl .group .link:hover .expandLeft,
.RadMenu_ELC_Ivory_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_ELC_Ivory .leftArrow,
.RadMenu_ELC_Ivory .rightArrow,
.RadMenu_ELC_Ivory .topArrow,
.RadMenu_ELC_Ivory .bottomArrow,
.RadMenu_ELC_Ivory .leftArrowDisabled,
.RadMenu_ELC_Ivory .rightArrowDisabled,
.RadMenu_ELC_Ivory .topArrowDisabled,
.RadMenu_ELC_Ivory .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_ELC_Ivory .topArrow,
.RadMenu_ELC_Ivory .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_ELC_Ivory .bottomArrow,
.RadMenu_ELC_Ivory .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_ELC_Ivory .rightArrow,
.RadMenu_ELC_Ivory .leftArrow
{
	height:100%;
}

.RadMenu_ELC_Ivory .rightArrow,
.RadMenu_ELC_Ivory .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_ELC_Ivory .group .link
{
	padding:5px;

}

.RadMenu_ELC_Ivory .expanded
{
	background-color:#C8D2E2;
}

.RadMenu_ELC_Ivory .expanded .expandLeft
{
	color:#000;
	background:transparent url('') left center no-repeat;
}