.nav_img {
    width:327px;
    height:15px;
}

ul.nav_box {
    z-index:100;
    display:block;
    position: relative;

    width: 147px;
    border: none;

    padding: 0px;
    cursor: default;
    margin: 0px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;

    line-height:25px;
}

ul.nav_box ul {
    list-style-type: none;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;

    width: 327px;
    padding: 0px;
    padding-left:6px;
    margin-left: 146px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;

    line-height:22px;
}

div.left_dot {
    position:relative;

    background-image: url("../images/dot.gif");
    background-position: 0 100%;
    background-repeat: no-repeat;
    height:100%;
    width:100%;
    padding-left:12px;

    cursor: hand;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.nav_box li {
    list-style-type: none;
    margin: 0px;
    position: relative;

    background-color: #e1ecff;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0a357e;
    font-weight: bold;
    text-decoration: none;

    height:25px;

    border-left:1px solid #000000;
    border-bottom:1px solid #000000;

    box-sizing: border-box;
    -moz-box-sizing: border-box;

    behavior: url( css/navigation.htc );

}

li.arrow {
    background-image: url("../images/arrow.gif");
    background-position: 97% 8;
    background-repeat: no-repeat;
}

/*li.arrow_blue_enter {
    background-image: url("../images/buttons/next.gif");
    background-position: 52% 9;
    background-repeat: no-repeat;
}

li.arrow_blue_exit {
    background-image: url("../images/buttons/next.gif");
    background-position: 60% 9;
    background-repeat: no-repeat;
}*/


ul.nav_box li ul li {
    height:22px;
}

#top_item {
    background: none;
    background-image: url("../images/edge_nav.gif");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

#basket_top {
    background: none;
    background-image: url("../images/edge_basket.gif");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

#top_item_no_hover {
    background: none;
    background-image: url("../images/edge.gif");
    background-position: 100% 0;
    background-repeat: no-repeat;
    color:#0a357e;
}

#top_item_no_hover div {
    cursor: default;
}

#top_item_small {
    background: none;
    background-image: url("../images/edge.gif");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

ul.nav_box li:hover, ul.nav_box li.CSStoHighlight {
    background-image: none;
    background-color: #0a357e;
    color: #ffffff;
}

ul.nav_box #top_item:hover, ul.nav_box #top_item.TopCSStoHighlight {
    background-color: none;
    background-image: url("../images/edge_hover.gif");
    color: #ffffff;
}

ul.nav_box #basket_top:hover, ul.nav_box #basket_top.TopCSStoHighlight {
    background-color: none;
    background-image: url("../images/edge_basket_hover.gif");
    color: #ffffff;
}

ul.nav_box #top_item_small:hover, ul.nav_box #top_item_small.SmallTopCSStoHighlight {
    background-color: none;
    background-image: url("../images/edge_hover.gif");
    color: #ffffff;
}



ul.nav_box ul.CSStoShow {
    display: block;
}

ul.nav_box li:hover > ul {
    display: block;
}

/* and some link styles */
ul.nav_box li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0a357e;
    font-weight: bold;
    text-decoration: none;
}

ul.nav_box li a:hover, ul.nav_box li a.CSStoHighLink {
    color: #ffffff;
}

ul.nav_box li:hover > a {
    color: #ffffff;
}

div.izhod_arrows {
    position:absolute;
    top:9px;
    left:84px;
    width:22px;
    height:8px;
}

div.vhod_arrows {
    position:absolute;
    top:9px;
    left:79px;
    width:22px;
    height:8px;
}