
/* Vertical Navigation */
 
div#menu-ver {
   background-color: #fff;
   margin: 0 0 0 3px;
   border-left: 2px solid #365497;
}
   div#menu-ver ul {
       margin: 0;
       padding: 0;
       list-style: none;
       list-style-image: none;
       display: block;
         
   }
       div#menu-ver ul li {
           margin: 0;
           padding: 0;
       }
           div#menu-ver ul li a {
               display: block;
               padding: 7px 0 7px 20px;
               font-weight: bold;
               color: #000;
               #height: 10px;
           }
           div#menu-ver ul li a:hover, div#menu-ver ul li.current a {
               background-color: #365497;
               color: #fff;
               text-decoration: none;
           }

/* 2nd level */ 
   div#menu-ver ul ul {
       margin-left: 10px;
       line-height: 14px;
       list-style: none;
       list-style-image: none;
   }
   div#menu-ver ul li li {
       margin: 0;
       _height: 1px;
   }
   div#menu-ver ul li.current li a {
               display: block;
               padding: 0.3em 0 0.3em 1.5em;
               background-color: #fff;
               font-weight: bold;
               color: #000;
               font-size: 12px;
           }
           div#menu-ver ul li.current li a:hover, div#menu-ver ul li.current li.current a {
               color: #365497;
               text-decoration: none;
               background: none;
           }
   
   
   
/* END Vertical navigation */

/* Horizontal navigation */
div#navig {
   left: 0;
}
    div#navig div.inner {
        height: 25px;
        background-image: url(http://www.guide-cracow.pl/www/themes/default/images/menu.jpg);
        background-repeat: no-repeat;
    }
    div#navig ul {
        margin: 0;
        list-style: none;
        list-style-image: none;
        line-height: 25px;
    }
        div#navig ul li {
            margin: 0;
            float: left;
        }
            div#navig ul li a {
                display: block;
                padding: 0 1em;
                font-weight: bold;
                color: #000;
            }
            div#navig ul li a:hover, div#navig ul li.current a {
                background-color: #365497;
                color: #fff;
                text-decoration: none;
            }
/* END Horizontal navigation */
div#content {
    position: relative;
    width: 947px; 
    display: block;
    padding-top: 50px;
}
div#main { 
    float: left;
    width: 727px;
    display: inline;
    margin-left: 212px;
}

div#local {
    float: left;
    width: 170px;
    display: inline;
    margin-left: -945px;
}
div#navig {
    position: absolute;
    top: 0;
    width: 947px;
}