body {
	margin:25px;
	font:11px Verdana,Arial;
	background:#eee
}

#headerx {margin-left:60px; margin-bottom:20px; TEXT-ALIGN: center; font-weight: bold; font-size:300%;}  /* font-size:200%; */
#lhx {float:left; width:10%; height:auto;}
#rhx {float:right;width:10%; height:auto;}

.wrap {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.parent {
	display: block;
	position: relative;
	float: left;
	line-height: 30px;
	background-color: #4FA0D8;
	border-right: #CCC 1px solid;
}

.parent a {
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.parent:hover>ul {
	display: block;
	position: absolute;
}

.child {
	display: none;
}

.child li {
	background-color: #E4EFF7;
	line-height: 30px;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
	width: 150%;
}

.child li a {
	color: #000000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 10em;
}

ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}

li:hover {
	background-color: #95B4CA;
}

.parent li:hover {
	background-color: #F0F0F0;
}

.expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

.foot {padding-top:10px; font-weight: bold;}
