/* The world map navigation (panels)  Cor Blimey, a CSS nightmare! */
#map {
 width: 228px;
 height: 273px;
 background: url(../g/GSEuropemap.JPG);
 margin: 0;
 padding:0; /* Margin orgin 10px */
 position: relative;
}
#map li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#map a {display: block; border: solid 0px #f00;} /* keep border 0px (Lee_note) */

/*
#map1b {left: 30px; top: 115px; width: 150px; height: 20px;}  
#map2b {left: 80px; top: 135px; width: 150px; height: 20px;} 
#map3b {left: 110px; top: 145px; width: 80px; height: 20px; background-color: transparent;} 
#map4b {left: 125px; top: 165px; width: 108px; height: 20px;} 
#map5b {left: 55px; top: 123px; width: 150px; height: 20px;} 

#map1b a {height: 20px;} 
#map2b a {height: 20px;}
#map3b a {height: 20px;}
#map4b a {height: 20px;}
#map5b a {height: 20px;}

#map1b a:hover {background: transparent url(../g/map.gif) -30px -390px no-repeat;} 
#map2b a:hover {background: transparent url(../g/map.gif) -80px -410px no-repeat;} 
#map3b a:hover {background: transparent url(../g/map.gif) -110px -697px no-repeat;}
#map4b a:hover {background: transparent url(../g/map.gif) -125px -440px no-repeat;}
#map5b a:hover {background: transparent url(../g/map.gif) -55px -675px no-repeat;}*/

#mapwrapper{ /* Map placement */
padding:3px;
border:1px solid #EAEAEA;
margin: 15px 0 0 0px;
width: 228px;
} 