@charset "utf-8";
header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}
/*strip the ul of padding and list styling*/
ul{
list-style-type:none;
margin:0;
padding:0;
position: absolute;
}

/*creates a horizontal list with spacing*/
li{
	display:inline-block;
	float:centre;
	margin-right:1px;
}

li a{
	display:block;
	min-width:100px;
	height:50px;
	text-align: center;
	line-height:50px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	background:#9A93EB;
	text-decoration:mone;
}

li:hover a{
	background:#00FFFF;
}
li:hover a{
	background:#00FFFF;
	color:#2f3036;
	height:40px;
	line-height:40px;
}

li:hover ul a:hover{
	background:#00FFFF;
	color:#fff;
}
li ul {
	display: none;
}
li ul li {
	display:block;
	float:none;
}

ul li a:hover + .hidden, .hidden:hover {
	display:block;
}
/*Edits the display of the header section*/
header {
	width: 1040px;
	height: 160px;
	margin: 20px auto 20px auto;
    position: relative
}
/*Edits the display of the sections*/
section {
	width: 940px;
	height: 700px;
	margin: 0px auto 0px auto;
	border: 2px solid #000000;
	background-color: #aeaca8;
}
