The admin dropdown uses a <div> instead of <ul> to wrap list items (<li>).
<div>
<ul>
<li>
Replace <div> with <ul>.