/********** Highlight Current Page Styling**********/

/********** Main Menu **********/

body.home #menu a#home,
body.links #menu a#links,
body.contact #menu a#contact,
body.aboutme #menu a#aboutme,
body.scotland #menu a#scotland,
		{
		color: #000;
		text-decoration: underline;
}

body.home #menu a:hover#home,
body.links #menu a:hover#links,
body.contact #menu a:hover#contact,
body.aboutme #menu a:hover#aboutme,
body.scotland #menu a:hover#scotland,
		{
		color: #013f66;
		text-decoration: underline;
}
