.menu_horizontalne {width:745px; height:32px; position:relative; z-index:100;margin:0 auto; border-right:1px solid #edf4d3; font-family:arial, sans-serif;}

/* hack to correct IE5.5 faulty box model */
* html .menu_horizontalne {width:746px; w\idth:745px;}


.menu_horizontalne ul {padding:0;margin:0;list-style-type:none;}
.menu_horizontalne ul ul {width:149px;}

.menu_horizontalne li {float:left;width:149px;position:relative;}

.menu_horizontalne a, .menu_horizontalne a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #edf4d3; border-width:1px 0 0 1px;  padding-left:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_horizontalne a, * html .menu_horizontalne a:visited {width:149px; w\idth:138px;}
 
/* style the second level background */
.menu_horizontalne ul ul a.drop, .menu_horizontalne ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu_horizontalne ul ul a.drop:hover{background:#c9ba65}
.menu_horizontalne ul ul :hover > a.drop {background:#c9ba65;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_horizontalne ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #edf4d3;}
/* another hack for IE5.5 */
* html .menu_horizontalne ul ul {top:30px;t\op:31px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu_horizontalne table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu_horizontalne ul ul a, .menu_horizontalne ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu_horizontalne ul ul a, * html .menu_horizontalne ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu_horizontalne a:hover, .menu_horizontalne ul ul a:hover{color:#000; background:#6ae79e;}
.menu_horizontalne :hover > a, .menu_horizontalne ul ul :hover > a {color:#000; background:#6ae79e;}
 
/* make the second level visible when hover on first level list OR link */
.menu_horizontalne ul li:hover ul,
.menu_horizontalne ul a:hover ul{visibility:visible; }


repeat-y;
`
