
.hint {
    position: absolute;
    visibility: hidden;
}

#sitemap {
    position: relative;
    margin-left: -40px;
    width: 660px;
    height: 50em;
}

.box {
    position: absolute;
    width: 56px;
    height: 56px;
    font-family: "Helvetica Neue", "Arial", "Univers", sans-serif;
    font-size: 0.91667em;
    line-height: 1.63636em;
    background-color: white;
    border: silver 2px solid;
    padding: 1px;
}

.box a, 
.box a:link, 
.box a:visited  {
    position: absolute;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 56px;
    width: 55px;
    color: #333;
    border: none;
    background-color: #cc9;
    overflow: hidden;
}

.box a:hover,
.box a:active,
.box a:focus {
    color: #f8f8f8;
    background-color: #333;
    overflow: visible;
}

.box a span {
    text-align: center;
    vertical-align: middle;
}

.connection-sw,
.connection-s,
.connection-se,
.connection-e {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.connection-sw {
    background: url(../img/exit-sw.png) no-repeat;
}

.connection-s {
    background: url(../img/exit-s.png) no-repeat;
}

.connection-se {
    background: url(../img/exit-se.png) no-repeat;
}

.connection-e {
    background: url(../img/exit-e.png) no-repeat;
}

a.dir-main {
    color: #333;
    background-color: #eee;
    border: 2px solid #999;
}
a.dir-main:hover {
    color: #fff;
    background-color: #333;
    z-index: 10;
}

a.dir-adv {
    color: #333;
    background-color: #def;
    border: 2px solid #69c;
}
a.dir-adv:hover {
    color: #fff;
    background-color: #039;
    z-index: 10;
}

a.dir-adv-i18n {
    color: #333;
    background-color: #edc;
    border: 2px solid #c96;
}
a.dir-adv-i18n:hover {
    color: #fff;
    background-color: #963;
    z-index: 10;
}

a.dir-deform {
    color: #333;
    background-color: #fec;
    border: 2px solid #fc3;
}
a.dir-deform:hover {
    color: #fff;
    background-color: #f90;
    z-index: 10;
}

a.dir-tag {
    color: #333;
    background-color: #eec;
    border: 2px solid #cc9;
}
a.dir-tag:hover {
    color: #fff;
    background-color: #996;
    z-index: 10;
}

a.dir-tagtut {
    color: #333;
    background-color: #eec;
    border: 2px solid #cc9;
}
a.dir-tagtut:hover {
    color: #fff;
    background-color: #996;
    z-index: 10;
}

a.dir-jade {
    color: #333;
    background-color: #deb;
    border: 2px solid #bc9;
}
a.dir-jade:hover {
    color: #fff;
    background-color: #393;
    z-index: 10;
}

