/*
-----------------------------------------------------------------
SFU Department of Mathematics
Stylesheet for screen media
Filename:      crumb.css                                            
Version:       1.0                                                    
Date:          December 2004
  
Site:          http://www.math.sfu.ca
 
-----------------------------------------------------------------
*/

/* This is for the breadcrumb trail. */
/* ----------------------------------------------------------- */
#top {
	background-color: #fff;
	border-bottom: #ccc 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: #0d2b88;
	font-weight: bold;
}

#top a:visited.crumb-back {
	text-decoration: none;
	color: #0d2b88; 
	font-weight: bold;
}

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

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

span.crumb-arrow {
	color: #0d2b88; 
}

