/* positioning of the dropdown menu on broswers. */
.dropdown {
float: right;
margin: 90px 100px 0 0;
}

li.dropdown a.white {
color: white;
font-size: 140%;
}

/* Otherwise, display the special small screen pulldown menu and hide the regular menu */
@media ( max-width:768px) {
#menu { display: none; }
.dropdown {
position: relative;
float:right;
margin: -40px 140px 0 0;
border: none;
}
@import url("http://odessa-webdevelopment.nl/Opdrachten/EGCC/themes/cssaangepast/gsdk-base.css");
@import url("http://odessa-webdevelopment.nl/Opdrachten/EGCC/themes/cssaangepast/gsdk-checkbox-radio-switch.css");
@import url("http://odessa-webdevelopment.nl/Opdrachten/EGCC/themes/cssaangepast/gsdk-sliders.css");
}



#pulldownmenu {
width: 100px;
border: 1px solid red;
height: 40px;
float: right;
margin-right: 10px;
}