div#indexL1 {
	background-image: url(/images/menu_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 22px;
	width: 80px;
}
div#indexL1 a:link, div#indexL1 a:visited {
	background-color: transparent;
	color: #f90000;
	padding: 0px 0px 0px 10px;
	width: 76px;
	height: 22px;
}
div#indexL1 a:hover {
	color: black;
}

div#indexL2 {
	background-image: url(/images/menu_2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #f90000;
	height: 22px;
	text-align: left;
}
div#indexL2 a:link, div#indexL2 a:visited {
	background-color: transparent;
}
div#indexL1 a:hover {
	color: black;
}

.phplmnormal	{
	background-color: #f90000;
	color: #3E8AF7;
}

a.phplm:link, a.phplm:visited, a.phplm:active {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	background-color: #f90000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	height: 22px;
}
a.phplm:hover, .phplmmenuitem_hover a.phplm:link, .phplmmenuitem_hover a.phplm:visited {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	color: black;
	background-color: #f90000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	height: 22px;
}


.phplmmenuitem	{
	cursor: pointer;
	background-color: #f90000;
	height: 22px;
}
.phplmmenuitem_hover	{
	cursor: pointer;
	background-color: #f90000;
	height: 22px;
}

