/*
pinks:
#cc4779
#a8406d
hover - #92365e

*/


a:hover, a:focus {
	color: #cc4779; /* !important */
}

.sidenavitem a.moresml{
	background-image:  url(/images/clubicons_sel_h.png);
}

.sidenavitem a:hover.moresml {
	background-image:  url(/images/clubicons_sel.png);
	color:#92365e !important;
}

.sidenavitem a:hover.navheading{
	color:#92365e !important;	
}


.sidenavitem a.navheading, .sidenavitem a.moresml, .subtitleblock{
	color:#cc4779;
}

.hiliteinnerblock{
	border: 1px solid #cc4779;
}

#backButtBlock li a, #backtoviewbutt li a{
	background:#a7456f !important;
	color:#fff !important;	
}

#backButtBlock li a:hover , #backtoviewbutt li a:hover{
	background:#bc4d7d !important;
	color:#fff !important;
}