@charset "UTF-8";
.topmenu {
    background: url(../images/menu_fon2.png);
    height: 54px;
    position: relative
}
.topmenu > div {
    position: relative
}
.topmenu ul {
    background: #FFFFFF;
    border:1px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 8px;
    height: 32px;
    line-height: 1.8;
    margin: 10px 0 0 36px;
    max-width: 0 auto;
    position: absolute
}
.topmenu li {
    display: inline;
    padding: 10px
}
.topmenu a {
    color: black;
    font-family: bm;
    font-size: 17px;
    text-decoration: none
}
.topmenu a:hover {
    text-shadow: 0 0 5px #666
}
.topmenu .active a {
    color: #FFF;
    text-shadow: 0 2px 2px #000, 0 -1px 2px #000, 4px 0 2px #000, -2px 0 2px #000
}