td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
    display: block;
}

#FWTableContainer4 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
    position:absolute;
    margin-left:126px;
    width:191px;
    text-align:left;
}

#MMMenuContainer4_0 {
/* This ID is related to the master menu div for menu MMMenuContainer4_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;
}

#MMMenu4_0 {
/* This class defines things about menu MMMenu4_0's div. */
    position:relative;
    left:0px;
    top:0px;
    /*visibility:hidden;*/
    display: none;
    width:191px;
}

.MMMIFVStyleMMMenu4_0 {              /*  STEJNY  */
/* This class determines the general characteristics of the menu items in menu MMMenu4_0 */
    border: none;
}

.MMMIVStyleMMMenu4_0 {               /* STEJNY  */
/* This class determines the general characteristics of the menu items in menu MMMenu4_0 */
    border: none;
}

#MMMenuContainer4_0 a {
/* Controls the general apperance for menu MMMenuContainer4_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 2px;
    background-color:#999999;
    font-weight:bold;
    font-style:normal;
    display:block;
    position:relative;
    margin-top: 2px;
    width: 187px;
    _width: 191px;
}

#MMMenuContainer4_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer4_0 */
    color:#ffffff;
    background-color:#767676;
}



