@charset "utf-8";
#subnav
{
		background: none;
		margin-left: .5em;
				margin-top:.5em;
		width: auto;
}

#bread
{
		padding: 0;
		margin: 0;
		text-transform: capitalize;
		font-variant: small-caps;
		font-size: 0.9em;
		font-family: Tahoma, Geneva, sans-serif;
}

#bread li
{
		display: inline;
		list-style-type: square;
		padding: 0 5px;
		margin: 0;
		text-decoration: none;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: .9em;
		font-weight: normal;
		border-right: 1px solid #03C;
}

#bread li a {
		text-decoration: underline;
		color: #454535;
}
#subnav #bread li a:hover { color: #C63; }

#subnav #bread #elevations .current {
		color: #F60;
		text-decoration: none;
		font-weight: normal;
		font-style: italic;
}





		
		


#bread .page {
		border-style: none;
		font-size: 1.2em;
		color: #454535;
}
