@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2008, Mercedes-Benz Bank
	*	@link:______________http://www.mercedes-benz-bank.de
	*	@author:____________Jung v. Matt/Neckar
	*	@function:__________fallback to display submenu if js is disabled,
	*	                    just works in standardcompliant browsers (no IE6)
	*
	*	@version:___________1.2.4
	* 	@revision:__________$Revision: 755 $
	* 	@lastmodified:______$Date: 2015-04-08 17:46:03 +0200 (Wed, 08 Apr 2015) $
	*
-------------------------------------------------------------------------------------*/
/*------------------------------------------------
	*	fallback for modern browsers if javascript 
		is turned OFF
		- FF gte 1.5
		- IE gte 7.0
		- Safari gte 2.0
		- Opera gte 9.0
--------------------------------------------------*/
#mnCont ul li {
	position:relative;
}
#mnCont ul li:hover .mnLevel3 {
	display:block;
	top:-3px;
	left:196px;
}