.menulist, .menulist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 13px/20px sans-serif;
}
.menulist ul {
	display: none;
	left: -1px;
	margin-top: 13px;
	position: absolute;
	top: 1.0em;
	width: 153px;
}
.menulist ul ul {
	left: 148px;
	margin-top: 0;
	top: -1px;
}
.menulist li {
	background: #C7D6F1;
	border: 1px solid #355F95;
	display: block;
	float: left;
	margin-right: -1px;
	position: relative;
	text-align: center;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	color: #000;
	display: block;
	padding: 3px;
	text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background-color: #99B9F3;
	text-decoration: none;
}
.menulist a.highlighted {
	background-color: #99B9F3;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
.menulist a {
	float: left;
	width: 145px;
}
.menulist ul a {
	float: none;
}
.menulist a {
	float: none;
}
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
