/*
 *  screen, projection
 *	khaac, 2008
 *  ver: 1.0
 *  
 *  > Floating menu
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FLOATING MAIN MENU - SUB ITEMS 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainmenu ul li ul{
	margin: 0;
  padding: 0;
  list-style-type: none;
	border: 0;
	border-top: 1px solid #9FAFA7; 
	width: 17em;
	position: absolute;
	height: auto;
	top: 1.95em;
	left: 0;
	display: none;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	khtml-opacity: 0.95;	
	background: #D2E0FF !important;
}

#mainmenu ul li ul li {
/*	max-width: 120% !important;*/
	width: 17em;
	padding: 0.1em 0;
  border: 0px;
  list-style-type: none;
	height: auto;	
	background: transparent !important;	
	border-bottom: 1px solid #A4C5FF;
}

#mainmenu ul li ul li a{
	width: 19.1em;
  font-size: 0.8em !important;
	padding: 0.1em 0em 0.1em 2em !important;
	text-align: left;
	color: #000000 !important;
	border: 0px !important;	
	background: transparent !important;
	white-space: normal !important;
	height: auto;
	cursor: pointer;
}

/* IE */
* html #mainmenu ul li ul li a{
	width: 23em;	
}
/* Opera */
@media all and (min-width: 0px) {
	#mainmenu ul li ul li a {
	 width: 18.4em;
	}
}

/* pro vsechny - modifikace pro IE/Win */

#mainmenu ul li:hover ul {
	top: 1.95em;
  display: block !important;
	position:absolute;
}


#mainmenu ul li ul li a:hover, #mainmenu ul li ul li.current a{
	text-decoration: none !important;
	background: #A4C5FF !important;
}
