/* HTML Selector styles */
body {
/*
	background-image: url(http://www.crcna.org/images/bkgd_spe.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
*/
h1 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding:0 5px 0 0;
	margin:0;
	color:#069;
}

a:link {
	text-decoration:none;
	color:#069;
}
a:visited {
	text-decoration:none;
	color:#069;
}
a:hover {
	text-decoration:underline;
	color:#069;
}
a:active {
	text-decoration:underline;
	color:#069;
}
#top a:hover {
	border-bottom: none;
}
#menubar a:hover {
	border-bottom: none;
}


/* Class style */
.intro {
	color:#000;
}
/* Secondary drop-down menu bar */
.menu2_drop {
	background-image: url(http://www.crcna.org/images/bkgd_menu_spe.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* Style the top level hover */
.menu2_drop a:hover, .menu2_drop ul ul a:hover {
	color:#fff;
	text-decoration: underline;
	background-image: url(http://www.crcna.org/images/bkgd_menu_spe.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

