/*
 Style for hover menu created by Chytrex
 17.09.2010
 */

#menu {
	position: relative;
	left: 0;
	top: 0;
}
#menu a:hover {
	color: #87cefa;
}
#menu ul, #menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul {
	position: absolute;
	top: 0;
}
#menu li  {
	display: block;
	width: 170px;
	height: 34px;
	float: left;
	cursor: hand;
}
#menu li span {
	display: block;
	width: 170px;
	height: 34px;
	line-height: 34px;
	cursor: hand;
	color: #eee;
	font-weight: bold;
}
#menu li span:hover {
	background: #5f788c;
	color: #87cefa;
}
#menu ul ul {
	display: block;
	width: 170px;
	background: #4d606f;
	visibility: hidden;
	top: 34px;
	z-index: 100;
	border-width: 0 1px 1px 1px;
	border-color: #fff;
	border-style: solid;
}
#menu ul ul li {
	float: none;
	width: auto;
	height: 34px;
	line-height: 34px;
}
#menu ul ul li a {
	height: 34px;
	line-height: 34px;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu ul ul li a:hover {
	border-width: 1px 0 1px 0;
	border-color: #fff;
	border-style: solid;
	color: #87cefa;
	height: 32px;
	line-height: 32px;
}
#menu ul li:hover ul {
	visibility: visible;
}
li#engrish {
	margin-left: 112px;
}
.cleaner {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	line-height: 0;
}