    /******************************************/
   /*                                        */
  /*            Bocni menu begin            */
 /*                                        */
/******************************************/
.navlist li{
    margin: 0px;
    display: inline;
    /* for IE5 and IE6 */
}

.navlist{
    width: 168px;
    /* to display the list horizontaly */
    font-family: sans-serif;
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
}

.navlist a{
    width: 148px;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
    background-color: #inherit;
    border-bottom: 1px #000 solid;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bolder;
    color: #0A2296;
    padding: .3em 10px .3em 10px;
}

.navlist a:hover{
    background-color: #85AAE5;
    color: #fff;
}

.navlist a.current{
    background: url('../images/sipka_p_m.gif') no-repeat 150px .5em #85AAE5;
    color: #0A2296;
}

/*            Bocni menu end            */



.sipky{
    position: relative;
    height: 20px;
    margin: 5px 0px;
}

.sipky div{
    position: absolute;
}

.sipky .l2{
    top: 0px;
    left: 0px;
}

.sipky .l1{
    top: 0px;
    left: 25px;
}

.sipky .r1{
    top: 0px;
    right: 25px;
}

.sipky .r2{
    top: 0px;
    right: 0px;
}