/*
-----------------------------------------------------------------
Canada Shotokan Karate
Stylesheet for screen media
Filename:      crumb.css                                            
Version:       1.0                                                    
Date:          May 2006
  
Site:          http://www.canadashotokan.org
 
-----------------------------------------------------------------
*/

/* This is for the breadcrumb trail. */
/* ----------------------------------------------------------- */
#top {
	background-color: #fff;
	border-bottom: #c5b9a4 solid 1px;
}

#top p.crumb-trail {
	padding-top: 2px;
	margin: 0em;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal; }

#top a:link.crumb-back {
	text-decoration: none;
	/*color: #000;*/
	font-weight: bold;
}

#top a:visited.crumb-back {
	text-decoration: none;
	/*color: #000;*/ 
	font-weight: bold;
}

#top a:hover.crumb-back {
	color: #000;
	text-decoration: underline;
}

span.crumb-current {
	font-weight: bold;
	color: #000;
}

span.crumb-arrow {
	color: #000; 
}

