#menumapa ul{
    position: absolute; 
    list-style-type: none; 
    margin: 0;	
    padding: 0;     

}
#menumapa ul li 		{
    margin: 0; 
    padding: 0;
}
#menumapa ul li ul li a	{
    cursor: pointer;  
    display: block; 
    padding: 0.5em 1em 0.3em; 
    position: relative;
}
#menumapa ul li.sub span {
    height:20px; 
    width:20px; 
    color: black;
}
#menumapa ul li.sub a:hover {
    color: white
}
#menumapa ul li div 	{
    background: #FFFFFF; 	
    position: absolute; 
    visibility: hidden; 
    width: 120px;
}
#menumapa ul li.sub div {
    visibility: visible;
}
#menumapa ul li.base div {
    visibility: hidden;
}
#menumapa ul li ul li {
    float: none; 
    width: 120px
}
#menumapa ul li ul, #menumapa ul li.sub ul {
    background: #e5e7e8;
    border: 1px solid grey; 
    -moz-border-radius:6px;              
    -webkit-border-radius:6px;               
    border-radius:6px;
}
#menumapa ul li ul li a, #menumapa ul li.sub ul li a {
    display: block; 
    /*background: #07548A;*/ 
    color: black; 
    font-size: 11px; 
    font-weight: normal; 
    text-decoration: none; 
    text-align: left; 
    padding-left: 5px; 
    padding-top: 2px; 
    height: 15px;
    
        
}
#menumapa ul li ul li a:hover {
    background: #BB0000; /* old browsers */
    -moz-border-radius:3px;              
    -webkit-border-radius:3px;               
    border-radius:3px;
    /*background: -moz-linear-gradient(top, #3366ff 0%, #3366ff 50%, #3366cc 51%, #003399 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3366ff), color-stop(50%,#3366ff), color-stop(51%,#3366cc), color-stop(100%,#003399)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366ff', endColorstr='#003399',GradientType=0 ); 
    */
}

.main_map{
    margin-left:1px;
    width: 680px;
    height: 388px;
    /*background:  url("../graphics/cr.gif") no-repeat;*/
    background:  url("../graphics/cr2.png") no-repeat;
    /*position: relative;
    z-index: 3;
    top: -550px;*/
    
}


.town{
    height:20px;
    width:20px;
    position: absolute;

    background:  url("../graphics/townpoint_off.png") no-repeat;
    cursor: pointer;
}

/*TOWN*/
.town_on{
    height:20px;
    width:20px;
    position: absolute;

    background:  url("../graphics/townpoint_on.png") no-repeat;
    cursor: pointer;
}

#menumapa ul li.townsub span {
    background:  url("../graphics/townpoint_on.png") no-repeat; 
}

/*MOUNTAIN*/
.mountain{
    height:20px;
    width:30px;
    position: absolute;

    background:  url("../graphics/mountain_off.png") no-repeat;
    cursor: pointer;
}

.mountain_on{
    height:20px;
    width:30px;
    position: absolute;

    background:  url("../graphics/mountain_on.png") no-repeat;
    cursor: pointer;
}

#menumapa ul li.mountainsub span {
    width:30px;
    background:  url("../graphics/mountain_on.png") no-repeat; 
}

/*SPA*/
.spa{
    height:20px;
    width:20px;
    position: absolute;

    background:  url("../graphics/spa_off.png") no-repeat;
    cursor: pointer;
}

.spa_on{
    height:20px;
    width:20px;
    position: absolute;

    background:  url("../graphics/spa_on.png") no-repeat;
    cursor: pointer;
}

#menumapa ul li.spasub span {
    background:  url("../graphics/spa_on.png") no-repeat; 
}

h2.maplabel{
  color:#BB0000; 
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 20px; 
  font-weight: bold;
  margin-bottom:5px;
  /*-moz-text-shadow: 0px 0px 20px #555555;
  -webkit-text-shadow: 0px 0px 20px #555555;
  text-shadow: 0px 0px 20px #555555;*/ 
}

div.imgbox{

  border: 5px solid white;
  border-radius: 10px 10px 10px 10px;
  float: left;
  width: 225px;
  height: 165px;
  margin: 10px 10px 5px 5px;
  /*padding: 5px;*/
  
  -moz-box-shadow: 0px 0px 10px #555555;
  -webkit-box-shadow: 0px 0px 10px #555555;
  box-shadow: 0px 0px 10px #555555;

}

div.imgbox img{
 
  width: 225px;
  height: 165px;
  margin: 0px;
  padding: 0px;
  border-radius: 5px 5px 5px 5px;

}

div.textbox{

  border: 5px solid white;
  border-radius: 10px 10px 10px 10px;
  float: left;
  width: 215px;
  height: 155px;
  margin: 15px 10px 5px 5px;
  padding: 5px; 
  
  /*background:  url("../graphics/bg-right-box.png") no-repeat; */
  
  background: #EEEBEB; 
  background: -moz-linear-gradient(left, #EEEBEB 0%, #FAFAFA 86%); 
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EEEBEB), color-stop(86%,#FAFAFA));   
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEBEB', endColorstr='#FAFAFA',GradientType=1 );
  
  -moz-box-shadow: 0px 0px 10px #555555;
  -webkit-box-shadow: 0px 0px 10px #555555;
  box-shadow: 0px 0px 10px #555555;

}

div.textbox p{
  max-width: 200px;
  max-height: 150px;
  text-align: justify;
  padding: 5px 8px 5px 8px;
  color: #545454;
}

div.textbox h4{
  text-align: left;
  padding: 5px 8px;
}


