/* +++++++++++++++++++++++++++++ */
/* css rollover with imagemap modified from http://www.tanfa.co.uk/css/examples/eur-uk.asp */

#titlebar {
 width: 604px;
 height: 84px;
 background: url(images/titlebar.gif) no-repeat;
 margin: 0; padding: 0;
 position: relative;
 border: 0;
 float:left;
}

#titlebar li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#titlebar a {display: block; text-indent: -9999px; text-decoration: none;}
#home {left: 0px; top: 37px; width: 154px; height: 84px; z-index: 40;}
#ny {left: 254px; top: 37px; width: 42px; height: 84px;}
#boston {left: 167px; top: 37px; width: 87px; height: 84px;}


#home a {height: 84px;}
#ny a {height: 84px;}
#boston a {height: 84px;}

.bhome #home a, #home a:hover {background: url(images/titlebar-home.gif) -0px -37px no-repeat;}
.bny #ny a, #ny a:hover {background: url(images/titlebar-ny.gif) -254px -37px no-repeat;}
.bboston #boston a, #boston a:hover {background: url(images/titlebar-boston.gif) -167px -37px no-repeat;}


/* +++++++++++++++++++++++++++++ */
/* END TANFA CSS IMAGEMAP ROLLOVER */
/*BACK TO MORE NORMAL SHITE */
