﻿#locationBox ul
{
	list-style-type: none;
	margin-left: 2em;
	padding-left: 0;
	min-width: 100px;
}
#locationBox ul li
{
	font-weight: bold;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}
#locationBox ul ul
{
	margin-left: 0;
	width: auto;
}
#locationBox ul li ul li
{
	font-weight: normal;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
}
#locationBox ul ul ul
{
	display: none;
}
#locationBox ul li ul li ul li label
{
	margin-top: 0;
	margin-left: 1em;
	background:	url(/Manager/webCms/Templates/Len%20Lothian/Images/arrow-small-grey.gif) 3px center no-repeat;
	padding:	0px 3px 0px 10px;
}
#locationBox input
{
	display: none;
}
#locationBox .selected
{
	color: White;
	background:	#6F6056 url(/Manager/webCms/Templates/Len%20Lothian/Images/arrow-small-white.gif) 3px center no-repeat;
	
}

#locationBox a:link,
#locationBox a:visited,
#locationBox a:hover,
#locationBox a:active
{
	text-decoration: none;
	color: #666;
}