/*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 H2
{
	font: bold 2.2em Arial, sans-serif;
	color: #960505;
	margin-bottom: 0.5em;
	margin-left: 0.4em;
}
.xmap A IMG
{
	border: none;
}
.xmap .active
{
	font-style: italic;
}
#mainContent .xmap A
{
	font-size: 1em;
}
#mainContent .xmap UL
{
	display: block;
	list-style: none;
	margin: 0 1em;
	padding: 0;
}
#mainContent .xmap UL LI
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: transparent;
}
.xmap UL.level_1 LI
{
	font-size: 0.65em;
	line-height: 1.5em;
	padding: 0 0 0 2em;
	white-space: nowrap;
}
.xmap UL.level_2 LI
{
	font-size: 0.7em;
}
.xmap UL.level_0 UL
{
	list-style: square inside;
	padding: 0;
}
.xmap UL UL A
{
	/*[disabled]font-size:0.5em;*/
}

