#nav, #nav ul {
    list-style: none;
}
#nav a  {
display: block;
}

.nav {
font-weight: bold; text-transform: uppercase; margin-top: 0px; color: #000; padding: 5px 15px 5px 15px; text-decoration: none; margin-right: 1px; text-align: center; background-image: url(../slike/bg_menu_main_ul.png); background-repeat: repeat-x; background-position: top left; border: 1px solid #336699;
}

#nav li {
    float: left;
    
}
#nav li ul {
    position: absolute;
    left: -899em;
}
#nav li:hover ul {
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#sub li  {
width: 150px; line-height: 20px; background-color: white; text-align: left; margin-left: 5px;
}
#sub  {
width: 160px; line-height: 20px; background-color: white;
}
#sub a {
text-transform: uppercase; text-align: left: margin-left: 3px; border: none
}