.categoriesMenu {
	background: url(/img2/catMenuBg2.png) repeat-y;
	width: 257px;
}
.categoriesMenu .head {
	height: 41px;
}
.categoriesMenu ul {
	list-style: none;
	background: url(/img2/catMenuBg1.png) no-repeat left top;
	padding: 0;
	margin: 0;
}
.categoriesMenu ul li {
	background: url(/img2/catSeparator.png) no-repeat left bottom;
}
.categoriesMenu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 8px 15px;
	display: block;
}
.categoriesMenu .bottom {
	background: url(/img2/catMenuBottom.png) no-repeat;
	height: 2px;
	overflow: hidden;
}
.categoriesMenu .selected {
	background: url(/img2/catMenuSelBg2.png) repeat-y;
}
.categoriesMenu .selected a {
	background: url(/img2/catMenuSelBg.png) no-repeat;
}
.categoriesMenu ol {
	background: url(/img2/catMenuSelBg2.png) repeat-y;
	padding: 0;
	margin: 0;
}
.categoriesMenu ol li {
	background: url(/img2/catMenuSelSeparator.png) no-repeat left bottom;
	padding-left: 30px;
}
.categoriesMenu .selected ol a {
	background: url(/img2/catMenuSelBullet.png) no-repeat 0 12px;
}

