#menu-superior {
	float: left;
	width: 330px;
	height: 200px;
	margin-left: 10px;
	overflow: hidden;
}

#menu-superior ul,
#menu-superior li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-superior li {
	width: 330px;
	height: 35px;
	height: 41px;
	display: inline;
	white-space: nowrap;
}

#menu-superior span {
	font-size: 9px;
	display: none;
	line-height: 9px;
	float: right;
	color: #fff;
	word-spacing: -1px;
	cursor: pointer;
	margin-top: 2px;
}

#menu-superior a {
	font-size: 18px;
	display: block;
	width: 280px;
	height: 23px;
	padding: 7px 10px 5px 40px;
	text-decoration: none;
	color: #fff;
	float: left;
	margin-bottom: 6px
}

#menu-superior a:hover {
	background-position: 0px -35px;
}

#menu-superior a:hover span {
	display: block;
}
