div.blazecommerce-top-bar-preview {
background-color:#CFCDC9;
}

.blazecommerce-top-bar
{
height:44px;
overflow:hidden;
/*border:2px solid yellow;*/
}

.blazecommerce-top-bar ul {
display:block;
padding: 0px;
margin: 0px;
height:44px;

background: #434343 url("top-bar-not-sel.gif") repeat-x;
}

.blazecommerce-top-bar ul li
{
list-style-type: none;
/*padding: 0;
margin: 0;*/
display: block;
float: left;
/*height: 44px;*/
background-color:#434343;

	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size:13px;
	color:#FFFFFF;

	font-weight:bold;
	text-transform: uppercase;
	white-space:nowrap;
}

.blazecommerce-top-bar a,
.blazecommerce-top-bar a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}


.blazecommerce-top-bar li div {
	height:44px;
	display: block;
	float:left;
}
.blazecommerce-top-bar li .sub-m {
	background: url("top-bar-not-sel.gif") repeat-x;
	padding-top:17px;
	padding-left:14px;
	padding-right:15px;
}

.blazecommerce-top-bar li.list-first .sub-r,
.blazecommerce-top-bar li.list-first-selected .sub-r,
.blazecommerce-top-bar li.list-middle .sub-r,
.blazecommerce-top-bar li.list-middle-selected .sub-r 
{
	background-image:URL("top-bar-vertical-spacer.gif");
	width:3px;
}
/*

.blazecommerce-top-bar li.list-first .sub-l,
.blazecommerce-top-bar li.list-first-selected .sub-l 
{
	background-image:URL("top-bar-left-not-sel.png");
	width:26px;
}

.blazecommerce-top-bar li.list-last .sub-r,
.blazecommerce-top-bar li.list-last-selected .sub-r
{
	background-image:URL("top-bar-right-not-sel.png");
	width:24px;
}*/
.blazecommerce-top-bar li a:hover {
	cursor: pointer;
}


.blazecommerce-top-bar li a:hover .sub-m,
.blazecommerce-top-bar li.list-first-selected .sub-m,
.blazecommerce-top-bar li.list-middle-selected .sub-m,
.blazecommerce-top-bar li.list-last-selected .sub-m 
{
	background-image:URL("top-bar-sel.gif");
	background-color:#7E7E7E;
}
/*
.blazecommerce-top-bar li.list-first a:hover .sub-l,
.blazecommerce-top-bar li.list-first-selected .sub-l
{
	background-image:URL("top-bar-left-sel.png");
	background-color:#7E7E7E;
}
.blazecommerce-top-bar li.list-last a:hover .sub-r,
.blazecommerce-top-bar li.list-last-selected .sub-r
{
	background-image:URL("top-bar-right-sel.png");
	background-color:#7E7E7E;
}
*/