/*Main Menu*/
ul { background-position: 0 0; position: absolute; top: 0; left: 0; margin: 0; padding: 0; list-style: none; width: 80px; height: 15px; }
ul li { font-family: verdana; position: static; top: 0; width: 80px; height: 15px; margin: 0; padding: 0; }
/*Submenu*/
li ul { left: 79px; height: 15px; display: none; }
/*Submenu Text box- all but bottom cell*/
ul li a { display: block; text-decoration: none; color: #777; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 100px; height: 15px; padding: 0; border: 1px fuchsia; outline-style: none; list-style-position: outside; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;}
* html ul li a { height: 1%; }
/* End */
/*Submenu box-bottom cell*/
ul { top: 0; margin: 0; padding: 5px; list-style: none; width: 79px; height: 15px; border-bottom-style: none; border-bottom-width: 0; }
li:hover ul, li.over ul { height: 8px; display: block; }
/*a:link { color: #333; font-size: 7.5pt; font-family: verdana; line-height: 0; height: 15px; }*/
/*a:hover { color: #8cc63f; font-size: 7.5pt; font-family: verdana; line-height: 0; background-color: #f4f3ef; text-decoration: none; height: 15px; }*/
<ul id="nav">
