/* style sheet for the pages of site-info */
/* written by math for zoo 08.10.02 */

#sitemap ul {
	list-style: none;
	list-style-position: outside;
	list-style-image: url("../images/cross.png");
	margin: 6px 0px;
}
#sitemap li {
	margin: 3px auto;
	font-size: 13px;
	padding:5px;
	width: 80%;
}
#sitemap li a {
	color: #003399;
	text-decoration: none;
}
#sitemap li a:hover {
    color: #3399CC;
    text-decoration: underline;
}