/* Location indicator */
div.contLocationIndicator
{
	width: 200px;
	height: auto;
	background: transparent url(../images/bgLocationIndicator.gif) no-repeat left top;
	color: #0e1d7d;
	padding: 40px 0px 0px 0px;
	display: block;
	float: left;
}
div.contLocationIndicatorOverlay
{
	position: absolute;
	top: 150px;
	left: 0;
	width: 400px;
	height: 60px; 
}
span.previousLocations
{
	margin-left: 20px;
	display: block;
}
a.hrefLocIndic, a.hrefLocIndic:link, a.hrefLocIndic:visited
{
	font-size: 0.8em;
	color: #848bbc;
	text-decoration: none;
	padding-left: 6px;
	background: transparent url(../images/bltArrow_OrangeDisSmall.gif) no-repeat center left;
}
a.hrefLocIndic:hover, a.hrefLocIndic:active, a.hrefLocIndic:focus
{
	color: #ffffff;
	background: transparent url(../images/bltArrow_OrangeSmall.gif) no-repeat center left;
}
a.hrefLocIndicActive, 
a.hrefLocIndicActive:link, 
a.hrefLocIndicActive:visited
{
	font-size: 1.8em;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	margin-left: 3px;
	padding-left: 18px;
	background: transparent url(../images/bltArrow_OrangeXtraBig.gif) no-repeat center left;
	display: block;
}
/* Level up */
div.contLocLevelUpMap
{
	background: transparent url(../images/bgSubmenu.gif) repeat-y top left;
	float: left;
	position: relative;
	display: block;
	width: 200px;
	padding: 5px 0;
}
div.contLocLevelUpMap h3
{
	display: none;
}
div.contLocLevelUpMap h2
{
	font-size: 0.9em;
}
div.contLocLevelUpMap ul,
div.contLocLevelUpMap ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a.hrefLocLevelUpMapItem, 
a.hrefLocLevelUpMapItem:link, 
a.hrefLocLevelUpMapItem:visited
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #848bbc;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 10px;
	background: transparent url(../images/bltArrow_OrangeDisSmall.gif) no-repeat center left;
}
a.hrefLocLevelUpMapItem:hover, 
a.hrefLocLevelUpMapItem:active, 
a.hrefLocLevelUpMapItem:focus
{
	color: #ffffff;
	background: transparent url(../images/bltArrow_OrangeSmall.gif) no-repeat center left;
}
h2 a.hrefLocLevelUpMapItem, 
h2 a.hrefLocLevelUpMapItem:link, 
h2 a.hrefLocLevelUpMapItem:visited
{
	font-size: 1.8em;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	margin-left: 3px;
	padding-left: 18px;
	background: transparent url(../images/bltArrow_OrangeXtraBig.gif) no-repeat center left;
	display: block;
}

/*Overview header loc indicator */

div.pageHeader.overviewHeader a.hrefLocIndicActive,
div.pageHeader.overviewHeader a.hrefLocIndicActive:visited,
div.pageHeader.overviewHeader a.hrefLocIndicActive:link
{
	background: none;
	padding-left: 10px;
	position: absolute;
	bottom: 10px;
}
div.pageHeader.overviewHeader span.previousLocations
{
	margin-left: 14px;
}
