#study-map { position: relative; width: 550px; height: 207px; background-color: white; margin: 0px; padding: 0px; }
#study-map img { position: absolute; width: 550px; height: 207px;  }
.hand { cursor: pointer;cursor: hand;   }
#study-map div.body { padding-left: 5px; background-repeat: no-repeat; /*display: none;*/ }
#study-map div.body.eur {background-position: 0px 28px;}
#study-map div.body div.cont { width: 240px; height: 130px; background-color: #025798; border-left: 4px solid #FFFFFF;  padding: 0px  }
#study-map div.body div.cont ul { list-style: none; margin: 0px; padding: 0px; }
#study-map div.body div.cont ul li { float: left; list-style: none; margin: 0px; padding: 0px;  }
#study-map div.body div.cont ul li a { width: 85px; display: block; color: white; padding: 0px 25px 0px 5px; font-size: 75%; text-decoration: none; }
#study-map div.body div.cont ul li a:hover { background-color: white; color: #025798; }
#study-map div.body#eur-body { position: absolute; top: 40px; left: 313px;display: none;  }
#study-map div.button { position: absolute; z-index: 500; text-align: center; }
#study-map div.button a { color: white; font-weight: bold; font-size: 95%; font-family: Arial; }

#study-map div.button#button-1 { left: 7px; bottom: 7px; }