﻿/*
© Copyright 2007 The Nelson Family of Companies
Revision: 1.0
*/

.crumbs	
	{
		position: relative;
		float: left;
		margin:  0 0 0 2px;
		padding: 0 0 0 0;		
		background-image: url(../ThemeImages/crumbsbackground.gif);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		width: 585px;
		height: 26px;
	}

.crumbs p {
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.55em;
		font-weight:	normal;
		color:			#B2B2B2;
		font-style:		normal;
		text-decoration: none;
		text-align: left;
		margin:   0 0 12px 12px;
		padding: 5px 0 0 0;	
	}
	

.crumbs a:link
	{
		color:			#A9A9A9;
		text-decoration: none;	
	}	
	
.crumbs a:visited
	{
		color:			#A9A9A9;
		text-decoration: none;
	}

	
.crumbs a:hover
	{
		color:			#CC6600;
		text-decoration: underline;
	}

.crumbsNoPic	
	{
		position: relative;
		float: left;
		margin: 0 0 0 2px;
		padding: 0 0 0 0;		
		background-color: #FFFFFF;
		width: 585px;
		height: 24px;
	}

.crumbsNoPic p {
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.55em;
		font-weight:	normal;
		color:			#A9A9A9;
		font-style:		normal;
		text-decoration: none;
		text-align: left;
		margin: 4px 0 0 12px;
	}
	
.crumbsNoPic a:link
	{
		color:			#A9A9A9;
		text-decoration: none;	
	}	
	
.crumbsNoPic a:visited
	{
		color:			#A9A9A9;
		text-decoration: none;
	}

.crumbsNoPic a:hover
	{
		color:			#CC6600;
		text-decoration: underline;
	}	