body {}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	font-size: 90%;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #68462A;
}
ul.menu li {
	float: left;
	position: relative;
}
ul.menu ul {
	position:absolute;
	display:none;
	opacity:0;
	list-style:none;
	width: 190px;
	top: 47px;
}
ul.menu ul li {
	position:relative;
	width:188px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B07A4B;
	border-right-color: #B07A4B;
	border-bottom-color: #B07A4B;
	border-left-color: #B07A4B;
}
ul.menu ul li a {
	display:block;
	background-color: #4A2F1C;
	padding: 7px;
}
ul.menu ul li a:hover {
	background-color: #856347;
	text-indent: 2px;
}
ul.menu ul ul {
	left:188px;
	top:-1px;
}
ul.menu ul ul li {
	position:relative;
	width:188px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B07A4B;
	border-right-color: #B07A4B;
	border-bottom-color: #B07A4B;
	border-left-color: #B07A4B;
}
ul.menu ul ul li a {
	display:block;
	background-color: #4A2F1C;
	padding: 7px;
}
ul.menu ul ul li a:hover {
	background-color: #AE8E68;
	text-indent: 2px;
}
ul.menu .menulink {
	border:1px solid #FFFFFF;
	width:188px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
ul.menu .menuhover{background-color:#856347}　
