div.topLine {
    width: 100%;
    background: #000000;
    height: 0;
    position: fixed;
    z-index: 200;
    top: 0px;
    font-size: 1pt;
}
#menu
{
    height:94px;
    position:fixed;
    top:0;
    z-index: 1010;
    width: 1000px;
    margin-top:-90px;
left: 50%;
margin-left: -500px;
}
#menu .bg
{
    background:url(http://www.sterligoff.ru/imag/bgmenu.png) 0 0 repeat-x;
    height:94px;
    margin:0;
    float: left;
    width: 960px;
}
#menu div.cl, #menu div.cr
{
    width:19px;
    height:94px;
    float: left;
}
#menu .button
{
    background:url(http://www.sterligoff.ru/imag/bmenu.png) 0 0 no-repeat;
    clear:both;
    width:100px;
    margin-left:900px;
    height:29px;
    cursor:pointer;
}
#menu .button div
{
    width:31px;
    height:26px;
    position:relative;
    margin-left:16px;
    z-index:1000;
    background:url(images/imgTopSet.png) -29px 0 no-repeat;
    overflow:hidden;
}
#menu.open .button div {
    background-position: 0px 0px;
    top: -5px;
    left:3px;
    width:29px;
    height:29px;
}
#menu .bg div {
    position: relative;
    float: left;
    height: 59px;
    color: #ffffff;
    padding: 35px 15px 0 20px;
    font-size: 18px;
    letter-spacing:0px;
    z-index:1001;
    font-size: 14pt;
}

/* #menu .bg div { padding: 30px 20px 0 30px; } */
#menu .bg div a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14pt;
}
#menu .bg div a:hover {
    color: #E7CE76 !important;
    text-decoration: none;
}

#menu .calculator { margin: -12px 0 0 80px; }
#menu .calculator img { border: 0px; }

