/*------------------------------------------------------------------------------
CJG MENU v1.0 - Html Tree Menu Structure - Copyright (C) 2002 CARLOS GUERLLOY
cjgmenu@guerlloy.com
guerlloy@hotmail.com
carlos@weinstein.com.ar
Buenos Aires, Argentina
------------------------------------------------------------------------------*/

TABLE.tm A {                                                 /* Style for anchors */

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-decoration:none; color:#000000; cursor:hand; }
TABLE.tm A:hover {                                         /* Style for anchors */
        text-decoration:underline; color:#000000; cursor:hand; }
TABLE.tm TD {                                                 /* Style for all texts */
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; }
TABLE.tm A.sel {                                         /* Style for selected links */
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color:#FFFFFF; background-color:#0000FF; padding-right:4px; }
TABLE.tm A.sel:hover {                                         /* Style for anchors */
       font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-decoration:underline; background-color:#0000FF; color:#FFFFFF; cursor:hand; }


