/* 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		: disc ;
	list-style	: none;
	margin		: 0;
	padding		: 0;
	color: #333333;
}
.xmap ul li a {
	margin		: 8px 0 0;
	white-space	: nowrap;
	background	: transparent;
	color: #040403;
	font-weight: bold;
	text-transform: uppercase;

}
.xmap a img {
	border		: none;
}
.xmap ul.level_0 ul a{
	list-style	: disc ;
	color: #2e7fcc;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}

.xmap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.xmap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
	color: #353535;
	font-size: 1em;
}
.xmap .active {
	font-style	: italic;
}