@charset "utf-8";

/* CSS Document */



#menu {

	list-style: none;

	top: -2px;

	left: 49px;

	width: 360px;

	height: 28px;

	position: relative;

}



#menu a {

	display: block;

	text-indent: -900%;

	position: absolute;

	outline: none;

	border-bottom: none;

}

#menu a:hover {

	background-position: left bottom;

	border-bottom: none;

}

#menu a:hover span{

	display: block;

	border-bottom: none;

}

