.RadMenu_VNav_TheGallery {

		margin: 0px;
		padding-right:0px;
		cursor: pointer;
		text-align: left;
	
}

.RadMenu_VNav_TheGallery .rootGroup .text,
.RadMenu_VNav_TheGallery .rootGroup .link:hover .text,
.RadMenu_VNav_TheGallery .rootGroup .expanded .text {

    display: inline;
    padding-right: 12px;
		
}

.RadMenu_VNav_TheGallery .rootGroup .link {
	
		cursor: pointer;
		font: 15px Georgia, Times, serif;
		color:#422813;
		text-transform:none;
		padding: 4px 0;
		text-decoration:none;
		background: url(Img/bullet.gif) no-repeat left ;
		padding-left:10px;
	
}

.RadMenu_VNav_TheGallery .rootGroup .link:hover,
.RadMenu_VNav_TheGallery .rootGroup .expanded, 
.RadMenu_VNav_TheGallery .rootGroup .selected,
.RadMenu_VNav_TheGallery .rootGroup .disabled {

		font:15px Georgia, Times, serif;
		color: #EAAC0B;
		text-decoration: underline;
		padding: 4px 0;
		text-transform:none;
		background: #3A3122;
		padding-left:10px;
		

}

/*creates Top Border Line of SubItem Groups */
.RadMenu_VNav_TheGallery .rootGroup .group {
	
		border: 1px solid #EAE2C5;
		border-top: none;
       
}

.RadMenu_VNav_TheGallery .rootGroup .group .text,
.RadMenu_VNav_TheGallery .rootGroup .group .link:hover .text,
.RadMenu_VNav_TheGallery .rootGroup .group .expanded .text {
                
		text-transform:uppercase;
		text-align: left;
		white-space: normal; /*break link text to next line in firefox*/
   		border: none;
}

.RadMenu_VNav_TheGallery .rootGroup .group .link {
	
		cursor: pointer;
		font: 11px Georgia, Times, serif;
		color:#422813;
		text-transform:none;
		padding: 4px 0;
		background:#F0C497;
}

.RadMenu_VNav_TheGallery .rootGroup .group .link:hover,
.RadMenu_VNav_TheGallery .rootGroup .group .expanded,
.RadMenu_VNav_TheGallery .rootGroup .group .selected,
.RadMenu_VNav_TheGallery .rootGroup .group .disabled {
	
		font:11px Georgia, Times, serif;
		color: #422813;
		text-decoration: none;
		padding: 4px 0;
		text-transform:none;
		background: #EFE2D3
}