#HeadTop {
	height:99px;
}
#Logo{
	background: url(images/logo.png) no-repeat;
	height:99px;
	width:273px;
	float:left;
	margin-right:30px;
}
#Menu {
	float:left;
	width:697px;
	padding:0px;
	height:44px;
	margin-top:22px;
}
	#Menu li {
		list-style:none;
		float:left;
		background:url(images/mainMenuSep.gif) repeat-y left;
		height:44px;
		line-height:44px;
	}
		#Menu li a {
			line-height:44px;
			display:block;
			padding-left:10px;
			margin-left:2px;
			padding-right:11px;
			color:#eceaea;
			font-size:17px;
			text-decoration:none;
			text-shadow:1px 1px #000;
			outline:none;
		}
			#Menu li a:hover {
				background:url(images/menuOn.gif) repeat-x;
			}
			#Menu li:hover > a {
				background:url(images/menuOn.gif) repeat-x;
			}

		#Menu li ul {
			display:none;
			background:#474038 url(images/menuUlOn.png) repeat-x top;
			-moz-border-radius-bottomleft:5px;
			-webkit-border-bottom-left-radius:5px;
			-moz-border-radius-bottomright:5px;
			-webkit-border-bottom-right-radius:5px;
			border-radius-bottomright:5px;
			border-bottom-left-radius:5px;
			z-index:100;
		}
		#Menu li ul li {
			background:none;
			height:24px;
			border-bottom:1px solid #878478;
		}
			#Menu li ul li a {
				font-size:14px;
				padding-left:8px;
				padding-right:8px;
				margin-left:0px;
				height:24px;
				line-height:24px;
			}
				#Menu li ul li a:hover {
					background:#f7a510;
					color:#000;	
						text-shadow:none;
				}
			
		#Menu li:hover ul {
			display:block;
			position:absolute;
			padding:0px;
			padding-bottom:6px;
			padding-top:12px;
		}	
		#Menu li:hover ul li {
			float:none;
		}
#Slide {
	margin-top:6px;
	height:316px;
}		
#Lang {
	width: 45px;
	padding-top: 55px;
	padding-left: 228px;
}
#Hu, #Hu.inactive:hover {
	background: url(images/hu.png) no-repeat;
	width: 17px;
	height: 12px;
	display: block;
	float: left;
}

#En	 {
	background: url(images/eng.png) bottom no-repeat;
	width: 18px;
	height: 12px;
	display: block;
	float: right;
}
	#Hu:hover, #Hu.inactive {
		background: url(images/hu.png) bottom no-repeat;
		height: 12px;	
	}
	#En:hover, #En.active {
		background: url(images/eng.png) top no-repeat;
		height: 12px;	
	}
