/*sitemap style*/

#sitemap {
	font-size: .9em;
}

#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:active {
	text-decoration: underline;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sitemap li {
}

#sitemap ul li {
}

/* indention for the sub-menus */
#sitemap ul ul {
	margin-left: 1em;
}

/* gives space before another top-menu */
.smlevel1{
	margin-bottom:1em;
	}

/* top level background */
.smlevel1item {
 }

.smlevel2item {
	
 }

/* column size */
.smColumn{
	width:45%;
	float:left;
	margin:0 10px;
	}


/* one column 
.smColumn{
	width:100%;
	margin-right:0 10px;
	}
*/

.orphans {
	text-align:center;
 }

