body{
	background-image: url(BlueText2.png)}
ul{
	margin: 0px; padding: 0px;
}
ul li a{
	text-decoration: none;
	color: white;
	display: block;
	overflow: hidden;
}
ul li{
	float: left;
	width: 150;
	height: 40px;
	background-color: black;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	opacity: 0.8;
	border:1px solid #518BD5;

}
ul li a:hover{
	background-color: orange;
}
ul li ul li{
	display: none;
}

ul li:hover ul li{
	display:block;
}