/* 	Styles for localmenu regional sites - Hover effects already defined in global stylesheet 
*	Change colors and font-weights to suit your needs
*	Remove Classes that you wanna keep standardised and remove comments for lesser weight
*/

/* This style sets the text-color for non linked items in local menu eg: | */
.SlRegionalMenuSpan { color: #000000; }

/* This style is the inactive link color in local menu */
.SlRegionalMenu, .SlRegionalMenu:visited 				{ color: #000000; font-weight: normal; }
.SlRegionalMenu:hover, .SlRegionalMenu:visited:hover	{ color: #000000; font-weight: normal; }

/* This style is the active link color in local menu */
.SlRegionalMenuActive, .SlRegionalMenuActive:visited 				{ color: #000000; font-weight: bold; }
.SlRegionalMenuActive:hover, .SlRegionalMenuActive:visited:hover	{ color: #000000; font-weight: bold; text-decoration: underline; }

.SgHeadline { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

. SgZByline {
	color: #003399;
}

