/* 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 ul li {
	margin		: 0;
	padding		: 0;
	background	: transparent;
}
.xmap a img {
	border		: none;
}
.xmap ul.level_0 {
margin-top: 30px;
}
.xmap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.xmap ul.level_0 li a {
font-size: 12px;
font-family: Arial;
color: #00ACEB;
text-transform: uppercase;
line-height: 20px;
}
.xmap ul.level_0 li a:hover {
color: #333333;
text-decoration: none;
}
.xmap ul.level_1 li {
	padding		: 0 0 0 20px;
list-style-type: none;
background-image: url(../images/limark.png);
background-repeat: no-repeat;
background-position: 4px 0;
line-height: 20px;
}
.xmap ul.level_1 li a {
font-size: 12px;
font-family: Arial;
color: #333333;
text-transform: none;
line-height: 20px;
}
.xmap ul.level_1 li a:hover {
color: #00ACEB;
text-decoration: none;
}
.xmap .active {
	font-style	: italic;
}