.menu
{
	color: #000000;
	width: 100%;
	background-color: #999999;
	font-size: 10pt;
	height: 22px;
}

.menu TD
{
	color: #000000;
	background-color: #999999;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.menu TD A
{
	color: #000000;
	background-color: #999999;
	font-size: 10pt;
	text-decoration: none;
	width:100%;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	border: 2px outset #CCCCCC;
}

.menu TD A:hover
{
	color: #0000FF;
	background-color: #CCCCCC;
	font-size: 10pt;
	text-decoration: none;
	width:100%;
}


.menu BUTTON
{
color: white;
background-color: #718630;
font-size: 10pt;
margin: 0px;

text-decoration: underline;
}

.menu A A:hover A:link A:active A:visited
{
color: #000000;
}