.RadMenu_Ivory
{	
}

.RadMenu_Ivory .group, 
.RadMenu_Ivory .rootGroup
{
}

.RadMenu_Ivory .horizontal
{
	border-left:0;
}

.RadMenu_Ivory .vertical
{
	border-top:0;
}

.RadMenu_Ivory .link:hover
{
    text-decoration:none;
	cursor:pointer;
	text-align:left;
	line-height: 20px;
}

/*Rad Menu*/
.menuitem1
{
    color:#939393;
}
.menuitem2
{
    color:#D59F0F;
}
.menuitem13
{
    color:#666666;
    background-color:#F8DD98;
    opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem13:hover
{
    color:#666666;
    background-color:#D59F0F;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem14
{
    color:#B7880D;
    background-color:#F8DD98;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem14:hover
{
    color:#D59F0F;
    background-color:#CCCCCC;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem23
{
    color:#666666;
    background-color:#E0E0E0;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem23:hover
{
    color:#666666;
    background-color:#D59F0F;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem24
{
    color:#B7880D;
    background-color:#D5D7D8;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem24:hover
{
    color:#B7880D;
    background-color:#B6B6B6;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem1expanded
{
    background-color:#D59F0F;
    color:#666666;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem2expanded
{
    background-color: #E0E0E0;
    color:#D59F0F;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem2:hover
{
    background-color: #E0E0E0;
    color:#B7880D;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menuitem1:hover
{
    background-color:#F8DD98;
    color:#666666;
     opacity: .9;
    filter:Alpha(Opacity=90);
}
.menugroup1
{
}

.RadMenu_Ivory .link,
.RadMenu_Ivory .disabled,
.RadMenu_Ivory .disabled:hover
{
	text-decoration:none;
	cursor:pointer;
	text-align:left;
	line-height: 20px;
	padding-left: 1px;
	padding-right: 1px;
}
.RadMenu_Ivory .text
{
	cursor:pointer;
	padding:5px 5px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
}
.RadMenu_Ivory .group .text
{
	cursor:pointer;
	padding:5px 5px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	text-transform:uppercase;
}
.RadMenu_Ivory .group .link
{
    width:150px;
    border-top:solid 1px white;
    border-bottom:solid 1px white;
}
.RadMenu_Ivory .horizontal .link
{
	border-top:0;
}

.RadMenu_Ivory .vertical .link
{
	border-left:0;
}




.RadMenu_Ivory .link:hover .expandLeft,
.RadMenu_Ivory .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}


.RadMenu_Ivory .expandLeft,
.RadMenu_Ivory .expandRight,
.RadMenu_Ivory .disabled:hover .expandLeft,
.RadMenu_Ivory .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_Ivory_rtl .expandLeft,
.RadMenu_Ivory_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_Ivory_rtl .group .link:hover .expandLeft,
.RadMenu_Ivory_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_Ivory .leftArrow,
.RadMenu_Ivory .rightArrow,
.RadMenu_Ivory .topArrow,
.RadMenu_Ivory .bottomArrow,
.RadMenu_Ivory .leftArrowDisabled,
.RadMenu_Ivory .rightArrowDisabled,
.RadMenu_Ivory .topArrowDisabled,
.RadMenu_Ivory .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Ivory .topArrow,
.RadMenu_Ivory .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Ivory .bottomArrow,
.RadMenu_Ivory .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Ivory .rightArrow,
.RadMenu_Ivory .leftArrow
{
	height:100%;
}

.RadMenu_Ivory .rightArrow,
.RadMenu_Ivory .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

