#menu {
	height: 29px;
	z-index: 20; position: relative;
	font: 1.17em/1.5em Helvetica, Arial, sans-serif;
}
#menu ul a, #menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	border: none;
}
#menu ul {
	list-style-type: none;
	float: left;
	height: 29px;
}
#menu ul li {
	display: block;
	height: 29px;
	float: left;
	text-align: center;
	padding-top: 4px;
}
#menu ul li a {
	display: inline;
	outline: none;
	padding: 6px 20px;
	color: #fff;
}
#menu ul li a:hover {
	color: #ccc;
}
#menu ul li.selected {
	background: url(../images/shop/menu-right.gif) top right no-repeat;
}
#menu ul li.selected a {
	background: url(../images/shop/menu-left.gif) top left no-repeat;
	color: #333; font-weight: bold;
}