
.menu_down{
    width: 700px;
    height: 132px;
    margin-left: 15px;
}

.menu_down li{
    display: block;
    width: 70px;
    height: 122px;
    background: transparent;
    float: left;
    border-right: 3px solid white;
    cursor: pointer;
    text-align: right;
    margin:3px;
    margin-right: 0px;
    margin-top: 0px;
}


div.cars{
    background: url(../../images/layout/cars.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.cars:hover div.cars{
    background: url(../../images/layout/cars-active.jpg);
}

li.cars a.current  div.cars{
    background: url(../../images/layout/cars-active.jpg);
}

div.komentare{
    background: url(../../images/layout/comments.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.komentare:hover div.komentare{
    background: url(../../images/layout/comments-active.jpg);
}

li.komentare a.current  div.komentare{
    background: url(../../images/layout/comments-active.jpg);
}

div.facebook{
    background: url(../../images/layout/facebook.png);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.facebook:hover div.facebook{
    background: url(../../images/layout/facebook-active.png);
}

div.navigationrally{
    background: url(../../images/layout/navigationrally.png);
    width:83px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.navigationrally:hover div.navigationrally{
    background: url(../../images/layout/navigationrally-active.png);
}

div.news{
    background: url(../../images/layout/new.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.news:hover div.news{
    background: url(../../images/layout/new-active.jpg);
}

li.news a.current  div.news{
    background: url(../../images/layout/new-active.jpg);
}

div.expedicie{
    background: url(../../images/layout/expedicie.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.expedicie:hover div.expedicie{
    background: url(../../images/layout/expedicie-active.jpg);
}

li.expedicie a.current div.expedicie{
    background: url(../../images/layout/expedicie-active.jpg);
}

div.akcie{
    background: url(../../images/layout/akcie.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.akcie:hover div.akcie{
    background: url(../../images/layout/akcie-active.jpg);
}

li.akcie a.current div.akcie{
    background: url(../../images/layout/akcie-active.jpg);
}

div.technika{
    background: url(../../images/layout/technika.jpg);
    width:70px;
    height: 70px;
    text-align: center;
    margin-bottom: 2px;
}

li.technika:hover div.technika{
    background: url(../../images/layout/technika-active.jpg);
}

li.technika a.current div.technika{
    background: url(../../images/layout/technika-active.jpg);
}

.menu_down li:hover div.text{
    background-color: #CC9933;
}

.menu_down a.current div.text{
    background-color: #CC9933;
}

.menu_down li div.text{
    width: 70px;
    height:30px;
    display:table-cell; 
    background-color: #663300;
    color:white;
    padding-right: 5px;
    padding-bottom:3px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:bottom
}
