.menuH {
	background-color: #F68B19;
	color: #582C16;	
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	height:10px;
}

.TMenu {
	color: #582C16;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	line-height:16px;
	font-weight:bold;
}	
.Menu ul {
	padding-right:0px; 
	padding-left:0px; 
	padding-bottom:0px; 
	margin:0px; 
	padding-top:0px; 
	list-style-type:none
}
.Menu li {
	z-index:100; 
	float:left; 
	position:relative;
}
.Menu table {
	z-index:80; 
	left:-1px; 
	position:absolute; 
	top:25px; 
	border-collapse:collapse;
}
.Menu a {
	display:block; 
	width:154px; 
	height:15px;
	background-color: #F68B19;
	color: #5B2302;
	font-size:12px;
	text-align:center; 
	text-decoration:none;
	font-weight:bold;
	padding-left:0px; 
	padding-bottom:7px;
	padding-right:0px;	
	padding-top:7px; 
	margin-right:0px;
  	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;	
	border-top-color: #C15A1C;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#FFC273;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color: #660F0B;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #FDEAC6;
	border-right-style:solid;
	border-right-width:1px;
}

.Menu :hover {
	background-color: #FFB755;
	color: #5B2302;	
	visibility: visible;
}
.Menu ul ul {	
	width:153px; 
	position:absolute;
	height:0px;
	visibility: hidden;
}
.Menu ul li:hover ul {
	visibility:visible;
}
.Menu ul a:hover ul {
	visibility:visible;
}

.MenuOut {
	display:block; 
	width:154px; 
	height:15px;
	background-color: #FFB755;
	color: #5B2302;	
	padding-left:0px; 
	padding-bottom:7px;
	padding-right:0px;	
	padding-top:7px; 
	margin-right:0px;
  	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;	
	border-top-color: #660F0B;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color: #FDEAC6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color: #660F0B;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #FDEAC6;
	border-right-style:solid;
	border-right-width:1px;
	font-size:12px;
	text-align:center; 
	text-decoration:none;
}