/* project ......: mountain stewards web site */
/* program.......: menu.css                   */
/* author .......: mickey nardo               */
/* circa ........: 01/2006                    */

     body {
         font-family:       "helvetica, arial";
         font-size:         9pt;
         color:             #faf8e6;
         background:        url(system_graphics/burlap_background.gif);
         margin:            0}

     a, ul, li { 
         display:           block;
         margin:            0;
         padding:           2px;
         border:            0}

     a { 
         text-decoration:   none;
         padding:           3px;
         width:             140px}

     li>a {
         width:             auto}

     a, a:link, a:visited { 
         color:             #faf8e6;
         background:        url("system_graphics/menu_main.gif") no-repeat}

     a:hover { 
         color:             #000000;
         background:        url("system_graphics/menu_main_hover.gif") no-repeat}

     .sub a { 
         color:             #faf8e6;
         background:        url("system_graphics/menu_sub.gif") no-repeat;
         margin-left:       0.25cm}

     .sub a:link { 
         color:             #faf8e6;
         background:        url("system_graphics/menu_sub.gif") no-repeat;
         margin-left:       0.25cm}

     .sub a:visited { 
         color:             #faf8e6;
         background:        url("system_graphics/menu_sub.gif") no-repeat;
         margin-left:       0.25cm}

     .sub a:hover { 
         color:             #000000;
         background:        url("system_graphics/menu_sub_hover.gif") no-repeat;
         margin-left:       0.25cm}

