/* NAVIGATION BAR */

div.header
{position:absolute; top:0px; left:0px;
width:90%; height:10%;
}

div.footer
{position:absolute; bottom:0px;
width:100%;  height:30px; /* Height of the footer */
background:#B6D4B9;
}

div.floating-menu 
ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
display:block; width:30%; border:1px solid black; padding:2px;
font-weight:bold; font-size:14px;
color:#000000;
background-color:#ACE8AE;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
div.floating-menu a:hover,a:active
{
background-color:#ffffff;
}
div.floating-menu {position:absolute; left:5%; top:10%px; background:#ffffff;border:1px solid #ffffff;width:100%;z-index:100;}
div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0em;}

