/* GUS LINKS */

a, a:link {text-decoration: none; color: #0099CC;}
a:visited {text-decoration: none; color: #0099CC;} 
a:hover {
	text-decoration: underline;
	color: #000000;
}

/* MENU CRUMBS */

.crumbWhite {
margin-left: 5px;  margin-right: 5px;
font-family: Arial, Helvetica, sans-serif;
}

.crumbWhite:link, .crumbWhite:visited {text-decoration: none; font-weight:bold; color: #FFFFFF; }
.crumbWhite:hover {text-decoration: none; color: #000000; }

