ul#storeTabs {
	height: 47px;
	border-bottom: solid 1px #d3d3d3;
	list-style:none;
	overflow: visible;
	margin:0;
	padding:0;
	text-align:left;
}
ul#storeTabs li {
	height: 47px;
	width:140px;
	float:left;
}
ul#storeTabs li a {
	height: 47px;
	width:140px;
	display:block;
}
ul#storeTabs li a.current {
	background: url("../images/store/tabs/current.jpg") left top no-repeat;
}
ul#storeTabs li.active a.current {
	background: url("../images/store/tabs/current_a.jpg") left top no-repeat;
}
/*
ul#storeTabs li a.holiday {
	background: url("../images/store/tabs/specials.jpg") left top no-repeat;
}
ul#storeTabs li.active a.holiday {
	background: url("../images/store/tabs/specials_a.jpg") left top no-repeat;
}
*/
ul#storeTabs li a.treasure {
	background: url("../images/store/tabs/tchest.jpg") left top no-repeat;
}
ul#storeTabs li.active a.treasure {
	background: url("../images/store/tabs/tchest_a.jpg") left top no-repeat;
}
ul#storeTabs li a.mbmackiev {
	background: url("../images/store/tabs/mbMacKiev.jpg") left top no-repeat;
}
ul#storeTabs li.active a.mbmackiev {
	background: url("../images/store/tabs/mbMacKiev_a.jpg") left top no-repeat;
}