.ontop {
	z-index: 500;
}

.ontop2 {
	z-index: 501;
}

.dropbtn {
    width: 2.5em;
    height: 2.5em;
    padding: 0.7em 0;
    background-color: #6282c0;
	border-radius:20px;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */
.dropdrop {
    position: relative;
    display: inline-block;
	z-index: 1000;
}

/* Dropdown Content (Hidden by Default) */
.dropdrop-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	z-index: 1000;

	
}

/* Links inside the dropdown */
.dropdrop-content a {
	color: black;
	padding: 8px 8px 8px 10px;
	text-decoration: none;
	display: block;
	border-bottom:1px solid #e2e3e4;
	text-align: left;

}

/* Change color of dropdown links on hover */
.dropdrop-content a:hover {background-color: #e8e8e8}

/* Show the dropdown menu on hover */
.dropdrop:hover .dropdrop-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdrop:hover .dropbtn {
    background-color: #d71920;

}
/* End Style The Dropdown Button */

.dropdrop .underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom:1px solid #e2e3e4;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/dot_updated.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	z-index: 1000;
}
.dropdrop .underline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom:1px solid #e2e3e4;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/dot_oldversion.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}