.top-bar {
	background: #CEBEC8 !important;	
}

	.top-bar.expanded .title-area {
		background: #CEBEC8 !important; 
	}
	
	.top-bar-section ul li > a {
		background: #CEBEC8 !important;
		color: #6A4A5C !important; 
		text-decoration: none !important;
		text-transform: uppercase !important;
		min-width: 165px;
		text-align: center;
	}
		
	.top-bar-section ul li > a:hover {
        background: #E6DDE2 !important;
        color: #6A4A5C !important;
        text-decoration: none !important;
		text-transform: uppercase !important; 
    }
	
	.top-bar-section ul li > a.active {
        background: #E6DDE2 !important;
        color: #6A4A5C !important;
        text-decoration: none !important;
		text-transform: uppercase !important; 
    }