.RadMenu_ELC_Ivory
{	
	font:11px tahoma, verdana, sans-serif;
font-weight:bold;
text-align:right;
}

.RadMenu_ELC_Ivory .group 
{
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	text-align:left;
}
.RadMenu_ELC_Ivory .rootGroup
{
	border:0px solid #000;
}
.RadMenu_ELC_Ivory .rootGroup li
{
	min-width:155px;
	_width:155px;
}
.RadMenu_ELC_Ivory .horizontal
{
	border-left:0;
}

.RadMenu_ELC_Ivory .vertical
{
	border-bottom:#fff 0px solid;
}



.RadMenu_ELC_Ivory .link:hover
{
	background-color:#C8D2E2;
	color:#316C8B;
	cursor:pointer;
}

.RadMenu_ELC_Ivory .link,
.RadMenu_ELC_Ivory .disabled,
.RadMenu_ELC_Ivory .disabled:hover
{
	color:#538AA7;
	padding:3px 6px;
	text-decoration:none;
	
	cursor:pointer;
	padding:4px;
	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:0px 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/arrowx.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:4px;
background-color:#6B93B4;
font-size:11px;
color:#fff;
border-bottom:#fff 1px solid;
}
.RadMenu_ELC_Ivory .group .link:hover
{
background-color:green;
}
.RadMenu_ELC_Ivory .expanded
{
	background-color:#C8D2E2;
}

.RadMenu_ELC_Ivory .expanded .expandLeft
{
	color:#000;
	background:transparent url('') left center no-repeat;
}
