/*=============================================================*/
/*    Description: Style sheet for dropdown menu bar           */
/*    Author: Simon Moxon                                      */
/*    Date: 01/08/2009                                         */
/*=============================================================*/

body { height: 95%; }

table.menubar, table.menu, table.submenu, table.childmenu { position: absolute; top: 0%; width: 100%; font-family: "Times New Roman, Verdana, Arial, Helvetica, sans-serif"; font-size: 0.85em; font-weight: bold; height: 0.85em; cursor: pointer; }
table.menubar { -moz-border-radius: 0.1px; }

td.menubar { width: 5%; text-align: left; }
table.submenu, table.childmenu { left: auto; }

#menubar.tr, #menu.tr, #submenu.tr, #childmenu.tr { border: 5px; }
td.submenu { text-align: right; }

div.shadow { position: absolute; background-color: #8A8A8A; border: none; }