.divlink a {
display: block;
width: 133px;
height:41px;
text-align:center;
background: url(images/pozadi1.jpg) repeat;
}

.divlink a:hover {
background: url(images/pozadi2.jpg) repeat;
}

ul {
       list-style: none;
       padding: 0;
       margin: 0;
}

#nav a {
       font-weight: bold;
       color: #336699;
       font-size:0.7em;
}

#nav a {
       text-decoration: none;
}

#nav li li a {
       display: block;
       font-weight: normal;
       color: #336699;
       padding: 0.2em 10px;
}

#nav li li a:hover {
       background: url(images/pozadi2.jpg) repeat;
       color:#333333;

}

li {
       float: left;
       position: relative;
       width: 133px;
       text-align: left;
       cursor: default;
       background-color: white;
       border: 1px solid #ffffff;
       
}

li ul {
       display: none;
       position: absolute;
       top: 100%;
       left: 0;
       font-weight: normal;
       background-color: #fff;
       border-right: dotted 1px #666666;
             border-left: dotted 1px #666666;           
                      border-bottom: dotted 1px #666666;
}

li>ul {
       top: auto;
       left: auto;
}

li li {
       display: block;
       float: none;
       background-color: transparent;
       border: 0;
}

li:hover ul, li.over ul {
       display: block;
}
img {        border:none;
               margin:16px 5px 16px 2px;
               vertical-align:middle;
}
