.RadMenu_HNav_rochesteryc2009 {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_rochesteryc2009 .rootGroup .text,
.RadMenu_HNav_rochesteryc2009 .rootGroup .link:hover .text,
.RadMenu_HNav_rochesteryc2009 .rootGroup .expanded .text {

		text-transform: none;
		text-align:center;
		
}

.RadMenu_HNav_rochesteryc2009 .rootGroup .link {
		
		font: 13px "Times New Roman", Georgia, Times, serif;
		line-height: 25px;
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
		/*background: #EAE2C5;*/
	
}

.RadMenu_HNav_rochesteryc2009 .rootGroup .link:hover,
.RadMenu_HNav_rochesteryc2009 .rootGroup .expanded, 
.RadMenu_HNav_rochesteryc2009 .rootGroup .selected,
.RadMenu_HNav_rochesteryc2009 .rootGroup .disabled {
	
		font: 13px "Times New Roman", Georgia, Times, serif;
		line-height: 23px;
		cursor: pointer;
		color: #bed3ff;
		text-decoration: none;
		border:1px solid #7095e2;
		background: #22499a;
		

}

/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_rochesteryc2009 .rootGroup .group {
	
		border:none;
		border-top: none;
       
}

.RadMenu_HNav_rochesteryc2009 .rootGroup .group .text,
.RadMenu_HNav_rochesteryc2009 .rootGroup .group .link:hover .text,
.RadMenu_HNav_rochesteryc2009 .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_rochesteryc2009 .rootGroup .group .link {
	
		padding: 4px 6px;
		line-height: 2em;
		background: #22499a;
		font: 12px "Times New Roman", Times, serif;
		color: #fff;
		text-decoration: none;
		border-top:none;

}

.RadMenu_HNav_rochesteryc2009 .rootGroup .group .link:hover,
.RadMenu_HNav_rochesteryc2009 .rootGroup .group .expanded,
.RadMenu_HNav_rochesteryc2009 .rootGroup .group .selected,
.RadMenu_HNav_rochesteryc2009 .rootGroup .group .disabled {
	
		padding: 4px 6px;
		line-height: 2em;
		background: #00247d;
		font: 12px "Times New Roman", Times, serif;
		color: #bed3ff;
		text-decoration: none;
		border:none;
        
}
