
/***************************
**  JQDOCK : EXAMPLE CSS  **
***************************/
/*place the various demo menus around the screen (note: 1, 3, 4 and 7 are horizontal; 2, 5 and 6 are vertical)...*/

#menu {position:relative;top:0px; left:0px;}
#menu img {padding:0px 1px; margin:0px 0px;}

/*
  #menu1 {position:relative; top:100px; padding-left:131px;}
  #menu5 {position:absolute; top:0px; left:0px;}
  /*...menu6 has zero width, so it's actually the left-hand side of the dock that is 200px from the right-hand edge of the viewport...*/
  #menu6 {position:absolute; top:30px; right:200px; width:0px;}
  #menu7 {display:none; position:absolute; top:150px; left:580px;}
*/
/*dock styling...*/
/*docks (div.jqDock) get absolute position, zero padding and margin, and visible overflow; width and height are calculated*/
  /*...set a default dock background colour...*/
  div.jqDock {background-color:transparent;}
  /*...override background colour and/or border for specific demo docks...*/

/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
  /*...let's set some defaults...*/
  div.jqDockLabel {border:0px none; padding:0px 6px; font-weight:bold; font-size:16px; font-style:normal; white-space:nowrap; color:#000000; background-color:transparent;}
/* background:url(http://ed2.dev.komensi.com/images/MenuFishEyes/menuFE_fondTxt.png);}*/

  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default}

