/* Author: Dominik Kocuj */
/* Copyright (c) 2013 kocuj.pl */
/* DO NOT DISTRIBUTE THIS FILE! */
/* See license.txt for more information */

#content .entrytext .sitemap ul li a,
#content .entrytext .sitemap ul li a:hover {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#content .entrytext .sitemap ul li ul li a,
#content .entrytext .sitemap ul li ul li a:hover {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#content .entrytext .sitemap ul {
	list-style: none outside none;
	margin-top: 0px;
	margin-left: 40px;
}
