<style type="text/css">
.body{
	background-image: url("./images/forecourt-1.jpg");
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100%;	
	}

.mainRobSCardiv{
	width: 100%;
	height: 30%;
	background-color: #80C1EB;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Tahoma, Verdana, Ariel, sans-serif;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	}

.subRobSCardiv{
	width: 100%;
	height: 70%;
	background-color: white
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Verdana, Ariel, sans-serif;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	}

.menuDiv {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.dropbtn {
    background-color: #ffffff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #888888;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-family: Tahoma, Verdana, Ariel, sans-serif;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

</style>