
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index:999;
}
.menulist{
	position:absolute;
	left:17px;
	top:190px;
	}

.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 22px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 222px;
 background:#e9ded9;
 padding-top:6px;
 z-index: 1101;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
 font-size:15px;
 font-weight:bold;
 padding:0 1px 0 0;
 background:url(/theme/images/bg_subnav.png)  right 0 no-repeat;
}
.menulist.nav2 li {
 background:url(/theme/images/bg_subnav2.png)  right 0 no-repeat;
	}
.menulist ul li {
 float: none;
 margin: 0;
 font-size:13px;
 font-weight:normal;
 background:#e9ded9;
 padding:0 20px 0 22px;
 z-index: 999;
}
.menulist.nav2 ul  li {
	background:none;
	}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist ul>li:last-child a{
	border:0;}
.menulist>li:last-child{
	background:none;
	}
.menulist a {
 display: block;
 padding:8px 20px 12px 22px;
 color: #654327;
 text-decoration: none;
}
.menulist.nav2 a{
	color:#da7a06;
	}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #ac7c31;
}
.menulist a.highlighted {
 color: #ac7c31;
 background:url(/theme/images/bg_subnavli.png) 0 0 repeat-x;
}
.menulist.nav2 a.highlighted{
	color:#4d3830;
	}
.menulist.nav2 a:hover{
	color:#4d3830;
	}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
 border-bottom:#bca397 1px dotted;
 padding:7px 20px 8px 22px;
}
/* \*/
.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 */