/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* All original values are left as comments. -bleathem 2005/02/25
****************************************************************
*/



ul.popup { position : absolute;
           top : -100em;
           }

div#content { margin : 0 0 20px 20px;
              }

li.highlight { background-color:#FFE625;
               }

div#menu { margin : 0 0 0 0px;
           width : 155px;
           float : left;
           }

