@charset "utf-8";
/* CSS Document */


body{
	width: 1000px;
	height: 600px;
	background-image: url("Images/brightbluebulb.jpg");
	background-size: cover;
	font-family: Arial;
	color: #FFFFFF;
	position:absolute;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 100;
	position: relative;
	display: table-cell;
}



ul li {
	float: left;
	padding-right: 1px;
	position: relative;
}

ul a {
	display: table-cell;
	vertical-align: center;
	width: 160px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	background-color: #91A188;
	color: #FFFFFF;
	text-decoration: none;	
}


ul a:hover {
	background-color: #000649;
}

li:hover a {
	background-color: #056160 ;
}


li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}


li:hover ul {
	display: block;
	width: 159px;
}


li ul li {
	display: block;
	padding: 0;
	padding-top: ;
}


li ul li ul {
	left: 100%;
	top: 0;
	padding-left: 1px;
}

li ul li ul li {
	display: none;
}


li ul li:hover ul li {
	display:block;
	width: 159px;
}




.middle {
	width: 810px;
	height: 500px;
	border: none;
	margin-top: 5px;
	/*background-color: #000000;*/
	opacity: .8;
	float: left;
	/*background-image: url("Images/Light.jpeg")*/
}
.leftframe {
	padding: 2px;
	width: 200px;
	height: 80px;
	border: none;
	margin-top: 5px;
	/*margin-left: 2px;*/
	background-color: #91A188;
	opacity: 1;
	float: left;
}
.rightframe {
	width: 600px;
	height: 400px;
	border: 2px;
	margin-top: 5px;
	/*margin-left: 2px;*/
	background-color: #91A188;
	opacity: 1;
	float:none;
}