.menulist, .menulist ul {
 margin: 0;
 padding: 0;
/* width: 105px; */
 width: 125px;
 list-style: none;
}







.menulist ul {



	display: none;



	position: absolute;



	top: -1px;



/*	left: 100px; */
	left: 110px; 



}







.menulist li {
 position: relative;
 margin-bottom: -1px;
}



.menulist ul>li:last-child {



	margin-bottom: 1px;



}







.menulist a {



	display: block;



	padding: 3px;



	text-decoration: none;



}







.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {



 color: #FF6600;



}



.menulist a.highlighted {



 color: #FFB062;



}







	







.menulist a .subind {



	float: right;



}







*:first-child+html .menulist li {



 float: left;



 width: 100%;



}







* html .menulist li {



 float: left;



 height: 1%;



}



* html .menulist a {



 height: 1%;



}







.menulist1 a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #FFFFFF;
	width: 90px; 
	background-color: #663300;
	background-position: center center;
}

