div.menu {margin:5px 0 0 0px;background:#000;height:30px;border-bottom:2px solid #cda96b}
table.menu {margin-top:8px;height:22px}
.phplmnormal {background-color: #000; color: #fff}
a.phplm:link, a.phplm:visited, a.phplm:active {	
	text-decoration: none;
	margin: 0 0 0 8px;
	padding: 0 2px 0 2px;
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	height: 20px;
	white-space: nowrap;
}
a.phplm:hover, .phplmmenuitem_hover a.phplm:link, .phplmmenuitem_hover a.phplm:visited {
	text-decoration: none;
	margin-left: 8px;
	padding: 0 2px 0px 2px;
	color: #cda96b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	height: 20px;
	white-space: nowrap;
}
table.menu .phplmmenuitem, table.menu .phplmmenuitem_hover {border-bottom:none}
.phplmmenuitem {
	cursor: pointer;
	background-color: #000;
	height: 20px;
	white-space: nowrap;
	text-align: left;
	border-bottom:1px solid #cda96b;
}
.phplmmenuitem_hover {
	cursor: pointer;
	background-color: #000;
	height: 20px;
	white-space: nowrap;
	text-align: left;
	border-bottom:1px solid #cda96b;
}
