<!--

#menu {
	position: relative;
	left:40px;
	z-index:100;
	font-weight:bold;
	color:white;
	top:2px;
}

#menu td {
	background:#693D1F;
}

.ssmenu_td  {
	background:#C06F38 !important;
}

#menu dd {
	margin-top:2px;
	margin-left:0px;
	padding-left:0px;
	border: 0px solid gray;
}

#menu a {
	color:white;
	text-decoration:none
}

#menu a:hover,  #menu a:active {
	color: #FCA400;
	text-decoration:underline;
}

.darkbg {
	background:#693D1F !important;
}

.lightbg {
	background:#C06F38 !important ;
}
 
-->