.RadMenu_HNav_NewportBC {

		margin: 0;
		padding: 0;
		cursor: pointer;
		
		white-space:normal;		/* Set IE to word-wrap */
	
}

.RadMenu_HNav_NewportBC .rootGroup .text,
.RadMenu_HNav_NewportBC .rootGroup .link:hover .text,
.RadMenu_HNav_NewportBC .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

.RadMenu_HNav_NewportBC .rootGroup .link {
		
		font: 14px Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 40px;
		color: #f0e2c0;
		cursor: pointer;
		text-decoration: none;
		/*background-color: #153b06;*/
}

.RadMenu_HNav_NewportBC .rootGroup .link:hover,
.RadMenu_HNav_NewportBC .rootGroup .expanded, 
.RadMenu_HNav_NewportBC .rootGroup .selected,
.RadMenu_HNav_NewportBC .rootGroup .disabled {
	
		font: 14px Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 40px;
		cursor: pointer;
		color: #fff;
		/*text-decoration: underline;*/
		background-color: #2e3b0e;
}




/***********************/
/* sets width of slide */
.RadMenu_HNav_NewportBC .rootGroup .slide,
.RadMenu_HNav_NewportBC .rootGroup .group,
.RadMenu_HNav_NewportBC .rootGroup .group .item,
.RadMenu_HNav_NewportBC .rootGroup .group .link {
	width:160px !important;
}

/* For (.level1 .slide) sets left-property to align with right edge of dropdown set from width */
.RadMenu_HNav_NewportBC .rootGroup .group .slide {
	left:160px !important;
}
/*	Reset for .last  (Admin Tab, or Logout for this site).  
	Forced dropdown to go right, not using Telerik's dynamic calculation of browser width 
	
	Downside: Now aligns properly but flys in from left...and not from the dropdown's left edge 
	
	Conclusion:  Since it's Admin tab, and/or Logout Btn...we can get away with assigning dropdown's width.  
				 Only in FF is there an issue
	
	*/
.RadMenu_HNav_NewportBC .rootGroup .last .group .slide {
	left:-160px !important;
}



/********************************************/
/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_NewportBC .rootGroup .group {
	
		/*border: 1px solid #e4f0c0;*/
		border-top: none;
       
}

.RadMenu_HNav_NewportBC .rootGroup .group .text,
.RadMenu_HNav_NewportBC .rootGroup .group .link:hover .text,
.RadMenu_HNav_NewportBC .rootGroup .group .expanded .text {
                
		/*text-transform: uppercase;*/
		text-align: left;
		white-space: normal; /*break link text to next line in firefox*/
   		border: none;
		
		padding-left:10px;

}

.RadMenu_HNav_NewportBC .rootGroup .group .link {
	
		padding: 8px 0; /*10px;*/ /*4px 6px;*/
		font: 11px Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 1.4em;
		color: #fff;
		text-decoration: none;
		text-transform:uppercase;
		/*border-top: 1px solid #EAE2C5;*/
		/*width:160px !important;*/
		
		background-color: #2e3b0e;

}

.RadMenu_HNav_NewportBC .rootGroup .group .link:hover,
.RadMenu_HNav_NewportBC .rootGroup .group .expanded,
.RadMenu_HNav_NewportBC .rootGroup .group .selected,
.RadMenu_HNav_NewportBC .rootGroup .group .disabled {
	
		padding: 8px 0px;
		font: 11px Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 1.4em;
		color: #fff;
		text-decoration: none;
		/*border-top: 1px solid #EAE2C5;*/
		/*width:160px !important;*/
		
		/*background-color: #2e3b0e;*/
		background: #242e0b url(img/bg_dropdown_hover.jpg) repeat-x top left;
        
}
