/***************************************** Layout header_bottom ****/

#menu_left
{
	float: right;
	margin: 0;
	padding: 0;
}


/******************************************** Layout #menu_left ***/

#menu_left ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_left li
{
	display: inline;
}

#menu_left li.active a
{
	background: #FFFFCC;
}

#menu_left a
{
	float: right;
	display: block;
	margin: 0 0 0 2px;
	padding: 0 2px 0px 2px;
	background: #C7DEFA;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #26354A;
}

#menu_left a:hover
{
	background: #FFFFCC;
}

#menu_left .spacer_left
{
	margin: 0 220px 0 0;
}


#weather_banner
{
	margin: 0 0 0 2px;
	padding: 0;
	background: url(../images/miami/miami_weather.jpg) top no-repeat;
}