#navbox {
  _margin-top: -1px;
  width: 714px!important;
 /* height: 0px;*/
  background: #003f72;
  height:26px;
}
 
#navbox span {padding-left: 6px; }

.basic-li{width:119px!important;}


#navbox h2 {  
     margin:0; padding:0 0 0 0px;
     text-decoration: none;
     font: bold 12px/27px arial, helvetica, sans-serif;
     color: #fff;
     cursor: pointer;
     text-align: left;
     /*padding-left:1px;
     padding-right:1px;*/
     /*height: 0px;*/
    /* border-top: 1px solid #333;
     border-left: 1px solid #000;
     border-bottom: 1px solid #000;
     border-right: 1px groove #ccc;*/
     /*padding-left:6px;
     padding-right:5px;*/
}

#navbox ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

#navbox  li { /* all list items */
    float: left;
    position: relative;
    /*width: 9.7em;*/  
    z-index: 20;
    display: block;  
}
#navbox li a {
     
    
    display: block;
    padding: 4px  0 px 4; margin:0;
    font: bold 11px/15px arial, helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    border-top: 1.5px solid #fff;
    
     
    
}

li a:hover {background: #003f72;}

li ul  { /* second-level lists */
    display: none;
    position: absolute;
    top: 27px; /*pro iecko udelat styl na 11px*/
    left: 0;
    background:#003f72;
    color: #fff;
}

 
 li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
    cursor: pointer;
    
   
}

#navbox  li li{
    padding:0;
}
#navbox  li li a{
    padding:0;
    width:155px;
}



 
#menu_iframe {
    z-index: 10;
    position: absolute;
    display: none;
}

/*#menu-fotovoltaika   ul:hover {
	background-color: #fdc82f;
}
*/
#menu-o-spolecnosti   a:hover {
	background-color: #91004b;}

#menu-fotovoltaika   a:hover {
	background-color: #fdc82f;
}

#menu-vetrna-energie   a:hover {
	background-color: #3d7edb;
}

#menu-bio-energie   a:hover {
	background-color: #008542;
}

#menu-ostatni   a:hover {
	background-color: #91004b;
}

#menu-kontakt   a:hover {
	background-color: #91004b;
}