#searchselect #desktopdropdown {
	 text-transform: uppercase;
	 background: #450084; 
	 font-size: 16px; 
	 position: relative; 
	 z-index: 9999999;
	 padding-top: 8px;
	 height: 24px;
	 overflow: hidden;
}
#searchselect #desktopdropdown:hover {
    height: 100%;
}
#searchselect #desktopdropdown .option a { 
    color: white; 
    display: block; 
    padding: 5px 10px; 
    font-size: 12px;
}
#searchselect #desktopdropdown .firstopt a { 
    font-size: 16px; 
    cursor: pointer;
}
#searchselect #desktopdropdown .option a:hover {
	 background: #B19BCB; 
	 color: #333; 
}
#searchselect #desktopdropdown .firstopt img { height: 10px; }