/*
Site Name: Shop St Albans
Version: 1.0
Author: Andy Pearson
Date: 10/10/08
Time: 09:28:39
Description: Image replacement CSS for image maps
*/

/* Navigation */
#nav-home,
#nav-shopping,
#nav-eat-and-drink,
#nav-news-and-events,
#nav-our-city,
#nav-getting-here {
	text-indent:-99999px;
	overflow:hidden;
	background:#fff url(../images/replacements/navigation.gif) no-repeat top left;
}
#nav-home { width:28px; background-position:0 0; }
#nav-home:hover,
#navigation li #nav-home.current { background-position:0 -20px; }
#nav-shopping { width:45px; background-position:-28px 0; }
#nav-shopping:hover,
#navigation li #nav-shopping.current { background-position:-28px -20px; }
#nav-eat-and-drink { width:57px; background-position:-73px 0; }
#nav-eat-and-drink:hover,
#navigation li #nav-eat-and-drink.current { background-position:-73px -20px; }
#nav-news-and-events { width:76px; background-position:-130px 0; }
#nav-news-and-events:hover,
#navigation li #nav-news-and-events.current { background-position:-130px -20px; }
#nav-our-city { width:39px; background-position:-206px 0; }
#nav-our-city:hover,
#navigation li #nav-our-city.current { background-position:-206px -20px; }
#nav-getting-here { width:62px; background-position:-245px 0; }
#nav-getting-here:hover,
#navigation li #nav-getting-here.current { background-position:-245px -20px; }

/* Sub Navigation */
#sub-navigation h5 a {
	text-indent:-99999px;
	overflow:hidden;
	background:#fff url(../images/replacements/shopping-by-area.gif) no-repeat top left;
}
#sub-navigation p a {
	text-indent:-99999px;
	overflow:hidden;
	background:#fff url(../images/replacements/new.gif) no-repeat top left;
}
