.nav a:hover {color: #ff6b10;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-weight: bold;
}
.nav a.selected, nav a.selected:hover {color: #FFFFFF;
	background-repeat: repeat-y;
	background-color: #ff6b10;
	font-weight: bold;
}

#NavSide{
	width: 140px;
	background-color: #EBECED;
	margin: 5px;
}
#NavSide ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;}
#NavSide li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#NavSide li a {color: #B5B5B5;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 20px;}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
}
#NavSide li a.selected {color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6B24;
	display: block;}

#CityList
{
	width: 100%;
	
}
#CityList ul
{
	font-size: 12px;
	font-weight: bold;
	margin-top:.25em;
	margin-left:1em;
	padding-left:0px;
	list-style-image: url(/images/locations/bullet.gif);
	list-style-position: inside;
}
 
#CityList li
{
	margin-left: 0px; 
	padding-left:10em; 
	list-style-image: url(/images/locations/bullet.gif);
	list-style-position: inside;
	
}
#CityList li a
{
	font-size: 14px;
	padding-left: 0.5em; 
	font-weight: bold;
}


div.StoreLocation
{
	border-top: 1px dashed #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.StoreName
{
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 4px;
}
