.menu
{
	clear: both;
	padding: 0px;
	margin-right: 0px;
	text-align: right;
}
.menu ul
{
	width: 160px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	display: block;
	float: right;
}
.menu li.level1
{
	width: 160px;
	height: 40px;
	border: none;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline-block;
	margin-top: 10px;
	border: 1px outset gray;
}
.menu a
{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 160px;
	height: 40px;
	background: transparent url('/images/menuback.jpg');
	text-decoration: none;
	letter-spacing: -.5px;
	color: white;
	font-family: "Verdana","Arial";
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	text-indent: 10px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.menu a:hover
{
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	background-color: white;
}
.menu a:visited
{
	color: #965035;
}
.menu li.level2
{
	margin: 0px;
	width: 140px;
	height: 20px;
	padding: 0px;
	display: block;
	float: right;
	margin-bottom: 4px;
	margin-top: 2px;
	color: white;
}
.menu a.level2
{
    margin: 0px;
	padding: 0px;
	width: 140px;
	display: block;
	background: none;
	background: transparent url('/images/463F47back50.png');
	color: white;
	font-family: Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: -.5px;
	line-height: 22px;
	height: 22px;
}
.menu a.level2:hover
{
	margin: 0px;
	height: 22px;
	width: 140px;
	padding: 0px;
	display: block;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	background-color: #3D6125;
	line-height: 22px;
}
.menu a.level2:visited
{
	color: #91A477;
}

