
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 width: 93px;
}
.special_menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 width: 153px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 108px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 border-bottom: 1px solid #5E491D;
 border-right: 1px solid #5E491D;
 padding-left: 0px;
 margin-right: 0px;
 width: 93px;
}
.menulist img {
	padding: 5px 0 5px 3px;
}
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul {
 padding-top: 13px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
 display: block;
 padding: 3px;
 color: #5E491D;
 text-decoration: none;
 font: normal 10px Arial, Times, serif;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #5E491D;
 background-color: #FFF;
 text-decoration: underline;
}
.menulist a.highlighted {
 color: #5E491D;
 background-color: #FFF;
}
.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 */

.menulist_result, .menulist_result  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 margin-top: 0px; 
}
*:first-child+html .menulist_result {
 margin-top: -3px; 
}
.menulist_result ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 width: 83px;
}
.menulist_result ul ul {
 top: -1px; margin-top: 0;
 left: 98px;
}
.menulist_result li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 border-right: 1px solid #5E491D;
 border-top: 0px;
 text-align: center;
 margin-right: 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 width: 93px;
 color: #6F3418;
 text-transform:uppercase;
 font: normal 11px Arial, Times, serif;
 height: 22px;
}
