@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 */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-size:15px;
	font-weight:bold;
		
	
	/*font-style:italic;*/
}
/* 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 */
ul.MenuBarHorizontal li
{
	/*text-transform:uppercase;*/
	/*height:20px;*/
	margin: 0px 54px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* 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
{
	font-size:12px !important; 
	line-height:18px;
	font-weight:normal;
	margin: 23px 0px 0px -30px;
	padding: 0px 0px 0px 0px/*16px 16px 16px*/;
	list-style-type: none;
	font-size: 100%;
	z-index: 1200;
	cursor: default;
	width: 116px;
	position: absolute;
	
	left: -1000em;
}

/*menu pod polozkou Seniori*/

ul.MenuBarHorizontal #li_item_162 ul{
	margin: 23px 0px 0px -12px;

}
/* 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: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 116px;
	margin: 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	/*position:static;*/
	margin: 6px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	/*background:transparent;*/
}
ul.MenuBarHorizontal ul ul li
{
	width: 116px;
	
}

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

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
/*	*/	
}

span {cursor:default !important;}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal span 
{
	display: block;
	height:20px;
	cursor: pointer;
	/*background-color: transparent;*/
	padding: 0px;
	margin:0px;
	text-decoration: none;
	
}

/* *********** level 2 *****************/
ul.MenuBarHorizontal  ul a, ul.MenuBarHorizontal ul span 
{
	display: block;
	height:auto;
	cursor: pointer;
	/*background-color: transparent;*/
	padding: 5px 0px !important;
	color: #cccccc;
	text-decoration: none;
	/*font-weight:bold;*/
	border-bottom:0px solid #a9aeae;
	
}

ul.MenuBarHorizontal  ul a:hover
{
	/*border-top: 4px solid #b5b5b5;*/
	color:#439eee !important;
	/*text-decoration:underline;*/
}

/* *********** level 3 *****************/
ul.MenuBarHorizontal ul ul a, ul.MenuBarHorizontal ul ul span 
{/*
	display: block;
	height:auto;
	cursor: pointer;
	
	padding: 6px 0px !important;
	color: #5a5a5a;
	border-top: 0px;
	font-weight:normal;*/
	/*font-style:italic;*/
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*background-color: transparent;*/
	/*color: #FFFFFF;*/
	/*background-position: 0px -20px !important;*/
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*background-color: transparent;*/
	/*color: #FFFFFF;*/
	background-position:0px -70px !important;
}

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

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

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

ul.MenuBarHorizontal div{border:1px solid red;}

/*OBLE CASTI*/

ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul span{margin:0px 12px 0px 12px;}

ul.MenuBarHorizontal ul{
	/*
	background:transparent url(t_menu_top.png) top center no-repeat !important;
	background:transparent url(menu_top.gif) top center no-repeat;
	*/
}
ul.MenuBarHorizontal ul ul{
	background:transparent url(t_smenu_top.png) top center no-repeat !important;
	/*background:transparent url(smenu_top.gif) top center no-repeat;*/

}


ul.MenuBarHorizontal ul li{
	background:transparent url(t_menu_middle.png) top right repeat-y !important;
	/*background:#FFFFFF url(menu_middle.gif) top right repeat-y;*/
}

ul.MenuBarHorizontal ul ul li{
	
}


ul.MenuBarHorizontal .bottom_li, ul.MenuBarHorizontal ul ul .bottom_li{

}

ul.MenuBarHorizontal  ul .bottom_li{
	position:relative;
	top:-1px;
	display:list-item;
	height:11px; 
	padding:0px; margin:0px;
	background:transparent url(t_menu_bottom.png) top center no-repeat !important;
	background:transparent url(menu_bottom.gif) top center no-repeat;
}


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

 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
	{
		display: inline;
		f\loat: left;
		background:#b1b2b6;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:#FFFFFF url(menu_middle.gif) top right repeat-y;
	}
	ul.MenuBarHorizontal ul ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:#FFFFFF;
	}
	
}
