#listMenuRoot {
	margin-left:25px;
}
.menulist, .menulist  ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
.menulist ul {
	 display: none;
	position: absolute;
	top: 10px;
	margin-top: 11px;
	left: -1px;
	width: 200px;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 198px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #F8F7F6;
	margin-right: -1px;
	font: bold 12px arial;
	padding:0px 18px 0px 0px;
}
.menulist ul li {
	border: solid 1px #DDDDDD;
	padding:0px;
	font: normal 11px arial;
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background: #FFFFFF;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
	display: block;
	padding: 3px;
	color:#998473;
	text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #FECC35;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #FEA621;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
