.menuitem
{

	padding:0px 20px;
	padding-bottom:4px;
	background-repeat:no-repeat;
	line-height:.75em;
}


.RadMenu_Ivory
{	
	font:11px/15px tahoma, verdana, sans-serif;
	
}

.RadMenu_Ivory .rootGroup
{
	
	
	padding:0px 20px;
	
	background-repeat:no-repeat;
	line-height:.75em;
}


.RadMenu_Ivory .group
{
	background:none;
}

.item first last
{
	
	
	padding-bottom:0px;
	background-repeat:no-repeat;
	line-height:.75em;
}


.text
{
	
	padding:0px 20px;
	padding-bottom:4px;
	margin-left:5px;
text-size:12px;
}
.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:#fff;
	padding:3px 0px;
	text-decoration:none;
margin-bottom:10px;

	cursor:pointer;

	background-position:left bottom;
	background-repeat:no-repeat;

}

.RadMenu_Ivory .link:hover,
.RadMenu_Ivory .expanded
{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;

	background-position:left bottom;
	background-repeat:no-repeat;

}

.RadMenu_Ivory .expanded
{

}

.RadMenu_Ivory .text
{
	cursor:pointer;
	padding:0 15px;
	margin-right:6px;

}

.RadMenu_Ivory .horizontal .link
{
	border-left:1px solid #fff;
	border-top:0;
}

.RadMenu_Ivory .group .link
{
margin-bottom:0px;
text-align:left;
border-top:solid 1px #0c3668;
font-size:10px;
padding-top:5px;
}

.RadMenu_Ivory .group  .first .link
{
border-top:none;
}

.RadMenu_Ivory .vertical .link
{
	border-left:0;
	background-color:#758aa5;
padding-top:10px;
padding-bottom:5px;
height:15px;
}

.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;
}

.RadMenu_Ivory .expanded .group
{
margin-top:30px;
}
