td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
    display: block;
}

#FWTableContainer1 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
    position:absolute;
    margin:0px;
    width:126px;
    text-align:left;
}

#MMMenuContainer1_0 {
/* This ID is related to the master menu div for menu MMMenuContainer1_0 and contains the important positioning information for the menu as a whole */
    position:relative;
    left:0px;
    top: -5px;
    /*visibility:hidden;*/
    display: none;
    z-index:300;
}

#MMMenu1_0 {
/* This class defines things about menu MMMenu1_0's div. */
    position:relative;
    left:0px;
    top:0px;
    /*visibility:hidden;*/
    display: none;
    width:125px;
}

.MMMIFVStyleMMMenu1_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1_0 */
    border: none;
}

.MMMIVStyleMMMenu1_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1_0 */
    border: none;
}


#MMMenuContainer1_0 img {
/* needed for Mozilla/Camino/Netscape */
    border:0px;
}

#MMMenuContainer1_0 a {
/* Controls the general apperance for menu MMMenuContainer1_0's items, including color and font */
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ffffff;
    text-align:left;
    vertical-align:middle;
    padding: 2px;
    background-color:#999999;
    font-weight:bold;
    font-style:normal;
    display:block;
    position:relative;
    width: 122px;
    _width: 126px;
    margin-top: 2px;

}

#MMMenuContainer1_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1_0 */
    color:#ffffff;
    background-color:#767676;
    }



