﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* Menu Styles */

a:active
{
    color: #708090; /* SlateGray */
   /* background-color: #f5f5f5;  WhiteSmoke */
    background-image: url("http://www.chfm.org/images/nav/nav-green.gif");
}


.mnu1 
{
    font-family:Verdana;
    font-size:11pt;
    font-weight:bold;
  /*  background-color: #f5f5f5;  WhiteSmoke */
}

.mnu1_staticmenuitemstyle_top
{
    color: #708090; /* SlateGray */
    /*background-color: #f5f5f5;  WhiteSmoke */
}

.level2
{
    background-color: #f5f5f5; /* WhiteSmoke */
}

div.mnu1 ul li .selected
{
    color: #708090; /* SlateGray */
    background-color: #f5f5f5; /* WhiteSmoke */
    background-image: url("http://www.chfm.org/images/nav/nav-green.gif");
}

div.mnu1 ul li a:hover
{
    color: #708090; /* SlateGray */
    background-color: #f5f5f5; /* WhiteSmoke */
    background-image: url("http://www.chfm.org/images/nav/nav-green.gif");
}

.mnu2
{
    font-family:Verdana;
    font-size:9pt;
    font-weight:bold;
}

.mnu2_staticmenuitemstyle
{
    color: #708090; /* SlateGray */
    background-color: #f5f5f5; /* WhiteSmoke */
}

.mnu2_dynamicmenuitemstyle
{
    color: #708090; /* SlateGray */
    background-color: #f5f5f5; /* WhiteSmoke */
}

div.mnu2 ul li .selected
{
    color: #708090; /* SlateGray */
    background-color: #f5f5f5; /* WhiteSmoke */
    background-image: url("http://www.chfm.org/images/nav/nav-green.gif");
}

div.mnu2 ul li a:hover
{
    color: #708090; /* SlateGray */
    background-image: url("http://www.chfm.org/images/nav/nav-green.gif");
}