dl, dt, dd, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu {
    width: 10em;
}

#blocmenu {
    width: 10em;
}

#menu dt {
    cursor: pointer;
    margin: 15px 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #FFCC00;
    background-image: url(../images/fond1.jpg);
}

#blocmenu dt {
    margin: 10px 0;
    height: 3px;
    text-align: center;
    border: 1px solid #FFCC00;
    background-image: url(../images/fond1.jpg);
}

div.info {
    margin: 20px 0;
    width: 155px;
    height: auto;;
    border: 1px solid #FFCC00;
    background-color: #FFFFFF
}

#info a {
    font: 1em "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 45px;
    line-height: 23px;
    text-align: left;
    font-size: 13px
}

#menu li {
    text-align: left;
    background-image: url(../images/back_menu.jpg);
}

#menu li a {
    font: 1em "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 45px;
    line-height: 23px;
    text-align: left;
    font-size: 13px
}

#menu li a, #menu dt a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
}

#info a {
    font: 1em "Trebuchet MS", Arial, sans-serif;
    font-size: 12px
}

#menu li a:hover {
    /* background: #eee;*/
    color: #FFCC00;
}


