/* 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
{
	display:inline-block;	
}

.xmap a:hover{
  text-decoration: none !important;
}

.xmap ul
{
	padding: 0;
}


.xmap ul.level_0 {
  width:49%;
  float:left;
}

.xmap ul.level_0 li{
  width:98%;
  margin-top: 5px;
  display:inline-block;
}

.xmap ul.level_0 li a{
  color: #62677b;  
  padding: 0.5em;
  padding-left:25px;  
  background: url(../images/dot.png) no-repeat 10px center;
}

.xmap ul.level_0 li a:hover{
  color: #588CB8;  
  padding: 0.5em;
  padding-left:25px;  
  background: url(../images/dot.png) no-repeat 10px center;
}



.xmap a strike{
  color: #94141a;
}

.xmap ul.level_1{
  border-left: 1px solid #cecece;
  margin-left: 40px !important;
  background:none;  
}

.xmap ul.level_2{
  border-left: 1px solid #cecece;
  margin-left: 40px !important;
  background:none;  
}

.xmap ul.level_1 li{
  list-style-type: none;  
  padding-top:6px;
  padding-bottom:6px;
  margin-top:0px;
  margin-bottom: -6px;
}

.xmap ul.level_1 li a{
  background: url(../images/bull.png) no-repeat 10px center;
  color: #62677b;
}

.xmap ul.level_1 li a:hover{
  background: url(../images/bull.png) no-repeat 10px center;
  color: #588CB8;
}