Nope, doesn't work. :/
Would removing the .htaccess cause it you think? HoF had to remove it yesterday for a different problem. That's the only thing I can think about that got removed recently.
HTML Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{$browser_title}</title>
{$header->loadFavicon("{$home}favicon.ico")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/style-city.css")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/menu.css")}
{$header->loadAdditionalStyle()}
<!--[if lte IE 6]>
{$header->loadStyle("{$home}{$css}/media/dropdown_ie.css")}
<![endif]-->
</head>