.RadMenu_Ivory
{	
	/*font:11px/15px tahoma, verdana, sans-serif;*/
	}

.RadMenu_Ivory .group, 
.RadMenu_Ivory .rootGroup
{
	border:1px solid #666655;
}

.RadMenu_Ivory .vertical .separator .text
{
    background-color: #878787;
    font: 12px tahoma, verdana, sans-serif;
    color: #fffffc; /*	padding: 15px 5px 15px 5px; */
    text-align: center;
    margin: 0px;
    white-space: normal;
    border-right: #fffffc thin solid;
    border-top: #fffffc thin solid;
    border-left: #fffffc thin solid;
    border-bottom: #fffffc thin solid;
}

.RadMenu_Ivory .rootGroup:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.RadMenu_Ivory .rootGroup
{
    display:inline-block;
}

/* hidden from IE/Mac \*/
.RadMenu_Ivory .rootGroup
{
    display:block;
}
/**/

.RadMenu_Ivory .horizontal
{
	border-left:0;
}

.RadMenu_Ivory .vertical .first
{
    margin-top:-1px;
}


.RadMenu_Ivory .link, .RadMenu_Ivory .disabled, .RadMenu_Ivory .disabled:hover
{
    /*	color:#666655;  */ /* Set Font Color Here!!! */
    color: #000000; /*padding:8px 0px;*/
   text-decoration: none;
 /*background-color:#fffffc;*/
    cursor: pointer;
    background-color: #fffff0;
    font-size: 11px;
    padding: 4px 4px 4px 4px;
}
.RadMenu_Ivory .link:focused, .RadMenu_Ivory .focused
{
    /*outline: 0;*/ /* background-color: #ffefae;*/
    color: black;
    cursor: pointer; /* background-color: #ffff3d;*/
    background-color: #ffff95;
    padding-top: 4px;
    padding-bottom: 4px;
 /*   font-weight: bold;*/
    }
.RadMenu_Ivory .link:hover, .RadMenu_Ivory .expanded
{
    /*background-color:#ffefae;*/
    color: black;
    cursor: pointer;
    background-color: #ffffb6;
   
}

.RadMenu_Ivory .RadMenu_Ivory .expanded, .RadMenu_Ivory .focused
{
    /*background-color:#ffefae;*/
    color: black;
    cursor: pointer;
    background-color: #ffff95;
  /* font-weight: bold;*/
    padding-top:4px;
    padding-bottom:4px;
    }

.RadMenu_Ivory .expanded
{
}

.RadMenu_Ivory .text
{
	cursor:pointer;
	/* padding:0 15px; */
	/*margin-right:6px;*/
	/* Set Padding Here!!! */
	padding: 4px 6px 4px 6px;
	
}

.RadMenu_Ivory .horizontal .link
{
	border-left:1px solid #666655;
	border-top:0;
}

.RadMenu_Ivory .vertical .link
{
	border-left:0;
	border-top:1px solid #666655;
	/* Set Width Here!!!! */
	width:170px;
	/* Here is where you set Word Wrap!! */
	white-space:normal;
	text-align:left;
	}

.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;
	
}

.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;
	text-decoration:none;
}

.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');
}

/* right to left */
.RadMenu_Ivory_rtl
{
    text-align:right !important;
}

.RadMenu_Ivory_rtl .rootGroup
{
    zoom:1; /*trigger hasLayout*/
}

.RadMenu_Ivory_rtl .link:hover .expandLeft,
.RadMenu_Ivory_rtl .link:hover .expandRight,
.RadMenu_Ivory_rtl .horizontal .group .expanded .text,
.RadMenu_Ivory_rtl .vertical .expanded .text
{
	background:#666 url(Img/arrowWhiteRTL.gif) no-repeat left center;
}

.RadMenu_Ivory_rtl .leftArrow,
.RadMenu_Ivory_rtl .rightArrow,
.RadMenu_Ivory_rtl .topArrow,
.RadMenu_Ivory_rtl .bottomArrow,
.RadMenu_Ivory_rtl .leftArrowDisabled,
.RadMenu_Ivory_rtl .rightArrowDisabled,
.RadMenu_Ivory_rtl .topArrowDisabled,
.RadMenu_Ivory_rtl .bottomArrowDisabled
{
    text-indent:-3000px !important;
    color:#666;
    font-size:1px;
}

.RadMenu_Ivory_rtl .text
{
	margin-right:0px;
	margin-left:6px;
}
