/* HTML Selector styles */
#content h1 {
	color: #000;
	}
#content a:link {
	text-decoration:none;
	color:#f63;
	}
#content a:visited {
	text-decoration:none;
	color:#999;
	}
#content a:hover {
	text-decoration:underline;
	color:#000;
	}
#content a:active {
	text-decoration:underline;
	color:#000;
	}
/* Class style */
.intro {
	color:#000;
	}
/* Secondary drop-down menu bar */
/*.menu_drop {
	background-image: url(http://www.crcna.org/images/bkgd_menu_productservices.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/*.menu2_drop ul ul :hover > a {
	color:#fff;
	background-image: url(http://www.crcna.org/images/bkgd_menu_productservices.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* Style the top level hover */
/*.menu_drop a:hover, .menu_drop ul ul a:hover {
	color:#fff;
	text-decoration: underline;
	background-image: url(http://www.crcna.org/images/bkgd_menu_productservices.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* .menu2_drop :hover > a, .menu2_drop ul ul :hover > a {
	color:#fff;
	text-decoration: underline;
	background-image: url(http://www.crcna.org/images/bkgd_menu_crwrc.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
