﻿div.xMenuBtn { display: none; } /* Hides the expand button/link from navdrop menus */

#hNav { clear:both; z-index:5; position:relative; background:#9e0047; }
#hNav ul { margin:0 auto; width:100%; padding:0; clear:both;}

/* Root level list items */
#hNav ul li { float:left; width:auto; list-style:none; margin:0; padding:0; z-index:2;}
#hNav ul li a { display:block; padding: 2px 20px; background:#9e0047; color: #fff; }
#hNav ul li a:hover, #hNav ul li a:hover { color: #ff9900; text-decoration: none; }

/* First level drop downs */
#hNav ul li ul { display: none; }