/**
 * Collapse
 **/

/* Collapse menu */
ul#pages, ul#pages ul   { list-style-type: none; margin: 0px; padding: 0px; }

ul#pages li                { clear: both; }
ul#pages li a              { float: left; color: #000; width: 50px; height: 15px; display: block; margin-left: 2px; }
ul#pages li a.selected,
ul#pages li a:hover        { color: #ff9900; }

ul#pages div.plusmin  { float: left; width: 9px; height: 9px; background: transparent url(../icons/plusmin.gif) no-repeat top left; margin: 2px; }
ul#pages div.plus     { background-position: top left; }
ul#pages div.min      { background-position: top right; }

ul#pages div.item     { float: left; width: 13px; height: 13px; background: transparent url(../icons/page.gif) no-repeat top left; }

/* Sub menus *
ul#collapse li ul       { position: absolute; top: 25px; left: 0px; }
ul#collapse ul          { background-color: #000; width: 160px; border: 1px solid black; }
ul#collapse ul li       { clear: both; width: 160px; }
ul#collapse ul li a     { width: 150px; height: 25px; display: block; background-color: #888888; }
*/

