.mlink		{ text-decoration: none; color: #000000; font-weight: normal;}
.mlink:hover	{ text-decoration: none; color: #000000; font-weight: normal;}
.mlink:active	{ text-decoration: none; color: #000000; font-weight: normal;}
.mlink:visited	{ text-decoration: none; color: #000000; font-weight: normal;}

.menua           { color: #000000; text-decoration: none; }
.menua:hover     { color: #000000; text-decoration: none; }

#menu {
	background-color: #C7B299;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	margin: 10px;
	width: 180px;
}

.menuhide
{
  display: none;
}

.menushow
{
  display: block;
}


.menuitem {
	background-color: #9A8676;
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	height: 16px;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	cursor: hand;
}

.litmenuitem {
	background-color: #58749a;
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	height: 16px;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	cursor: hand;
}
.submenuitem {
	background-color: #C7B299;
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	height: 14px;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	font-size: 80%;
	cursor: hand;
}

.litsubmenuitem {
	background-color: #58749a;
	text-align: center;
	margin: 2px;
	left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	height: 14px;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	font-size: 80%;
	cursor: hand;
}
