/*************************************************/
/* Styles navigation path at top of page         */
/*************************************************/

.navigation_path,
.navigation_path
	a
	{
		font-weight: normal;
		color: #687E8D;
		text-decoration: none;
		letter-spacing: 1px;
	}

.navigation_path
	.bold
	{
		font-weight: bold;
		color: #687E8D;
		text-decoration: none;
		letter-spacing: 0px;
	}

.navigation_path
	a:hover
	{
		color: #E60C49;
	}

.current_environment
  {
  	font-weight: bold;
		color: red;
		text-decoration: none;
		letter-spacing: 0px;
  }
  
.navigation_path {
	padding: 8px 0px 0px 26px;
	height: 28px;
}