#top-menu {
    top: 62px;
    background: url("img/top_menu_bg.png") no-repeat;
    height: 41px;
    width: 841px;

    text-align: center;
}

.tm-sep {
    height: 100%;
    background: url("img/top_menu_sep.png") no-repeat center center;
    width: 36px;
    float: left;
}

.tm-half-sep {
    width: 20px;
    float: left;
    height: 100%;
    z-index: 0;
}

.tm-item {
    height: 100%;
    float: left;
    z-index: 31;
    display: block;

}

.tm-item:hover {
    text-decoration: none;
}

.tm-item .caption {
    z-index: 31;
    position: relative;
    cursor: default;
    font-size: 14px;
    line-height: 41px;
    font-family: Arial;
    font-weight: bold;
    color: #d61d22;
    text-decoration: none;
    text-transform: uppercase;
}

.tm-item:hover .caption, .tm-item.active .caption {
    color: #000;
}

a.tm-item .caption {
    cursor: pointer;
}

.tm-item-submenu {
    display: none;
    z-index: 30;
    position: absolute;
    left: -23px;
    top: 4px;

    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

.tm-item-submenu .top {
    background: url("img/top_menu_item.png") no-repeat;
    width: 232px;
    height: 46px;
}

.tm-item-submenu .middle {
    background: url("img/top_menu_item_repeat.png") repeat-y;
    width: 232px;
    text-align: left;
}

.tm-item-submenu .footer {
    background: url("img/top_menu_item.png") no-repeat left bottom;
    width: 232px;
    height: 13px;

}

.tm-item-submenu a {
    display: block;
    font-size: 13px;
    color: #4c555f;
    top: -1px;
    width: 224px;
    margin: 0 auto;
}

.tm-item-submenu a .w {
    width: 172px;
    padding: 9px;
    margin: 0 auto;
    border-top: 1px solid #e8eef1;
}

.tm-item-submenu a.no-border .w {
    border-top: 1px solid #fff;
}

.tm-item-submenu a:hover .w {
    border-top: 1px solid #e8eef1;
    color: #000;
}

.tm-item-submenu a:hover {
    background: #e8eef1;
    text-decoration: none;
}

.tm-item-submenu .slash {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 17px;
    background: url("img/angle_right.png") no-repeat left -65px;
}

/* extra css for different submenu colors */

/* aktiv */
.tm-item-submenu a.cl-aktiv:hover {
    background: #d81a1f;
}

.tm-item-submenu a.cl-aktiv:hover .w {
    border-top: 1px solid #d81a1f;
    color: #fff;
}

/* sens */
.tm-item-submenu a.cl-sensitive:hover {
    background: #23a1b0;
}

.tm-item-submenu a.cl-sensitive:hover .w {
    border-top: 1px solid #23a1b0;
    color: #fff;
}

/* white */
.tm-item-submenu a.cl-white:hover {
    background: #C6C6C6;
}

.tm-item-submenu a.cl-white:hover .w {
    border-top: 1px solid #C6C6C6;
    color: #fff;
}

/* flora */
.tm-item-submenu a.cl-flora:hover {
    background: #aa9a69;
}

.tm-item-submenu a.cl-flora:hover .w {
    border-top: 1px solid #aa9a69;
    color: #fff;
}

/* alpin */
.tm-item-submenu a.cl-alpin:hover {
    background: #008FCD;
}

.tm-item-submenu a.cl-alpin:hover .w {
    border-top: 1px solid #008FCD;
    color: #fff;
}

/* basic */
.tm-item-submenu a.cl-basic:hover {
    background: #6ECEF3;
}

.tm-item-submenu a.cl-basic:hover .w {
    border-top: 1px solid #6ECEF3;
    color: #fff;
}

/* ftor */
.tm-item-submenu a.cl-flour:hover {
    background: #1C5992;
}

.tm-item-submenu a.cl-flour:hover .w {
    border-top: 1px solid #1C5992;
    color: #fff;
}

/* kids */
.tm-item-submenu a.cl-kids:hover {
    background: #EE6B8A;
}

.tm-item-submenu a.cl-kids:hover .w {
    border-top: 1px solid #EE6B8A;
    color: #fff;
}

/* prosthesis */
.tm-item-submenu a.cl-prosthesis:hover {
    background: #2A4280;
}

.tm-item-submenu a.cl-prosthesis:hover .w {
    border-top: 1px solid #2A4280;
    color: #fff;
}

/* dental */
.tm-item-submenu a.cl-interdental:hover {
    background: #7BAC2F;
}

.tm-item-submenu a.cl-interdental:hover .w {
    border-top: 1px solid #7BAC2F;
    color: #fff;
}