.RadMenu_HNav_superstitionMC {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_superstitionMC .rootGroup .text,
.RadMenu_HNav_superstitionMC .rootGroup .link:hover .text,
.RadMenu_HNav_superstitionMC .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

.RadMenu_HNav_superstitionMC .rootGroup .link {
		
		font: 11px Georgia, "Times New Roman", Times, serif;
		line-height: 36px;
		color: #E8E2B7;
		cursor: pointer;
		text-decoration: none;
		background: #000;
	
}

.RadMenu_HNav_superstitionMC .rootGroup .link:hover,
.RadMenu_HNav_superstitionMC .rootGroup .expanded, 
.RadMenu_HNav_superstitionMC .rootGroup .selected,
.RadMenu_HNav_superstitionMC .rootGroup .disabled {
	
		font: 11px Georgia, "Times New Roman", Times, serif;
		line-height: 36px;
		cursor: pointer;
		color: #000;
		text-decoration: none;
		background: #D1C034;
		

}

/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_superstitionMC .rootGroup .group {
	
		border: 1px solid #BD9B1E;
		border-top: none;
       
}

.RadMenu_HNav_superstitionMC .rootGroup .group .text,
.RadMenu_HNav_superstitionMC .rootGroup .group .link:hover .text,
.RadMenu_HNav_superstitionMC .rootGroup .group .expanded .text {
                
		text-transform: none;
		text-align: left;
		white-space: normal; /*break link text to next line in firefox*/
   		border: none;

}

.RadMenu_HNav_superstitionMC .rootGroup .group .link {
	
		padding: 4px 6px;
		line-height: 2em;
		background: #FFF;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #A3871A;
		text-decoration: none;
		border-top: 1px solid #BD9B1E;

}

.RadMenu_HNav_superstitionMC .rootGroup .group .link:hover,
.RadMenu_HNav_superstitionMC .rootGroup .group .expanded,
.RadMenu_HNav_superstitionMC .rootGroup .group .selected,
.RadMenu_HNav_superstitionMC .rootGroup .group .disabled {
	
		padding: 4px 6px;
		line-height: 2em;
		background: #f3f1ea;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #7D6915;
		text-decoration: none;
		border-top: 1px solid #BD9B1E;
		background: #F3F1EA;
        
}


.RadMenu_HNav_superstitionMC .rootGroup .group .link .expandLeft,
.RadMenu_HNav_superstitionMC .rootGroup .group .expanded .link .expandLeft {
	

		
        
}


.RadMenu_HNav_superstitionMC .rootGroup .group .link:hover .expandLeft {
	

	
}
