.RadMenu_VNav_westchester {

		margin: 0;
		padding: 0;
		cursor: pointer;
	
}

.RadMenu_VNav_westchester .rootGroup .text,
.RadMenu_VNav_westchester .rootGroup .link:hover .text,
.RadMenu_VNav_westchester .rootGroup .expanded .text {

		text-transform: none;
		text-align:right;
		
}

.RadMenu_VNav_westchester .rootGroup .link {
		
		font:14px Garamond, "Times New Roman", serif;
		line-height: 30px;
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
		background:url(Img/img_navItem.gif) right no-repeat;
		padding-right:35px;
	
}

.RadMenu_VNav_westchester .rootGroup .link:hover,
.RadMenu_VNav_westchester .rootGroup .expanded, 
.RadMenu_VNav_westchester .rootGroup .selected,
.RadMenu_VNav_westchester .rootGroup .disabled {
	
		font:14px Garamond, "Times New Roman", serif;
		line-height: 30px;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		background:url(Img/bg_vNavSelected.gif) no-repeat right;
		

}

/*creates Top Border Line of SubItem Groups */
.RadMenu_VNav_westchester .rootGroup .group {
	
		border:none;
       
}

.RadMenu_VNav_westchester .rootGroup .group .text,
.RadMenu_VNav_westchester .rootGroup .group .link:hover .text,
.RadMenu_VNav_westchester .rootGroup .group .expanded .text {
                
		text-transform: none;
		text-align: left;
		white-space: normal; /*break link text to next line in firefox*/
   		border: none;

}

.RadMenu_VNav_westchester .rootGroup .group .link {
	
		padding: 8px 6px;
		line-height: 2em;
		background: #101D38;
		font:13px Garamond, "Times New Roman", serif;
		color: #fff;
		text-decoration: none;

}

.RadMenu_VNav_westchester .rootGroup .group .link:hover,
.RadMenu_VNav_westchester .rootGroup .group .expanded,
.RadMenu_VNav_westchester .rootGroup .group .selected,
.RadMenu_VNav_westchester .rootGroup .group .disabled {
	
		padding: 7px 6px;
		line-height: 2em;
		background: #1c3059;
		font:13px Garamond, "Times New Roman", serif;
		color: #fff;
		text-decoration: none;
		border-top:1px solid #3F61A5;
		border-bottom:1px solid #3F61A5;
        
}