#weather_banner ul
{
	margin: 4px 0;
	padding: 0 16px;
	list-style: none;
	font-size: 10px;
	letter-spacing: 1px;
}

#weather_banner li
{
	display: inline;
	margin: 0;
	padding: 0 3px 0 8px;
	border-left: 1px solid;
}

#weather_banner .first
{
	padding-left: 0;
	border: 0;
}

#weather_banner p
{
	font-size: 9px;
	margin: 15px 0 0 5px;
}

#weather_banner a
{
	color: #26354A;
	text-decoration: none;
}

#weather_banner a:hover
{
	text-decoration: underline;
	color: #FF6600;
}