@charset "utf-8";

#menu {
	list-style: none;
	width: 200px;
	height: 100px;
	left: 462px;
	position: absolute;
	top: 29px;
	margin: 0;
	padding: 0;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  margin: 0;
  padding: 0;
/*  text-indent: -900%; 
  position: absolute;*/
  text-indent: 10px;
  outline: none;
  text-decoration: none;
  color:#5bcaf5;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #fff;
	padding:0;
	margin:0;

}



#menu a:hover {
	/*  background-position: left bottom; */
	color: #303293;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #5bcaf5;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #5bcaf5;
}


#menu a:hover span {
  display: block;
}
