#top_menu {	font-size: 10pt; width: 100%;}

#top_menu a{ text-decoration: none;	text-align: center; }


#top_menu div {	text-align: center;	font-weight: bold;	margin-top: 3px; font-size: 0.9em; }
#top_menu div { background-color: #e2e6e9; color: #708390; }
#top_menu a:hover div 	 { background-color: #d17980; color: #e2e6e9; }
#top_menu a.selected div { background-color: #c10d19; color: #e2e6e9; }



#top_menu img { border: none; margin: auto; }
#top_menu img.colored, #top_menu img.gray { width: 99%; }
#top_menu img.loading { margin-top: 8px; margin-bottom: 10px;}

#top_menu img.colored { display: none;}
#top_menu img.loading { display: none;}
#top_menu img.gray    { display: block;}

#top_menu a:hover img.colored { display: block;}
#top_menu a:hover img.loading { display: none;}
#top_menu a:hover img.gray    { display: none;}

#top_menu a.selected img.colored { display: block;}
#top_menu a.selected img.loading { display: none;}
#top_menu a.selected img.gray    { display: none;}

#top_menu a.loading img.colored { display: none;}
#top_menu a.loading img.loading { display: block;}
#top_menu a.loading img.gray    { display: none;}



#top_menu .menu_tab
{
	background-color: White;
	text-align: center;
	vertical-align: text-bottom;
	width: 155px;
	padding: 3px;
}

#top_menu #top_menu_address td
{
	color: White; text-align: right; font-size: 0.7em; padding-right: 30px;
	vertical-align: top;
	padding-top: 10px;
}
