div#container {
	width: 100% auto;
	margin: 10px 0px 0px 0px;
}

div#dropdown {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}

div#dropbox {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-right: 0px;
	height: 90px;
	width: 302px;
}

ul#droptabs {
	float: right;
	margin: 0;
	padding: 0;
	background: url(images/locations_bar.png) top center no-repeat;
	height: 28px;
	width: 300px;
	padding-left: 8px;
	padding-top: 5px;
}

div#dropdown ul li {
	display: block;
	float: left;
	height: 18px;
	background: none;
	padding: 3px 8px;
	margin-right: 4px;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #999;
	cursor: pointer;
}

div#dropdown ul li.current {
	color: #fcaa00;
}

div#dropdown ul li#city {
	margin-right: 0;
	padding-right: 7px;
}

div.droptab-content {
	position: absolute;
	top: 90px;
	height: 70px;
	width: 264px;
	background-color: #646464;
	margin-top: 3px;
	margin-left: 0px;
	display: none;
	padding: 5px 0 8px 10px;
	opacity: 0.9;
}

div.droptab-content p {
	margin-top: 0;
	font-family: verdana;
	font-size: 11px;
	line-height: 12px;
	color: #ccc;
}

a.mapbutton:link, a.mapbutton:visited {
	display: block;
	width: 36px;
	height: 14px;
	font-size: 5px;
	text-indent: -9999px;
	background-image: url(images/mapbutton.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a.mapbutton:hover, a.mapbutton:active {
	background-position: 0 -14px;
}
