.placeholderNavigation {
	background: Transparent;
	width:788px;
	margin-right:auto;
	margin-left:auto;
	/*text-align: left;*/
}

.placeholderNavigation form 
{
	margin: 0;
	padding: 0;
}

.placeholderNavigation .sld 
{
	background: none;
	text-align:left;
	vertical-align:bottom;
	width:100%;	
	position:relative;
}
.placeholderNavigationBG
{
  background: url(../Images/Controls/NavigationPath/bannerLeftPagePic.png) no-repeat;
  background-position:left;
  width:257px;
  height:30px;	
  position:absolute;
  left:0px;
  bottom:-1px;
}
.placeholderNavigation .sld .sld 
{
	background: none bottom repeat-x;
	position:relative;
	text-align:left;
	padding-left:60px;
	width:auto;
}
.navigationPath
{
  margin-top:17px;  
  
}
.navigationPath a 
{
	padding-left: 6px;
	padding-right: 8px;
	background: url(../Images/Controls/NavigationPath/separator.gif) no-repeat bottom right;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color:White!important;
	text-decoration:underline;
}
.navigationPath a:hover
{
  color:#ff6600!Important;
}
.navigationPath a.first 
{
	padding-left: 0px;
}

.navigationPath a.last 
{
	background: none;
	padding-right: 0px;
	text-decoration:none;
}
