.dropdown {
	float:right;
	position: relative;
    display: inline;
	width:260px;
	min-width:260px;
    margin: -50px;
	height: 50px; 
}

.dropbtn {
	display:inline;
	width:260px;
	min-width:260px;
    color: #00284d;
	border: none;
	height: 50px; 
	min-height:50px;
    margin: 0; 
    font-size: 20px;
	padding: 8px 30px 10px 20px;
	text-align:left;
	background-color:transparent;
}
#inneproj {
	color:white;
	font-size:20px;
	padding-right: 20px;
	height: 50px; 
	min-height:50px;
	margin: 0 auto;
	text-align:center;
	vertical-align: top;
}


#myDropdown {
	display:none;
}

.dropdown-content {
    float:right;
    background-color: #f1f1f1;
    min-width: 300px;
    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;
}
.dropbtn:hover, .dropbtn:focus {
	outline: none;
  }
.dropdown a:hover {background-color: #ddd;}

.centerimg {
    margin: 0 auto;
	text-align:center;
}


@media only screen and (max-width: 450px)	{#inneproj {display:none;}
.centerimg {float:right;
padding-right:35px;}
.dropdown, .dropbtn {width:120px;
	min-width:120px;}}


