.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: lowercase;
}
.menulist ul {
	display: none;
 	position: absolute;
 	letter-spacing: 0em;
 	font-weight: normal;
	font-size: 13px;
 	top: 1.0em; margin-top: 15px;
 	left: -1px;
 	width: 150px;
 	text-transform: lowercase;
}
.menulist ul li a {
	color: #ffff;
	border: 1px #fff solid;
	background-color: #5c5b5b;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #ffff;
	border: 1px #ffff solid;
	background-color: #4a4949;
}
.menulist ul li a.highlighted {
	color: #ffff;
	background-color: #4a4949;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: -192px;
	width: 190px;
	text-transform: lowercase;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #5c5b5b;
	margin-right: -1px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #eee;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #ffff;
}
.menulist a.highlighted {
	color: #ffff;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: left;
}
.menulist a {
	float: left;
}
.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%;
}
