#tab {
	display: block;
  	width: 110px;
  	height: 42px;
  	color: #FFFFFF;
	text-decoration: none;
}

#tab.salt_lake_city { background: url("/portals/I7cVs6S2ym/files/tab_salt_lake_city.png") no-repeat top center; }
#tab.cincinatti { background: url("/portals/I7cVs6S2ym/files/tab_cincinatti.png") no-repeat top center; }
#tab.philadelphia { background: url("/portals/I7cVs6S2ym/files/tab_philadelphia.png") no-repeat top center; }
#tab.london { background: url("/portals/I7cVs6S2ym/files/tab_london.png") no-repeat top center; }
#tab.boston { background: url("/portals/I7cVs6S2ym/files/tab_boston.png") no-repeat top center; }
#tab.orlando { background: url("/portals/I7cVs6S2ym/files/tab_orlando.png") no-repeat top center; }
#tab.atlanta { background: url("/portals/I7cVs6S2ym/files/tab_atlanta.png") no-repeat top center; }
#tab.toronto { background: url("/portals/I7cVs6S2ym/files/tab_toronto.png") no-repeat top center; }
#tab.miami { background: url("/portals/I7cVs6S2ym/files/tab_miami.png") no-repeat top center; }
#tab.washington_dc { background: url("/portals/I7cVs6S2ym/files/tab_washington_dc.png") no-repeat top center; }
#tab.manhattan { background: url("/portals/I7cVs6S2ym/files/tab_manhattan.png") no-repeat top center; }
#tab.san_diego { background: url("/portals/I7cVs6S2ym/files/tab_san_diego.png") no-repeat top center; }
#tab.new_york { background: url("/portals/I7cVs6S2ym/files/tab_new_york.png") no-repeat top center; }

#tab.salt_lake_city:hover { background: url("/portals/I7cVs6S2ym/files/tab_salt_lake_city_hover.png") no-repeat top center; }
#tab.cincinatti:hover { background: url("/portals/I7cVs6S2ym/files/tab_cincinatti_hover.png") no-repeat top center; }
#tab.philadelphia:hover { background: url("/portals/I7cVs6S2ym/files/tab_philadelphia_hover.png") no-repeat top center; }
#tab.london:hover { background: url("/portals/I7cVs6S2ym/files/tab_london_hover.png") no-repeat top center; }
#tab.boston:hover { background: url("/portals/I7cVs6S2ym/files/tab_boston_hover.png") no-repeat top center; }
#tab.orlando:hover { background: url("/portals/I7cVs6S2ym/files/tab_orlando_hover.png") no-repeat top center; }
#tab.atlanta:hover { background: url("/portals/I7cVs6S2ym/files/tab_atlanta_hover.png") no-repeat top center; }
#tab.toronto:hover { background: url("/portals/I7cVs6S2ym/files/tab_toronto_hover.png") no-repeat top center; }
#tab.miami:hover { background: url("/portals/I7cVs6S2ym/files/tab_miami_hover.png") no-repeat top center; }
#tab.washington_dc:hover { background: url("/portals/I7cVs6S2ym/files/tab_washington_dc_hover.png") no-repeat top center; }
#tab.manhattan:hover { background: url("/portals/I7cVs6S2ym/files/tab_manhattan_hover.png") no-repeat top center; }
#tab.san_diego:hover { background: url("/portals/I7cVs6S2ym/files/tab_san_diego_hover.png") no-repeat top center; }
#tab.new_york:hover { background: url("/portals/I7cVs6S2ym/files/tab_new_york_hover.png") no-repeat top center; }

#tab div {
	text-align: center;
	font: 12px trebuchet MS, times new roman, serif;
	padding-top: 24px;
}

#tab:hover div {
	padding-top: 14px;
}

/* pressed/active tabs */
#tab.london.active { background: url("/portals/I7cVs6S2ym/files/tab_london_hover.png") no-repeat top center; }
#tab.boston.active { background: url("/portals/I7cVs6S2ym/files/tab_boston_hover.png") no-repeat top center; }
#tab.orlando.active { background: url("/portals/I7cVs6S2ym/files/tab_orlando_hover.png") no-repeat top center; }
#tab.atlanta.active { background: url("/portals/I7cVs6S2ym/files/tab_atlanta_hover.png") no-repeat top center; }

#tab .active {
	display: block;
  	width: 110px;
  	height: 42px;
  	color: #FFFFFF;
	text-decoration: none;	
}

#tab.london.active div, #tab.boston.active div, #tab.orlando.active div, #tab.atlanta.active div {
	text-align: center;
	font: 12px trebuchet MS, times new roman, serif;
	padding-top: 14px;
}

