/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:850px; height:22px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:156px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
#menu a, #menu a:visited {display:block;font-size:14px;text-decoration:none; color:#00f; width:auto; height:20px; padding-left:18px;  padding-right:18px; line-height:19px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {padding-right:0; padding-left:10px; width:140px; w\idth:130px;}
/* a hack for IE6 menu items width */
* html #menu a.ie6-aktu, * html #menu a.ie6-aktu:visited {width:110px; w\idth:100px;}
* html #menu a.ie6-akce, * html #menu a.ie6-akce:visited {width:75px; w\idth:65px;}
* html #menu a.ie6-onas, * html #menu a.ie6-onas:visited {width:95px; w\idth:85px;}
* html #menu a.ie6-rozv, * html #menu a.ie6-rozv:visited {width:162px; w\idth:152px;}
* html #menu a.ie6-dek, * html #menu a.ie6-dek:visited {width:100px; w\idth:90px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:168px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html #menu ul ul {top:19px;t\op:20px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {background:#eee; color:#000; height:auto; line-height:1em; padding:5px 10px; width:148px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:170px;w\idth:148px;}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{color:#000; background:#ccf;}
#menu :hover > a, #menu ul ul :hover > a {color:#000; background:#ccf;}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }
