.RadMenu_Ivory
{	
	font:15px/40px Nazanin, verdana, sans-serif;
	line-height:25px;
}

.RadMenu_Ivory .group, 
.RadMenu_Ivory .rootGroup
{
    background-image:url(\Intranet\INC\Image\Others\Menu_Back.jpg);
    border:0;
	/*border:1px solid #666655;*/
}

.GroupedCSS
{
    background-image:url(\Intranet\INC\Image\Others\Menu_Back.jpg);
    font-weight:bold;
}

.GroupedCSS:hover
{
    background-image:url(\Intranet\INC\Image\Others\Menu_BackH.jpg);
}

.RadMenu_Ivory .horizontal
{
	border-left:0;
}

.RadMenu_Ivory .vertical
{
	border-top:0;
}

.RadMenu_Ivory .link:hover
{
    background-image:url(\Intranet\INC\Image\Others\Menu_BackH.jpg);
    /*font-weight:bold;
	background-color:#666666;
	color:#fffffc;*/
	/*color:#ffffff;*/
	cursor:auto;
}


.RadMenu_Ivory .link,
.RadMenu_Ivory .disabled,
.RadMenu_Ivory .disabled:hover
{
	color:#000000;
	padding:3px 6px;
	text-decoration:none;
	/*background-color:#fffffc;*/
	background-color:#CFE0F3;
	/*background-color:#fbce03;*/
	cursor:auto;
}

.RadMenu_Ivory .text
{
	cursor:pointer;
	padding-left:20;
	padding-right:20;
}

.RadMenu_Ivory .horizontal .link
{
	/*border-left:1px solid #666655;*/
}

/*---------------------------Test-----------------------------------------------*/
.RadMenu_Ivory .group .last .link
{
    border-bottom-style:groove;
    border-bottom-width:2;
    border-bottom-color:Gray;
}

.RadMenu_Ivory .group .first .link
{
    border-Top-style:groove;
    border-Top-width:2;
    border-Top-color:Gray;
}

.RadMenu_Ivory .vertical .separator .Text
{
    padding-top: 3;
    /*background-attachment: scroll;*/
    background-image: url(img/Seperator.gif);
    /*background-repeat: repeat-x;*/
}

/*---------------------------Test-----------------------------------------------*/

.RadMenu_Ivory .vertical .link
{
    border-top:0;
    border-bottom:0;
    border-right-style:groove;
    border-right-width:2;
    border-right-color:gray;
    border-left-style:groove;
    border-left-width:2;
    border-left-color:gray;
    /*border-top:1px solid #666655;*/
}




.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');
}
