.dropbtn {
	background-image: url('img/btnOffSmall-transparent.png');
    background-size: 187px 45px;
	background-color: transparent;
	height: 45px;
	width: 187px;
    background-repeat: no-repeat;
    border: none;
	text-align: right;
	padding-right: 20px;
	white-space: nowrap;
	font-family: Titillium Web;
	font-size: 16px;
	color: white;
}

.dropbtn.active {
	background-image: url('img/btnOnSmall-transparent.png');
	background-color: transparent;
	color: white;
}

.dropbtn:hover, .dropbtn:focus {
	background-image: url('img/btnOnSmall-transparent.png');
	background-color: transparent;
	color: white;
}

.dropbtn.disabled:hover, .dropbtn.disabled:focus {
	background-image: url('img/btnOffSmall-transparent.png');
	background-color: transparent;
	color: white;
}

.dropbtn.show .dropdown-entry {
	display: block;
}

.dropdown {
	background: transparent;
    position: relative;
    display: inline-block;
	float: left;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 187px;
	font-family: Titillium Web;
	font-size: 18px;
	white-space: nowrap;
	color: white;
	
}

.dropdown-content {
	display: none;
	background-color: transparent;
    position: absolute;
    overflow: auto;
    z-index: 1;
	font-family: Titillium Web;
	font-size: 18px;
	white-space:  nowrap;
	color: white;
	
}
.dropdown-content.opaque {
	background-color: transparent;
}

.dropdown-content.opaque.show {
	background-color: transparent;
	display: block;
}

.dropdown-content a {
	background-color: transparent;
    display: none;
	padding-right: 20px;
	padding-top: 11px;
}

.dropdown-entry {
	background-image: url('img/btnOffSmall.png');
    background-size: 187px 45px;
	background-color: transparent;
	height: 45px;
	width: 187px;
    background-repeat: no-repeat;
	text-align: right;
	display: none;
	z-index: 2;
	font-family: Titillium Web;
	font-size: 18px;
	white-space: nowrap;
	padding-right: 13px;
	color: black;
	font-weight: bold;
	border: none;
}

.dropdown-entry.selected {
	background-image: url('img/btnOnSmall.png');
	background-color: transparent;
}

.dropdown-entry:hover, .dropdown-entry:focus {
	background-image: url('img/btnOnSmall.png');
	background-color: transparent;
}

/*.dropdown-entry.show {
	display: block;
}*/

.show {
	display: block;
}

