a.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: 1px solid#EDE6DE;
	border-bottom: 1px solid #663300;
	width: 108px;
	background-color: #B69174;

}
a.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;


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

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

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

a.menuheader:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a.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;
}

