.menu1 {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	padding-left: 6px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDE6DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	width: 108px;
	background-color: #B69174;

}
.menu2 {
	color: #663300;
	font-size: 11px;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left: 18px;
	text-indent: -18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	width: 96px;


}
.menuheader {
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 6px;
	display: block;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDE6DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	background-color: #A17550;
	width: 108px;
}

.menu1:hover, .menu2:hover, .menuheader:hover 
{
	background-color: #C7AB94;
	text-decoration: none;
	color: #FFFFFF;
}

.menu1:visited, .menu2:visited
{
	text-decoration: none;
	color: #663300;
}

.menuheader:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}
.deadheader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #663300;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDE6DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	background-color: #D0BBA8;
	width: 108px;
}
