.menulist {
	list-style-type: none;
	clear: both;
	background: #DED0B8 url(../images/bg-main.gif) repeat top left;
	height: 25px;
	line-height: 25px;
    margin-top: 0px;
}
.menulist li {
	float: left;
	display: block;
	color: #5A3D1C;
	position: relative;
}
.menulist a {
	color: #5A3D1C;
	text-decoration: none;
	padding-left: 10px;
	
}
.menulist li ul {
	background-color: #DED0B8;
	text-align: left;
}
.menulist li ul:hover {
    padding-left: 0px !important;
	color: black;
	line-height: 25px;
    width: 190px;
    display: block;    
}
.menulist li ul:hover span{
    padding-left: 10px !important;
    display:block;
}

.menulist a:hover {
	color: black;
}
/* --------------- */
.menulist, .menulist  ul {
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 1.1em;
	margin-top: 13px;
	left: 0px;
	width: 190px;
}
.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 190px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
		
}
.menulist ul li a{
width: 190px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
/* Mozilla fix */
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: black;
		
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
color: black;
background-color: #EDE6D9;		
}

.menulist a.highlighted {
	color: black;
	
}
/* 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 */