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

.xmap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.xmap li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.xmap a img {
	border		: none;
	padding-top: 12px;
}
.xmap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.xmap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.xmap .active {
	font-style	: italic;
	line-height: 22px;
}

.xmap .menutitle {
	font-style	: normal;
	font-size: 16px;
	line-height: 22px;
}

.xmap a:link {
	font-style	: normal;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}


.xmap a:visited {
	font-style	: normal;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}


