#top-menu {    
    font-size: 18px;
    margin-bottom:10px;

}

#top-menu a{
    color: #808080;
    padding-bottom: 20px;
    text-decoration:none;
}

#top-menu a:hover{
    color: #004080;
    padding-bottom: 5px;
    background: url(img/menu_under_line.png) repeat-x bottom;
    text-decoration:none;    
}

ul {
    padding:0px;
    margin:0px;
}

li {
    padding:0px;
    margin:0px;
}


h1 {
    color: #261905;
    margin-bottom:20px;
    font-size:18px;
}
    
#ls {
    color:#808080;
}          

#ls li{
    background: url(img/flag.png) no-repeat;
    padding-left:22px;
    list-style:none;
}

#vopros{
    min-height:40px;
    color: #000000;
    background: url(img/vopros.png) no-repeat;
    padding-left:50px;
    padding-top: 10px;
    margin-bottom:5px;
    font-weight: bold;
}

#otvet{
    color: #000000;
    background: #FFFFFF;
    padding-left:50px;
    margin-bottom:30px;    
}

#logo1 {
    padding-top:20px;
    padding-bottom:20px;    
}