.RadMenu_HNav_NorthShore {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_NorthShore .rootGroup .text,
.RadMenu_HNav_NorthShore .rootGroup .link:hover .text,
.RadMenu_HNav_NorthShore .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

.RadMenu_HNav_NorthShore .rootGroup .link {
		
		font: 11px "Times New Roman", Georgia, Times, serif;
		line-height: 32px;
		color: #ddd198;
		cursor: pointer;
		text-decoration: none;
		text-align:center;
		/*background-color: #EAE2C5;*/
	
}

.RadMenu_HNav_NorthShore .rootGroup .link:hover,
.RadMenu_HNav_NorthShore .rootGroup .expanded, 
.RadMenu_HNav_NorthShore .rootGroup .selected,
.RadMenu_HNav_NorthShore .rootGroup .disabled {
	
		font: 11px "Times New Roman", Georgia, Times, serif;
		line-height: 32px;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		background-color: #C0383A;
		

}

/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_NorthShore .rootGroup .group {
	
		border: 1px solid #5B1E1C;
		border-top: 1px solid #5B1E1C;
		background:url(Images/clear10.gif) top center;
		
       
}

.RadMenu_HNav_NorthShore .rootGroup .group .text,
.RadMenu_HNav_NorthShore .rootGroup .group .link:hover .text,
.RadMenu_HNav_NorthShore .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_NorthShore .rootGroup .group .link {
	
		padding: 4px 6px;
		line-height: 2em;
		background-color: #f8f4e1;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #5B1E1C;
		text-decoration: none;
		

}

.RadMenu_HNav_NorthShore .rootGroup .group .link:hover,
.RadMenu_HNav_NorthShore .rootGroup .group .expanded,
.RadMenu_HNav_NorthShore .rootGroup .group .selected,
.RadMenu_HNav_NorthShore .rootGroup .group .disabled {
	
		padding: 4px 6px;
		line-height: 2em;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #f8f4e1;
		text-decoration: none;
        background-color:C0383A;
}