/* 
    Document   : sitemap
    Created on : 28-okt-2009, 15:31:22
    Author     : Arno
    Description:
        Styles specific to the sitemap
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#sitemap {
	position: relative;

	clear: both;
}

div#sitemap div {
	position: relative;

	width: 240px;

	margin: 0px 5px 0px 0px;

	float: left;
}

div#sitemap div ul {
	list-style: square;
}
