.placeholderNavigation {
	background: url(../Images/MasterPages/Banner/PageNameBG_top.jpg );
	width:100%;
	padding-right:auto;
	padding-left:auto;
	padding-top:5px;
}

.placeholderNavigation form 
{
	margin: 0;
	padding: 0;
}

.placeholderNavigation .sld 
{
	background: none top repeat-x;
	text-align:left;
	vertical-align:top;
}
.navigationBGContainer
{
	width:806px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:10;
}
.placeholderNavigationBG
{
  background: url(../Images/Controls/NavigationPath/bannerLeftPagePic.png) no-repeat;
  background-position:left;
  position:absolute;
  left:0px;
  bottom:-1px;
  width:257px;
  height:36px;	
  
}
.placeholderNavigation .sld .sld 
{
	background: none bottom repeat-x;
	display: table;
	margin-left:60px;
	position:relative;
	height:31px;
}
.placeholderNavigation .topLeft
{
	background-position: top left;
	background-image: url(../Images/MasterPages/MainPanel/blueCorner_topLeft.png);
	background-repeat: no-repeat;
}
.placeholderNavigation .topRight
{
	background-position: top right;
	background-image: url(../Images/MasterPages/MainPanel/blueCorner_topRight.png);
	background-repeat: no-repeat;
}
.placeholderNavigation .bottomBorder
{
	height:3px;
	background: url(../Images/MasterPages/Banner/PageNameBG_bottom.jpg );
	font-size:1px; /*for IE*/
	position:relative;
}
.navigationPath
{
  margin-top:12px;  
  
}
.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;
}
