/*position and hide the menu initially - leave room for menu items to expand...*/
#description {margin-left:40px; width:500px;}
#page {padding:20px 0; width:100%;}
#menu {position:fixed; top:180px; right:14%; display:none;}
/*dock styling...*/
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer;}
/*label styling...*/
div.jqDockLabel {font-weight:normal; font-style:italic; white-space:nowrap; color:#444; cursor:pointer;font-family:"B homa", tahoma;text-align:center;}
