.obal_menu{
    float: left;
    width: 210px;
}
.obal_menu_p{
    float: right;
    width: 210px;
}
.menu{
    margin-left: 10px;
    padding: 0;
}
.menu ul {
    margin: 13px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width: 175px;
}
.menu ul ul {
    margin: 0;
}
.menu a {
    margin: 0;
    padding: 3px;
    width: 175px;
    display: block;
    color: #ffffff;
    background-color: #050;
    text-decoration: none;
    font-weight: bold;
    border-right: 2px solid #050;
    border-left: 2px solid #050;
}
.menu a:hover {
    background-color: #9694B3;
    color: #F5F4FF;
}
.menu li li a {
    margin: 0 0 0 10px;
    display: block;
    color: #050;
    background-color: #fff;
    width: 165px;
    text-decoration: none;
    border-left: 2px solid #050;
    border-right: 2px solid #050;
    border-bottom: 1px solid #000054;
    font-weight: normal;
}
.m_b {
    margin: 0 0 0 5px;
}
.menu li li a.konec {
    border-bottom: 2px solid #050;
    border-left: 2px solid #050;
    border-right: 2px solid #050;
}
.menu li a.hlavicka {
    background-image: url("../img/spodni_obl.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
}
