/* 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
 */

h2.menutitle {
	font-size	: 1.3em;
	font-weight : bold;
}
.sitemap {
	font-size	: 1em;
	width	    : 100%;
}
.sitemap ul {
	display		: block;
	list-style	: none;
	padding		: 5px 10px 0;
}
.sitemap ul ul {
	border:none;
	padding		: 5px 0 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}

.sitemap .active {
	font-style	: italic;
}
/* - - - - - - - Edited by DBM - - - - - - - */
.sitemap ul.level_0 li{
  font-size:1.1em; line-height:1.5em;
  font-weight:bold;
  padding:0 0 10px 12px;
  background: url('../../../templates/cityneon/images/icons/yellow-bullet.png') no-repeat 0px 6px;
}
.sitemap ul.level_1 li{
  font-size:0.9em; line-height:1.5em;
  font-weight:normal;
  padding:0 0 5px 13px;
  white-space: nowrap;
  background: url('../../../templates/cityneon/images/icons/grey-sq-bullet.png') no-repeat 0 7px;
}
.sitemap ul.level_2 li{
  background: url('../../../templates/smc/images/white-bullet.gif') no-repeat 0 5px;
  padding:0 0 5px 10px;
  font-size:0.95em;
}
