a.menu: {
	color: ##0033CC;
	padding: 2px;
}

a.menu:visited {
  color: #0033CC;
  padding: 2px;
}

a.menu:hover {
	text-decoration: none;
	color: #D6BEB4;
	background-color:#000000;
	padding: 2px;
}

a.menu:active {
	color: ##0033CC;
	padding: 2px;
}


a.hidden {
  color: #0000FF;
}

a.hidden:visited {
  color: #003399;
}

a.hidden:hover {
	text-decoration: underline;
	color: #990066;
}

a.hidden:active {
  color: #0000FF;
}

.border4 {
	border: 1px groove #663300;
}
.brdrBrnBtm {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #9B7E6C;
	border-right-color: #9B7E6C;
	border-bottom-color: #CC6600;
	border-left-color: #9B7E6C;
}
