.RadMenu_HNav_BeachClub {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_HNav_BeachClub .rootGroup .text,
.RadMenu_HNav_BeachClub .rootGroup .link:hover .text,
.RadMenu_HNav_BeachClub .rootGroup .expanded .text {

		text-transform: uppercase;
		
}

/*--- Blue Iceberg wanted lowercase prepositions ---*/
.RadMenu_HNav_BeachClub .rootGroup .first .text,
.RadMenu_HNav_BeachClub .rootGroup .first .link:hover .text,
.RadMenu_HNav_BeachClub .rootGroup .first .expanded .text {

		/*text-transform: none;*/
		
}

/*-------------------------------------------------*/


.RadMenu_HNav_BeachClub .rootGroup .link {
		
		font: 11px Arial, Helvetica, serif;
		line-height: 34px;
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
		background: #1965ac;
		text-align:center;
	
}

.RadMenu_HNav_BeachClub .rootGroup .link:hover,
.RadMenu_HNav_BeachClub .rootGroup .expanded, 
.RadMenu_HNav_BeachClub .rootGroup .selected,
.RadMenu_HNav_BeachClub .rootGroup .disabled {
	
		font: 11px Arial, Helvetica, serif;
		line-height: 34px;
		cursor: pointer;
		color: #FFF;
		text-decoration: none;
		background: #003399;
		text-align:center;
		
}





/*--- nav arrows for links that have EXPANDING LEVELS ---*/
.RadMenu_HNav_BeachClub a .expandLeft, .RadMenu_HNav_BeachClub a .expandRight {
	background: transparent url(img/subNavArrow_normal.gif) no-repeat right center;
	padding-right:10px;
}

.RadMenu_HNav_BeachClub a:hover .expandLeft, .RadMenu_HNav_BeachClub a:hover .expandRight {
	background: url(img/memberOn.jpg) no-repeat right center;
}






/*creates Top Border Line of SubItem Groups */
.RadMenu_HNav_BeachClub .rootGroup .group {
	
		border: 1px solid #8cbce6;
		border-top: none;
       
}

.RadMenu_HNav_BeachClub .rootGroup .group .text,
.RadMenu_HNav_BeachClub .rootGroup .group .link:hover .text,
.RadMenu_HNav_BeachClub .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_BeachClub .rootGroup .group .link {
	
		padding: 6px 6px;
		line-height: 2em;
		height:auto;   /*-- fix height for FF when link goes to new line --*/
		
		background: #ecf8fa;
		font: 12px Arial, Helvetica, serif;
		color: #101865;
		text-decoration: none;
		border-top: 1px solid #8cbce6;
		
		margin:0px;

}

.RadMenu_HNav_BeachClub .rootGroup .group .link:hover,
.RadMenu_HNav_BeachClub .rootGroup .group .expanded,
.RadMenu_HNav_BeachClub .rootGroup .group .selected,
.RadMenu_HNav_BeachClub .rootGroup .group .disabled {
	
		padding: 6px 6px;
		line-height: 2em;
		height:auto;   /*-- fix height for FF when link goes to new line --*/
		
		background: #d3e7fa;
		font: 12px Arial, Helvetica, serif;
		color: #125694;
		text-decoration: none;
		border-top: 1px solid #8cbce6;
		
		margin:0px;
        
}