.RadMenu_HNav_detroitYC_bottom {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_detroitYC_bottom .rootGroup .text,
.RadMenu_HNav_detroitYC_bottom .rootGroup .link:hover .text,
.RadMenu_HNav_detroitYC_bottom .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

.RadMenu_HNav_detroitYC_bottom .rootGroup .link {
		
		font-size: 10px;
		line-height: 29px;
		color: #7b776a;
		cursor: pointer;
		text-decoration: none;
		background: url(Images/img-footer-separator.gif) no-repeat 0px 50%;
	
}

.RadMenu_HNav_detroitYC_bottom .rootGroup .link:hover,
.RadMenu_HNav_detroitYC_bottom .rootGroup .expanded, 
.RadMenu_HNav_detroitYC_bottom .rootGroup .disabled {
	
		font-size: 10px;
		line-height: 29px;
		cursor: pointer;
		color: #FFF;
		text-decoration: none;
		/*background: url(Images/img-footer-separator.gif) no-repeat 0px 50%;*/
		

}

.RadMenu_HNav_detroitYC_bottom .rootGroup .selected, {
		font-size: 10px;
		line-height: 29px;
		cursor: pointer;
		color: #7b776a;
		text-decoration: none;
}

.RadMenu_HNav_detroitYC_bottom .rootGroup .first .link {
		
		
		background: none;
	
}

/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_detroitYC_bottom .rootGroup .group {
	
		border: 1px solid #EAE2C5;
		border-top: none;
       
}

.RadMenu_HNav_detroitYC_bottom .rootGroup .group .text,
.RadMenu_HNav_detroitYC_bottom .rootGroup .group .link:hover .text,
.RadMenu_HNav_detroitYC_bottom .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_detroitYC_bottom .rootGroup .group .link {
	
		padding: 4px 6px;
		line-height: 2em;
		background-color: #EAE2C5;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #023837;
		text-decoration: none;
		border-top: 1px solid #EAE2C5;

}

.RadMenu_HNav_detroitYC_bottom .rootGroup .group .link:hover,
.RadMenu_HNav_detroitYC_bottom .rootGroup .group .expanded,
.RadMenu_HNav_detroitYC_bottom .rootGroup .group .selected,
.RadMenu_HNav_detroitYC_bottom .rootGroup .group .disabled {
	
		padding: 4px 6px;
		line-height: 2em;
		background-color: #D7CEB2;
		font: 10px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		color: #023837;
		text-decoration: none;
		border-top: 1px solid #EAE2C5;
        
}