/* ------ map layout styles ----- */

     #trekking_map {
       position: relative;
	   width: 700px;
	   height: 100%;
       margin-top: 10px;
       border-style: none;
       padding-top: 0px;
    }
	
    #trekking_map ul {padding-top: 0px;	}	

    #trekking_map ul li {
       font-size: 12px;
       margin-bottom: 4px;
     }
     
    #trekking_map ul li.shoe:hover {
	   cursor: help;	   
	   text-transform: uppercase;
	   font-style: italic;
	   font-size: 13px;
	   border: none;  /* old IE-bug */
	}

    #trekking_map ul li.shoe {
	   width: 160px;   
       height: 15px;
	   margin-left: 475px;
       padding: 5px 0px 5px 35px;
       background: url(images/mtrinjani/shoe_25x26.png) no-repeat center left;    
    }

    .header_map {
        display: block;
        font-weight: 600;
        color: #fcfca0;
        text-decoration:underline;
        text-transform: uppercase;
	    font-size: 12px;
	    margin-bottom:10px;
    }  /* kan een algemene header definitie worden */

    .duration {font-style: italic; font-weight: 600;}
	
	#trekking_map ul li:hover.shoe em {
        width:450px;
        height:494px;
        position:absolute;
	    background-color: transparent;
	    background-repeat: no-repeat;
		left: 12px;
		top: 4px;
    }

    #trekking_map ul li:hover.shoe em.trek_1 {background-image:url(images/otherdecorum/senaru_plw1.png); }
	
    #trekking_map ul li:hover.shoe em.trek_2 {background-image:url(images/otherdecorum/plw1_rim_senaru.png); }
	
    #trekking_map ul li:hover.shoe em.trek_3 {background-image:url(images/otherdecorum/plw1_rim_hotsprings_senaru.png); }	
	
    #trekking_map ul li:hover.shoe em.trek_4 {background-image:url(images/otherdecorum/senaru_plw1.png); }	
	
    #trekking_map ul li:hover.shoe em.trek_5 {background-image:url(images/otherdecorum/plw1_rim_hotsprings_plw1.png); }
	
    #trekking_map ul li:hover.shoe em.trek_6 {background-image:url(images/otherdecorum/plw1_rim_senaru.png); }		
	
    #trekking_map ul li:hover.shoe em.trek_7 {background-image:url(images/otherdecorum/sembalun_plw2.png); }
	
    #trekking_map ul li:hover.shoe em.trek_8 {background-image:url(images/otherdecorum/plw2_summit_plw2.png); }
	
	#trekking_map ul li:hover.shoe em.trek_9 {background-image:url(images/otherdecorum/plw2_sembalun.png); }
	
	#trekking_map ul li:hover.shoe em.trek_10 {background-image:url(images/otherdecorum/plw1_rim_hotsprings_plw2.png); }

	#trekking_map ul li.shoe span {
	   position:relative;
	   background: url(images/bg/color_5C6A8F_60.png);
	   border: #000 1px solid;
	   padding: 5px 5px 5px 5px;
	   color: #fff;
	   display: none;
    }
	
	#trekking_map ul li:hover.shoe span {
	   top: 5px;
	   left: 0px;
	   display: block;
    }