div.locationPanel{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center left;	
	width: 960px;
	height: 25px;
	margin: auto;
}

div.locationPanel div.backPanel{
	float: right;
	padding-right: 0px;
}

div.locationPanel div.backPanel ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: pointer;
}

div.locationPanel div.backPanel ul.unselected li.header{
	float: right;
	background-image: url(../images/back/unselected/header.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 30px;
	height: 25px;
}

div.locationPanel div.backPanel ul.unselected li.body{
	float: right;
	background-image: url(../images/back/unselected/bg.gif);
	background-repeat: repeat-x;
	background-position: center left;

	padding:0px 5px 0px 10px;
	
	height: 25px;
	
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div.locationPanel div.backPanel ul.selected li.header{
	float: right;
	background-image: url(../images/back/selected/header.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 30px;
	height: 25px;
}

div.locationPanel div.backPanel ul.selected li.body{
	float: right;
	background-image: url(../images/back/selected/bg.gif);
	background-repeat: repeat-x;
	background-position: center left;

	padding:0px 5px 0px 10px;
	
	height: 25px;
	
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div.locationPanel div.pathPanel{
	float: left;
	padding-left: 5px;
}

div.locationPanel div.pathPanel ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.locationPanel div.pathPanel li{
	float: left;
	height: 25px;
	background-image: url(../images/split.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px 30px 0px 10px;
	
	line-height: 25px;
	color: #333;
	font-size: 13px;
	font-weight: bold;	
}

div.locationPanel div.pathPanel li.over{
	color: #78a5d1;
}
