@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */


/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 8px;
	list-style-type: none;
	z-index: 1020;
	position: absolute;
	left: -1000em;
	width: 200px;
	background:#ccc;
	font-weight:bold;
	border: 1px solid #CCC;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.90;
	padding: 4px 8px;	

}
ul.MenuBarHorizontal ul li {
	float: none;
	color: #FFFFFF;
	background:none;
	display:block;
	padding:4px 0;
}

#header-nav-prodejny ul.MenuBarSubmenuVisible {
	*left:-42px;
}

#header-nav-katalog ul.MenuBarSubmenuVisible {
	left:108px; *left:66px;
}

ul.MenuBarHorizontal ul a {
	color: #000;
	background:#ccc !important;
	width:auto !important;
	position:static !important;
	display:inline !important;
	height:auto !important;
}

ul.MenuBarHorizontal ul a:hover {
	color: #a00;
	background:#ccc !important;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left:0; top:32px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/*
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	f\loat: left;
	}
}
ul.MenuBarHorizontal  ul li.MenuBarItemIE {
	f\loat: none;
}
ul.MenuBarHorizontal  ul  li ul li {
	f\loat: none;
	text-align: left;
	padding: 0px;
	line-height: normal;
	height: auto;
	width: 120;
	w\idth: auto;
	min-width: 108px;
}
#MenuBar1  .MenuBarSubmenuVisible  a     {
	width: auto;
	m\in-width: 108px;
}

ul.MenuBarHorizontal    ul    li a    {
	f\loat: none;
	text-align: left;
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
	width: 200px;
	height: auto;
	text-decoration: none;
}
ul.MenuBarHorizontal ul li a:hover {
	color: #333333;
	background-image: none;
	text-decoration: underline;
	height: auto;
	line-height: 20px;
}

#MenuBar1  .MenuBarItemSubmenu {
	text-indent: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
*/