<style>
#wireframe {
	background-color:yellow;
	text-align:center;
	width:785px;
	border:5px;
	border-color:black;
	padding:5px;
	float:center;
}

#headerimg {
	height:80px;
	width:395px;
	padding:0px;
	float:left;
	background-color:white;
}

#headerlinks {
	width:370px;
	height:80px;
	padding:0px;
	text-align:center;
	float:right;
	background-color:white;
}

#endheader {
	width:755px;
	padding:5px;
	text-align:center;
	float:right;
	background-color:white;
}


#intro {
	width:550px;
	float:left;
	background-color:white;
	padding:2px;
}

#sections {
	width:200px;
	float:right;
	background-color:white;
	padding:5px;
}

.headerkey {
	text-align:right;
	color: blue;
	font-size: 12px;
	padding:2px;
	float:right;
	background-color:white;
}

.headermain {
	text-align:right;
	color: black;
	font-size:16px;
	padding:2px
	float:right;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 765px;
  
}


  
nav.navigate5 {
width: 175px;
background-color: white;
padding: 8px 10px;
float: left;
box-shadow: 5px 5px 10px #0e0e0e
}
nav.navigate5 a {
  font-family: arial, tahoma, serif;
  color: #000000 !important;
  text-decoration: none
}



/*Remove list style */
ul.vnavbar5,
ul.vnavbar5 li ul,
ul.vnavbar5 li ul li ul {
list-style: none;
}

/*float list items - 1rst tier*/
ul.vnavbar5 li {
position: relative;
background-color: lightgrey;
margin: 0 1%;
float: right;
}

/* Define Button Appearance and Hover change*/

ul.vnavbar5  a {
             display: block;
             width: 168px;/*button width minus padding*/
             height: 19px;/*button height minus padding*/
	         padding: 5px 5px;
             margin: 0 0;
	         
             box-shadow: 2px 2px 8px #202020;

}

ul.vnavbar5  a:hover {
	
	
	box-shadow: 2px 2px 4px #000000 ;
}


/* Hide nested lists*/
ul.vnavbar5 li ul,
ul.vnavbar5 li:hover ul li ul {
position: absolute;
display:none
}


/*display 2nd tier ul list*/
ul.vnavbar5 li:hover ul, 

/*Display 3rd tier ul list*/
ul.vnavbar5 li ul li:hover ul {
display: block;
position: absolute;
top: 0;
right: 178px; /* display right - start with button width and adjust to taste */

z-index: 10 /* Display on top of everything*/
}

