/* CSS Document */
/* 
Title:     		The Nutty Chocolatier sidebar navigation styles
Author:    		analogue.ca/terabit.ca
Version:   		1.5
Created:   		December 29, 2006
Updated:   		January 4, 2007
Description:	This css sheet replaces the javascript image swap commands
*/

li#sidebar-chocolates {
	/* needed so that image does not disapear while loading mouse over image*/
	background: url(../images/imgbtn-chocolates2-up.jpg) top left no-repeat;
}
#sidebar-chocolates a {
	background: url(../images/imgbtn-chocolates2-up.jpg) top left no-repeat;
}
#sidebar-chocolates a:hover, #sidebar-chocolates a.sidebar-active {
	background: url(../images/imgbtn-chocolates2-over.jpg) top left no-repeat;
}

li#sidebar-location {
	/* needed so that image does not disapear while loading mouse over image*/
	background: url(../images/imgbtn-location-up.jpg) top left no-repeat;
}
#sidebar-location a {
	background: url(../images/imgbtn-location-up.jpg) top left no-repeat;
}
#sidebar-location a:hover, #sidebar-location a.sidebar-active {
	background: url(../images/imgbtn-location-over.jpg) top left no-repeat;
}

li#sidebar-about {
	/* needed so that image does not disapear while loading mouse over image*/
	background: url(../images/imgbtn-about-up.jpg) top left no-repeat;
}
#sidebar-about a {
	background: url(../images/imgbtn-about-up.jpg) top left no-repeat;
}
#sidebar-about a:hover, #sidebar-about a.sidebar-active {
	background: url(../images/imgbtn-about-over.jpg) top left no-repeat;
}
