.menu {
	background-color: #000000;
	color: #ffffff;
	height: 26px;
	vertical-align: middle;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.phplmnormal	{
	background-color: #000000;
}

a.phplm:link, a.phplm:visited, a.phplm:active {
	color: #ffffff;
	text-decoration: none;
	margin: 2px 0px 0px 6px;
	padding: 2px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	height: 17px;
	white-space: nowrap;
}
a.phplm:hover, .phplmmenuitem_hover a.phplm:link, .phplmmenuitem_hover a.phplm:visited {
	color: #ff0000;
	text-decoration: none;
	margin: 2px 0px 0px 6px;
	padding: 2px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	height: 17px;
	white-space: nowrap;
}

.phplmmenuitem	{
	background-color: #000000;
	cursor: pointer;
	height: 17px;
	white-space: nowrap;
	vertical-align: middle;
}
.phplmmenuitem_hover	{
	background-color: #000000;
	cursor: pointer;
	height: 17px;
	color: #ff0000;
	white-space: nowrap;
	vertical-align: middle;
}

.phplmenusep {
	vertical-align: middle;
	width: 1px;
}
