.treemenudiv_ext, .treemenudiv_ext_hover {
    width:150px;
    height:18px;
    text-align:left;
    font-weight:bold;
    font-size:10pt;
    color:#306;
    margin-top:5px;
    margin-bottom:5px;
    cursor:pointer;
    border-top:1px solid #306;
    border-left:1px solid #306;
    border-bottom:2px solid #306;
    border-right:2px solid #306;
    background-color:#FF993F;
}
.treemenudiv_ext_hover {
    background-color:white;
}
.treemenudiv_mid, .treemenudiv_mid_hover {
    width:140px;
    height:18px;
    text-align:left;
    font-weight:bold;
    font-size:9pt;
    color:#306;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 5px;
    cursor:pointer;
    border-top:1px solid #609;
    border-left:1px solid #609;
    border-bottom:2px solid #609;
    border-right:2px solid #609;
    background-color:#ffb574;
}
.treemenudiv_mid_hover {
    background-color:white;
}
.treemenudiv_int, .treemenudiv_int_hover {
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    width:130;
    height:16px;
    text-align:left;
    font-weight:bold;
    font-size:8pt;
    color:#306;
    border-top:1px solid #96B;
    border-left:1px solid #96B;
    border-bottom:2px solid #96B;
    border-right:2px solid #96B;
    background-color:#ffddc0;
    cursor:pointer;
}
.treemenudiv_int_hover {
    background-color:white;
}
.phplmnormal {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
    font-weight:bold;
    cursor:pointer;
}

a.phplmnormal:hover	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #306;
    font-weight:bold;
}

a.phplm:link {
	text-align:left;
	font-size: 8pt;
	color: #306;
    font-weight:bold;
	text-decoration: none;
}

a.phplm:visited	{
	text-align:left;
	font-size: 8pt;
	color: #306;
    font-weight:bold;
	text-decoration: none;
}

a.phplm:hover {
	text-align:left;
	font-size: 8pt;
	color: black;
    font-weight:bold;
	text-decoration: underline;
}

a.phplm:active {
	text-align:left;
	font-size: 8pt;
	color: black;
    font-weight:bold;
	text-decoration: none;
}
