body{
 background-color: #ddddff;
}
#head .logo h1 a{
  color: black;
}
.menutop{
 background-color: #F5F5F5;
 list-style-type: none;
 padding: 0px;
}
.menutop a{
 text-decoration: none;
 color: black;
 font-weight: bold;
 border-teft-width: 3px;
 border-left-color: #DADADA;
 border-left-style: solid;
 border-left-width: 10px;
 padding-left: 5px;
}
.menutop a:hover{
 text-decoration: underline;
 color: blue;
 border-left-color: #AAAAAA;
}
.right .menu{
 background-color: orange;
 list-style-type: none;
 padding: 0px;
}
.right .menu a{
 text-decoration: none;
 color: black;
font-weight: bold;
 border-teft-width: 3px;
 border-left-color: brown;
 border-left-style: solid;
 border-left-width: 10px;
 padding-left: 5px;
}
.right .menu a:hover{
 text-decoration: underline;
 color: white;
 border-left-color: red;
}
.left .menu{
 background-color: #4444ff;
 list-style-type: none;
 padding: 0px;
}
.left .menu a{
 text-decoration: none;
 color: black;
font-weight: bold;
 border-teft-width: 3px;
 border-left-color: #111177;
 border-left-style: solid;
 border-left-width: 10px;
 padding-left: 5px;
}
.left .menu a:hover{
 text-decoration: underline;
 color: white;
 border-left-color: #ccccee;
}
#pajdula{
 display: none;
}
