/* Dynamic Javascript Menu CSS */
/*     Darkfire Studio Kft     */
/*       www.darkfire.hu       */

a{outline: none !important;}

div#dMenu{
	width:			958px;
	height:			300px;
	border:			none;
	font-family:	Helvetica, Arial, Kalimati;
	overflow:		hidden;
	background:		url(../images/menu-bg-0.jpg) no-repeat center;
	}
	
	div#dMenu div.Level1{
		width:			958px;
		height:			62px;
		text-align:		left;
		background:		transparent url(../images/menu-toplevel-bg.png) repeat-x top left;
		}
		
		div#dMenu div.Level1 a{
			display:			block;
			width:				auto;
			height:				41px;
			padding:			21px 20px 0 20px;
			text-align:			center;
			font-size:			10px;
			font-weight:		normal;
			background:			transparent url(../images/menu-toplevel-a-bg.png) no-repeat top right;
			color:				#fff;
			text-transform:		uppercase;
			text-decoration:	none;
			float:				left;
			}
			div#dMenu div.Level1 a:hover{
				background:	transparent url(../images/menu-toplevel-bg.png) repeat-x top left;
				}
			div#dMenu div.Level1 a.active{
				background:	transparent url(../images/menu-toplevel-bg.png) repeat-x top left;
				}
	
	div#dMenu div.Level2{
		width:		350px;
		height:		237px;
		float:		left;
		display:	none;
		}
		div#dMenu div.Level2 a{
			display:			block;
			width:				340px;
			height:				50px;
			padding:			10px 0 0 10px;
			text-align:			left;
			font-size:			10px;
			font-weight:		normal;
			color:				#ccc;
			text-decoration:	none;
			float:				left;
			background:	transparent url(../images/menu-sublevel-a-bg.png) no-repeat top left;
			}
			
			div#dMenu div.Level2 img{
				display:	block;
				width:		60px;
				height:		38px;
				float:		left;
				margin:		0;
				padding:	0;
				border:		none;
				}
			
			div#dMenu div.Level2 a span{
				display:			block;
				text-transform:		uppercase;
				width:				240px;
				height:				14px;
				font-weight:		bold;
				color:				#fff;
				}
			div#dMenu div.Level2 a:hover{
				background:	transparent url(../images/menu-sublevel-a-bg-hover.png) no-repeat top left;
				}
	
	div#dMenu div.Level1 div.langSelect{
		float:		right;
		width:		200px;
		height:		62px;
		border:		none;
		margin:		0;
		padding:	0;
		color:		#fff;
		text-align:	left;
		}
		div#dMenu div.Level1 div.langSelect div.select{
			font-size:	11px;
			color:		#ccc;
			padding:	0 0 0 0;
			}
			div#dMenu div.Level1 div.langSelect div.select span{
				display:	block;
				width:		100px;
				padding:	21px 20px 0 0;
				float:		left;
				cursor:		default;
				}
			div#dMenu div.Level1 div.langSelect div.select div.flags{
				width:		52px;
				height:		38px;
				margin:		0 0 0 0;
				padding:	24px 0 0 0;
				border:		none;
				background:	none;
				float:		left;
				}
				div#dMenu div.Level1 div.langSelect div.select div.flags img{
					display:	block;
					width:		20px;
					height:		10px;
					margin:		2px;
					padding:	0 0 0 0;
					float:		left;
					background:	none;
					border:		1px solid #444;
					cursor:		pointer;
					}
			
div.clear, br.clear{
	float:	none !important;
	clear:	both !important;
	}
