body {
	font-family: Arial, "ËÎÌå";
	font-size: 12px;
}
ul.menu {
	list-style:none;
	padding:0;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #6D93C7;
}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #6D93C7;
}
ul.menu li {
	position:relative;
	float:left;
	height: 22px;
}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #2C56A3;
}

ul.menu ul li {
	position:relative;
	width:148px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2C56A3;
	border-right-color: #2C56A3;
	border-bottom-color: #2C56A3;
	border-left-color: #2C56A3;
	height: auto;
}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#6E93C7}
ul.menu ul li a:hover {background-color:#2C56A3}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	font-weight:bold;
	width:134px;
	background-color: #6E93C7;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 13px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #2C56A3;
}
ul.menu .sub {
	background-color: #6E93C7;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 136px 10px;
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C56A3;
}/
