ul.menu {
	list-style:none;
	margin:0;
	padding:0
}
ul.menu * {
	margin:0;
	padding:0;
	text-align: center;
}
ul.menu a {
	display:block;
	color:#e8e8dc;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
ul.menu li {
	position:relative;
	float:right;
}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #333333;
}
ul.menu ul li {
	position:relative;
	width:148px;
	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: #464942;
	border-right-color: #464942;
	border-bottom-color: #464942;
	border-left-color: #464942;
	right: 1px;
}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#252620
}
ul.menu ul li a:hover {
	background-color:#090906
}
ul.menu ul ul {
	left:148px;
	top:-1px
}
ul.menu .menulink {
	padding:5px 7px 7px;
	font-weight:bold;
	background:#252620;
	width:134px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #464942;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background:#252620;
}
ul.menu .sub {
	background:#424438 url(../img_menu/arrow.gif) 136px 8px no-repeat
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464942;
}
