


.RadMenu_Ivory
{
	font: 12px/15px ariel, verdana, sans-serif;
	vertical-align: top;
	padding-top:8px
}


.selectedItem
{
	height: 15px;
	background-image:url(Img/select.gif);
	color:#818181;
	background-repeat:no-repeat;
	background-position:center;

}
.RadMenu_Ivory .rootGroup
{
	background-position: left bottom;
	padding: 0px 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	line-height: .75em;
	display:none;
}



.item first last
{
	background-image: none;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	line-height: .75em;

}


.item
{
border-right: solid 1px #af50ae;
}

.first
{
	background-image: none;
	
}

.last
{
border:none;
}

.text
{
	padding: 0px;
	padding-bottom: 5px;
	text-align:center;
	
}
.link
{
	vertical-align: top;

}





.RadMenu_Ivory .link
{
	color: #818181;
	padding: 3px 0px;
	text-decoration: none;
	cursor: pointer;
	text-align:justify;
	width:107px;
}


.RadMenu_Ivory .link:hover, .RadMenu_Ivory .focused, .RadMenu_Ivory .expanded
{
	color: #7E247B;

	height: 15px;
	background-image:url(Img/select.gif);
	width:107px;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position:center;
}



.RadMenu_Ivory .text
{
	cursor: pointer;
}






.RadMenu_Ivory .link .selectedItem
{
    color:#7E247B;
    font-weight:bold;
}
.disabled .link:hover  , .vertical group level1 .link:hover 
{
	display:none;
	background:none;

}


.RadMenu_Ivory .group .item .link
{
background-color:#fff;
padding:5px 30px
border-top: solid 1px #b356b1;
}


.RadMenu_Ivory .group .text

{
padding:5px 20px
border-top: solid 1px #b356b1;
}