/* RadMenu Dnn skin */
.RadMenu_Dnn
{
	z-index:1000;
}

.RadMenu_Dnn .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin:0px 4px; /*--- Added to compensate for the gap on the right of the menu due to the client removing the donations page from the primary navigation. ---*/
}

.RadMenu_Dnn .rootGroup .item
{
	text-transform: uppercase;
	margin:0px 4px; /*--- Added to compensate for the gap on the right of the menu due to the client removing the donations page from the primary navigation. ---*/
}

.RadMenu_Dnn .link,
.RadMenu_Dnn .visited,
.RadMenu_Dnn .link:visited
{
	color: #F2EEEB;
	text-decoration: none;
	/*margin-right: 7px;
	margin-left: 7px;*/
	line-height: 36px;
	text-align: center;
}

.RadMenu_Dnn .link:hover,   
.RadMenu_Dnn .focused,   
.RadMenu_Dnn .expanded   
{   
	color: #E59E22;
	cursor: pointer;
    _cursor: hand;
	
	
}
