@charset "iso-8859-1";
/* setmap.css  Compact lists (site map)

2009-05-31	Created ex setok

Generic template 12/01/07
*/


/* <???> Colors, backgrounds, borders, link and emphasis indication, cursor --- */


/* <???> Text and font properties (excl. link indication, alignment and text-indent) --- */

ul#map {
font-size: 0.9em;
}


/* <???> Box properties (excl. borders), positioning, alignment, list types, text-indent, display --- */

ul#map {
clear:left;
}

ul#map ul {
margin: 0;
}

ul#map li {
margin: 0 0 0.2em 0;
}


