/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {float:left;height:28px; position:relative; z-index:100;width:271px;padding:0;margin:0;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu1, .menu1 ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu1 li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu1 li.top a.top_link {display:block; float:left; height:35px;}
.menu1 li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu1 li.p1 {width:88px; background:url(../images/menu/mnu01_on.jpg) no-repeat;}
.menu1 li.p2 {width:183px; background:url(../images/menu/mnu02_on.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu1 li a#cegunk {width:88px; background:url(../images/menu/mnu01.jpg) no-repeat;}
.menu1 li a#termekek {width:183px; background:url(../images/menu/mnu02.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu1 a:hover {visibility:visible;} /* for IE6 */
.menu1 li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu1 li a#cegunk:hover, .menu1 li:hover a#cegunk,
.menu1 li a#termekek:hover, .menu1 li:hover a#termekek{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu1 ul, 
.menu1 :hover ul ul, 
.menu1 :hover ul :hover ul ul,
.menu1 :hover ul :hover ul :hover ul ul,
.menu1 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu1 :hover ul.sub {left:0; top:35px; background: #6E4E21; padding:0; border:1px solid #879725; white-space:nowrap; width:160px; height:auto;}
.menu1 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:160px;}
.menu1 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:160px; line-height:20px; color:#DED4B2; text-decoration:none;}
.menu1 :hover ul.sub li a:hover {background:#DED4B2; color:#6E4E21;}

.menu1 :hover ul.subprod {left:0; top:35px; background: #6E4E21; padding:0; border:1px solid #879725; white-space:nowrap; width:198px; height:auto;}
.menu1 :hover ul.subprod li {display:block; height:20px; position:relative; float:left; width:198px;}
.menu1 :hover ul.subprod li a {display:block; font-size:11px; height:20px; width:198px; line-height:20px; color:#DED4B2; text-decoration:none;}
.menu1 :hover ul.subprod li a:hover {background:#DED4B2; color:#6E4E21;}
 

/* set up the flyout levels when hovering */
.menu1 :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}
