#spmain {
    background-color: lightgoldenrodyellow;
    color: black;
    top: 15%;
    bottom: 10%;
    left: 0;
    right: 0;
    border: 1px solid white;
    position: absolute;
    display: block;
    overflow: auto;
    font-size: 2vw;
}

#spmain > nav ul ul {
    display: none;
}

#spmain > nav ul li:hover > ul {
    display: block;
}

#spmain > nav ul {
    background-color: yellow;
    border: 1px solid green;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    position: relative;
    display: inline-table;
    border-radius: 10px;
    opacity: 1;
    z-index: 102;
}

#spmain > nav ul:after {
    content: "";
    clear: both;
    display: block;
}

#spmain > nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#spmain > nav ul li:hover {
    background-color: green;
    color: white;
}

#spmain > nav ul li:hover a {
    color: black;
}

#spmain > nav ul li a {
	display: block;
    padding: 10px 10px;
    margin: 0;
	color: red;
    text-decoration: none;
    font-size: 2vw;
}

#spmain > nav ul ul {
	background: yellow;
    border-radius: 0px;
    padding: 0;
	position: absolute;
    top: 95%;
/*    max-width: 60%; */
}

#spmain > nav ul ul li {
	float: none; 
	border: 1px solid green;
    position: relative;
}


#spmain > nav ul ul li a:hover {
	background-color: blue;
    color: white;
}
		
#spmain > nav ul ul ul {
	position: absolute;
    left: 99%;
    top: 0%;
    white-space: nowrap;
 /*   max-width: 150%; */
}1

#page {
    padding: 0px 0px 0px 0px;
    display: block;
    margin-left: 20px;
  /*  margin-top: 20px; */

}
#page > h1 {
    text-decoration: underline;
    font-weight: bold;
    font-size: 2em;
}
#page > p {
    margin-top: 1%;
}
#spmain > h1 {
    text-decoration: underline;
    font-weight: bold;
}

