/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	margin		: 0;
	padding		: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	list-style-image: url(../../../templates/siteground-14/images/list.gif);
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	list-style-image: none;
	list-style-type: none;
}
.sitemap a img {
	margin		: 0;
	padding		: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	list-style-image: url(../../../templates/siteground-14/images/list.gif);
}

.sitemap ul.level_0 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	padding		: 0px 0px 0px 10px;
	list-style-image: url(../../../templates/siteground-14/images/list.gif);
}

.sitemap ul.level_1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	padding		: 0px 0px 0px 10px;
	list-style-image: url(../../../templates/siteground-14/images/list.gif);
}

.sitemap .active {
	font-style	: normal;
	font-weight: bold;
}

