<style type="text/css">

#Menu1
{
      height: 30px;
}
#Menu1 ul
{
    list-style: none;
    border-radius: 10px;
    border-style: groove;
    box-shadow: 2px 2px 10px 2px;
    height: 30px;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FF9999),
		to(#CC3333));
}
#Menu1 ul li
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    text-align: center;
    padding-top: 7px;
    height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    margin-right: -4px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-shadow: 2px 2px 2px #000000;
}
#Menu1 ul li:hover
{
    background: #C73633;
    color: #FFFFFF;
}
#Menu1 ul li ul
{
    display: none;
    position: absolute;
    top: 30px;
    width: 100px;
    left: 0;
    padding: 0;
    text-align: left;
}
#Menu1 ul li ul li
{
    box-shadow: 2px 2px 10px 2px #ffffff;
    height: 40px;
    width: 100px;
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    z-index: 2;
    margin-right: 0;
    background: #DD5656;
    border-style: groove;
}
#Menu1 ul li:hover ul
{
    display: block;
}
<!--Search-->
#Search
{
      height: 30px;
}
#Search ul
{
    list-style: none;
    border-radius: 10px;
    border-style: groove;
    box-shadow: 2px 2px 10px 2px;
    width: 150px;
    height: 100px;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FF9999),
		to(#CC3333));
}
#Search ul li
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    padding-top: 5px;
    height: 20px;
    color: #FFFFFF;
    font-size: 11px;
    display: inline-block;
    position: relative;
    margin-left: -30px;
}
#sub_search
{
    list-style: none;
    content: "\f00e";
    border-radius: 10px;
    border-style: groove;
    margin-left: 10px;
    font-weight: bolder;
    color: #ffffff;
    box-shadow: 2px 2px 10px 2px #000000;
    z-index: 1;
    width: 150px;
    height: 30px;
    position: relative;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#339966),
		to(#006600));
    text-shadow: 2px 2px 2px #000000;
}
#sub_search:hover
{
    height: 30px;
    background: #006600;
}

<!--Another Links-->
#Menu2
{
      height: 30px;
}
#Menu2 ul
{
    list-style: none;
    border-radius: 10px;
    border-style: groove;
    box-shadow: 2px 2px 10px 2px;
    width: 150px;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#339966),
		to(#006600));
}
#Menu2 ul li
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    padding-top: 7px;
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 2px 2px 2px #000000;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    margin-left: -20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#Menu2 ul li:hover
{
    background: #006600;
    color: #FFFFFF;
}
#Menu2 ul li:hover ul
{
    display: block;
}
<!--Footer-->
#Footer
{
      height: 30px;
}
#Footer ul
{
    list-style: none;
    border-radius: 10px;
    border-style: groove;
    box-shadow: 2px 2px 10px 2px;
    width: 1000px;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FF9999),
		to(#CC3333));
}
#Footer ul li
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    padding-top: 5px;
    height: 20px;
    color: #FFFFFF;
    font-size: 11px;
    display: inline-block;
    position: relative;

}
#history
{
    margin-left: 50px;
    margin-right: 50px;
}

h1
{
    font-family: Vivaldi;
    color: #CC3333;
    text-shadow: 1px 1px 1px #000000;
}


p
{
  text-indent: 50px;
  text-align: justify;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  color: 006600;
}

#googleMap
{
  width: 800px;
  height: 450px;
  margin: 0px;
  padding: 0px;
}


    </style>