#nav-menu-new {
    display: table;
    border-spacing: 1px 0;
    border-collapse: separate;
    margin-top: 8px;
    list-style: none;
    height: 30px;
    font-size: 12px;
    margin-left: -40px;
}

#nav-menu-new .root-item {
    display: table-cell;
    vertical-align: top;
    margin-left: 1px;
    background: #7e8080 url(images/top-menu-bg.png) repeat-x;
}

#nav-menu-new .root-item:first-child {
    margin-left: 0;
}

#nav-menu-new .rel {
    position: relative;
}

#nav-menu-new .root-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}

#nav-menu-new .root-item:hover a,
#nav-menu-new .root-item.selected a {
    background: #0188d5 url(images/top-menu-bg-blue.png) repeat-x;
}

#nav-menu-new .root-item:hover ul {
    display: block;
}

#nav-menu-new .root-item ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: -30px;
    width: 175px;
    padding: 0 30px 60px; /* буферная зона */
}

#nav-menu-new .root-item ul li {
    display: block;
    background: #ddd;
}

#nav-menu-new .root-item ul a,
#nav-menu-new .root-item:hover ul a,
#nav-menu-new .root-item.selected ul a {
    color: #333;
    text-decoration: none;
    line-height: 14px;
    display: block;
    padding: 8px 10px 8px 10px;
    background: none;
}

#nav-menu-new .root-item ul a:hover {
    background: #018fde;
    color: #fff;
}

#nav-menu-new .search  {
    width: 100%;
    min-width: 100px; /* не меняй, см. style-ie.css */
    height: 30px;
    vertical-align: middle;
}
#nav-menu-new .search form {
    position: relative;
    margin-right: 40px;
    padding: 0 10px 0 10px;
}
#nav-menu-new .search input {
    border: 0;
    font-size: 11px;
    padding: 1px 3px;
    color: #838383;
    width: 100%;
}
#nav-menu-new .search button {
    position: absolute;
    height: 30px;
    width: 40px;
    top: -7px;
    right: -40px;
    cursor: pointer;
    background: none;
    border: none;
}