#shop-categories {
}

#shop-categories ul {
	margin: 0;
	padding: 0;
}

#shop-categories ul li {
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
}

#shop-categories ul li a {
	display: block;
	width: 200px;
	height: 40px;
	background: #fddd22 url(/images/shop-sidebar-bg.png) 0 0 no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

#shop-categories ul li a:hover {
	background: #369;
	color: #fff;
	background: #fddd22 url(/images/shop-sidebar-bg.png) 0 -40px no-repeat;
}

#shop-categories ul li a span {
	display: block;
	padding: 10px;
}

#shop-mega {
	position: absolute;
	top: 0;
	left: 200px;
	width: 552px;
	height:400px;
	background: #fff200;
	z-index: 255;
	display: none;
}

#shop-mega-content {
	margin: 8px;
	width: 532px;
	height: 384px;
	background: #fff;
}

