/* CSS Document */
/* 
Title:     		The Nutty Chocolatier product navigation styles
Author:    		analogue.ca/terabit.ca
Version:   		1.0
Created:   		January 4, 2007
Updated:   		January 4, 2007
Description:	This css sheet replaces the javascript image swap commands
*/

#categoryList {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
}

#categoryList ul {
	list-style: none;
	overflow: hidden;
	display: block;
}

#categoryList li.selected a{
	font-weight:bold;
}

#categoryList li.sub{
	padding-left: 20px;
}

#categoryList a{
	text-decoration: none;
	background-image: url(../images/css/bullet-1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #000000;
	text-indent:10px;
}
