.RadMenu_HNav_NHYC {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_NHYC .rootGroup .text,
.RadMenu_HNav_NHYC .rootGroup .expanded .text {

	text-align: center;
		
}

.RadMenu_HNav_NHYC .rootGroup .link:hover .text,
.RadMenu_HNav_NHYC .rootGroup .expanded .text {

	text-align: center;

}



.RadMenu_HNav_NHYC .rootGroup .link {
		
		font: 12px Georgia, "Times New Roman", Times, serif;
		line-height: 32px;
		color: #01548A;
		cursor: pointer;
		text-decoration: none;
		background: url(rootitem_off.gif) repeat-x center top;
		/*background-color: #EAE2C5;*/
	
}

.RadMenu_HNav_NHYC .rootGroup .link:hover,
.RadMenu_HNav_NHYC .rootGroup .expanded, 
.RadMenu_HNav_NHYC .rootGroup .selected,
.RadMenu_HNav_NHYC .rootGroup .disabled {
	
		font: 12px Georgia, "Times New Roman", Times, serif;
		line-height: 32px;
		cursor: pointer;
		color: #FFF;
		text-decoration: none;
		background: url(rootitem_on.gif) repeat-x center top;
		

}

/* Main Level Sub Group, creates Top Border Line of Main Level SubItem Group */
.RadMenu_HNav_NHYC .rootGroup .group
{
	height: auto;
	border: solid 2px #006eab;
	background: #fff;
	
}

.RadMenu_HNav_NHYC .level1 .link,
.RadMenu_HNav_NHYC .level2 .link
{	
	
	text-decoration: none;
	background: #fff;
    line-height: 2em;
	border: none;
    height: auto;
}

.RadMenu_HNav_NHYC .level1 .link .text,
.RadMenu_HNav_NHYC .level2 .link .text
{
	text-transform: uppercase;
	text-align: left;	
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #7b7a76;
	text-decoration: none;
	margin-left: 10px;
    padding: 0;
	

}
	
.RadMenu_HNav_NHYC .level1 .link:hover,
.RadMenu_HNav_NHYC .level1 .focused,
.RadMenu_HNav_NHYC .level1 .expanded,
.RadMenu_HNav_NHYC .level1 .selected,
.RadMenu_HNav_NHYC .level2 .link:hover,
.RadMenu_HNav_NHYC .level2 .focused,
.RadMenu_HNav_NHYC .level2 .expanded,
.RadMenu_HNav_NHYC .level2 .selected
{
	line-height: 2em;
	background: #fff;
	height: auto;
}

.RadMenu_HNav_NHYC .level1 .link:hover .text,
.RadMenu_HNav_NHYC .level1 .expanded .text,
.RadMenu_HNav_NHYC .level1 .focused .text,
.RadMenu_HNav_NHYC .level2 .link:hover .text,
.RadMenu_HNav_NHYC .level2 .expanded .text,
.RadMenu_HNav_NHYC .level2 .focused .text
{
	text-transform: uppercase;
	text-align: left;	
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #cf8a15;
	text-decoration: none;
	margin-left: 10px;
    padding: 0;
}


.RadMenu_HNav_NHYC .level1 .disabled,
.RadMenu_HNav_NHYC .level2 .disabled
{
	
}