html, body { margin: 0; padding: 0; }

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul {
	background: "purple";
	padding: 0 5px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #FFFFFF;
	}
		nav ul li:hover a {
			color: #778899;
		}
	
	nav ul li a {
		display: block; padding: 5px 10px;
		color: #000000; text-decoration: none;
	}
nav ul ul {
	background: #FFFFFF; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: no;
                border-left: 1px solid #6b727c;
                border-right: 1px solid #6b727c;
                border-bottom: 1px solid #6b727c;
		position: relative;
	}
		nav ul ul li a {
			padding: 5px 10px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: purple;
			}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

a 
{
color: #000000;
text-decoration: none;
}

p.black
{
color:#000000;
size:2;
text-decoration:none;
font-family:"verdana";
}

.green
{
color:#00FF00;
size:2;
text-decoration:none;
font-family:"verdana";
}

p.white
{
color:#FFFFFF;
size:2;
text-decoration:none;
font-family:"verdana";
}

div.topbanner 
{
background-color:white;
width:100%;
height:100%;
float:right;
margin-top:10px;
text-align:center;
color:green;
font-size:15px;
font-family:"verdana";
text-transform:uppercase;
}

div.container 
{
background-image: url("InnovativeWeb.jpg");
background-size:cover;
width:100%;
height:100%;
float:left;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
text-align:center;
color:white;
font-size:25px	;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:no;
border-color:#000080;
}

div.container a
{
    color: white;
}

div.container a:hover
{
   color: black;
}

div.container1 
{
background: rgba(130, 57, 127, 0.5);
width:20%;
height:100%;
display:inline-block;
margin-right:1%;
margin-top:50px;
text-align:center;
font-size:25px	;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:none;
border-color:#000080;
}

div.container2 
{
background-image: url("WhyUs.jpg");
background-size:cover;
width:100%;
height:100%;
float:left;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
text-align:center;
color:white;
font-size:25px	;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:no;
border-color:#000080;
}

div.container2 a
{
    color: white;
}

div.container2 a:hover
{
   color: black;
}

div.container3
{
background-image: url("ContactUs.jpg");
background-size:cover;
width:100%;
height:100%;
float:left;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
text-align:right;
color:white;
font-size:25px	;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:no;
border-color:#000080;
}

div.container4 
{
background-image: url("solutions.jpg");
background-size:cover;
width:100%;
height:100%;
float:left;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
text-align:center;
color:white;
font-size:25px	;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:no;
border-color:#000080;
}

div.container4 a
{
    color: white;
}

div.container4 a:hover
{
   color: yellow;
}

div.container5
{
background-image: url("ContactUs2.jpg");
background-size:cover;
width:100%;
height:100%;
float:left;
margin-left:auto;
margin-right:auto;
margin-bottom:100px;
text-align:center;
color:white;
font-size:50px;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:no;
border-color:#000080;
}

div.form 
{
background: rgba(130, 57, 127, 0.5);
width:25%;
height:100%;
display:inline-block;
margin-right:5%;
margin-top:250px;
margin-bottom:50px;
text-align:right;
font-size:25px;
font-family:"oswald";
text-decoration:none;
border-width:10px;  
border-style:none;
border-color:#000080;
}

div.form input
{
margin-right:20px;
}

div.form textarea
{
vertical-align:top; 
margin-right:20px;
margin-top:15px;
margin-bottom:15px;
width:165px;
height:200px;
}

div.header
{
background-color:white;
width:100%;
height:100%;
padding:5px;
margin-left:auto;
margin-right:auto;
text-align:left;
font-size:25px;
font-family:"oswald";
text-decoration:none;
margin-top:10px;
margin-bottom:10px
border-width:10px;  
border-style:none;
border-color:#000080;
}

div.header a
{
    background-color:#AA9AAF;
    color: white;
    display: inline-block;
    padding-top:10px;
    padding-right:32px;
    text-decoration: none;
    padding-left:32px;
}

div.header a:hover
{
    color: black;
}

div.header a.active
{
    color: black;
}

div.header .icon {
  display: none;
}


@media screen and (max-width: 800px) {
  .header a:not(:first-child) {display: none;}
  .header a.icon {
    float: right;
    display: block;
  }
}


@media screen and (max-width: 800px) {
  .header.responsive {position: relative;}
  .header.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div.header .search-container {
  float: right;
}

div.header input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 20px;
  border: 1px solid;
  background-color: #EBE0EE;
}

div.header .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 23px;
  border: 1px solid;
  cursor: pointer;
}

div.header .search-container button:hover {
  background: #ccc;
}

div.menue
{
background-color:#AA9AAF;
width:100%;
height:100%;
display:inline-block;
float: left;
padding:0px;
margin-left:auto;
margin-right:auto;
text-align:right;
font-size:20px;
font-family:"oswald";
height:40px;
}

div.menue a
{
    background-color:#AA9AAF;
    color: black;
    display: inline-block;
    padding-top:10px;
    padding-right:35px;
    text-decoration: none;
}

div.menue a:hover
{
    color: white;
}

div.menue a.active
{
    text-decoration: underline;
    color: white;
}

div.menue .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .menue a:not(:first-child) {display: none;}
  .menue a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .menue.responsive {position: relative;}
  .menue.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

div.menue.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

table.border, td {
text-align: center;
margin-left:auto;
margin-right:auto;
border: 5px solid black;
    
}


div.logo
{
background-color:#F0F8FF;
width:800px;
height:160px;
}

div.header2
{
background-color:#E0E8F0;
margin:3px;
font-size:14px;
}

div.menu
{
background-color:#FFFFFF;
height:800px;
width:200px;
float:left;
color:#FFFFFF;
font-size:12px;
text-decoration:none;
font-family:"verdana";
}

div.content
{
background-color:#FFFFFF;
height:800px;
width:600px;
float:left;
font-size:14px;
}

div.contentbox
{
background-color:#FFFFFF;
height:700px;
width:300px;
float:left;
}

div.banner
{
background-color:#FFFFFF;
height:500px;
width:200px;
float:right;
}

div.footer
{
background-color:#AA9AAF;
clear:both;
height:60px;
font-family:"oswald";
font-size:15px;
padding-right:10px;
padding-left:10px;
}



div.footer a
{
color:white;
text-align:left;
padding-top:10px;
font-family:"oswald";
font-size:15px;
clear:both;
padding-right:10px;
padding-left:10px;
}


div.hmenu
{
background-color:#FFFFFF;"
width:800px;
height:30px;
font-family:"verdana";
font-size:12px;
}

div.hmenubox
{
width:160px;
padding:0px;
border:0px solid #FFFFFF;
margin:0px;
background-color:#FFFFFF;
font-size:12px;
text-decoration:none;
font-family:"verdana";

div.ex
{
width:300px;
padding:10px;
border:5px solid #6666FF;
margin:10px;
background-color:#E0E8F0;
}


ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
float:left;
}



<script>
    (function() {
    var cx = '007048017364050044086:67xmb33j_ha';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
    })();
</script>
<gcse:search></gcse:search>