/*position and hide the menu initially - leave room for menu items to expand...*/
#page {padding-top:150px; padding-bottom:20px; width:100%;}
#menu {position:relative; top:30px; left:0; width:100%; display:none;}
#menu div.jqDockWrap {margin:0 auto;}
#menu div.jqDock {cursor:pointer;}
div.jqDockLabel {padding:0 6px; white-space:nowrap; color:#666; background-color:#fff; border:1px dotted #666; cursor:pointer; font-size:12px;}
