﻿.categorypath ul
{
	/*float: left;*/ /*width: 730px;*/
	list-style: none;
	padding: 8px 0 3px 10px !important /*Non-IE6*/;
	padding: 8px 0 3px 10px /*IE6*/;
}
.categorypath ul li
{
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url(../img/CategoryPath/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-size: 110% !important /*Non-IE6*/;
	font-size: 100% /*IE6*/;
}
.categorypath ul li.nobullet
{
	display: inline;
	padding: 0;
	background: none;
	color: rgb(75,75,75);
}
.categorypath ul a
{
	color: rgb(125,125,125);
	font-weight: bold;
	text-decoration: none;
}
.categorypath ul a:hover
{
	color: rgb(80,80,80);
}
