
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
background : #333365;
color : #fffacd;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
A:link {
color : #ffcc00;
}
A:visited {
color : #ffa500;
}
A:active {
color : #ff4500;
}
A:hover {
color : yellow;
text-decoration : underline;
}
.treemenu {
list-style-type : none;
margin-left : 0;
padding : 0;
}
.treemenu UL {
list-style-type : none;
margin-left : 10px;
padding : 0;
}
.treemenu A {
padding-left : 15px;
text-decoration : none;
}
.treemenu .treeopen {
background-position : left 50%;
background-image : url(listmenu_open.gif);
background-repeat : no-repeat;
}
.treemenu .treeclosed {
background-position : left 50%;
background-image : url(listmenu_closed.gif);
background-repeat : no-repeat;
}
ulOFF {
border-right : 1px solid red;
border-top : 1px solid red;
border-left : 1px solid red;
border-bottom : 1px solid red;
}
liOFF {
border-right : 1px solid blue;
border-top : 1px solid blue;
border-left : 1px solid blue;
border-bottom : 1px solid blue;
}
