#belka{
    width: 1000px;
    margin: auto;
    margin-top: 2px;
    position: relative;
    top: 0px;
    height: 35px;
        font-family: Helvetica, Arial, sans-serif;
}
#belka ul.belka li a:link,#belka ul.belka li a:visited,#belka ul.belka li a:hover,#belka ul.belka li a:active 
{text-decoration:none;}

ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.belka{
    height: 100%;
    list-style-type: none;
    text-align: center;
    line-height: 35px;
    padding: 0px;
    height: 35px;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
}
ul.belka li a{
    display: inline-block; 

}
ul.belka li a:link, ul.belka li a:visited
{
color:#FFFFFF;
background: rgb(58,58,58);
background: -moz-linear-gradient(top,  rgb(58,58,58) 0%, rgb(0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(58,58,58)), color-stop(100%,rgb(0,0,0)));
background: -webkit-linear-gradient(top,  rgb(58,58,58) 0%,rgb(0,0,0) 100%);
background: -o-linear-gradient(top,  rgb(58,58,58) 0%,rgb(0,0,0) 100%);
background: -ms-linear-gradient(top,  rgb(58,58,58) 0%,rgb(0,0,0) 100%);
background: linear-gradient(to bottom,  rgb(58,58,58) 0%,rgb(0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 );
width: 198px;
height: 100%;
float: left;
margin-left:1px;
margin-right: 1px;
}
ul.belka li a:hover, ul.belka li a:active
{
color:#FFFFFF;
background: #ff9642;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9642), color-stop(100%,#f48222));
background: -webkit-linear-gradient(top,  #ff9642 0%,#f48222 100%);
background: -moz-linear-gradient(top,  #ff9642 0%, #f48222 100%);
background: -o-linear-gradient(top,  #ff9642 0%,#f48222 100%);
background: -ms-linear-gradient(top,  #ff9642 0%,#f48222 100%);
background: linear-gradient(to bottom,  #ff9642 0%,#f48222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9642', endColorstr='#f48222',GradientType=0 );
border: 0px;
}