 tr.topmenu {
            background-image: url('../img/menu/topmenu_bg1.jpg');
            background-color:  #ff8e51; 
            height: 39px; max-height: 39px; 
        } 
 tr.bottommenu {
         /*  background-image:url( my-personal-fire-image.jpg); height: 3em;*/
          background-image: url('../img/menu/bottommenu_bg.jpg'); 
          height: 100px;
        }
.submenu{
    position:absolute;
    z-index:2; 
    display:none;
    background-image: url('../img/menu/menu_fon.jpg');
}
td.knopka {
            vertical-align: middle;
            text-align: center;
            width: 20%;
            background-image: url('../img/menu/menuitem_bg.jpg');
            background-repeat: no-repeat;
            background-position: right;
            height: 39px;
}
td.prknopka{
            vertical-align: middle;
            text-align: center;
            width: 20%;
            background-image: url('../img/menu/menuitem_bg.jpg');
            background-repeat: no-repeat;
            background-position: right;
            height: 39px;
}
/**--------------**/
     a.menu {
            text-decoration: none;
            text-transform: uppercase;
            color: #ffffff;
            font-weight: bolder;
            font-size: 12pt; 
            font-family: Times New Roman,Tahome,Verdana; 
        }
        a.menu:visited {            
            color: #ffffff;
        }
        a.menu:active {            
            color: #ffffff;
        }
        a.menu:hover {            
            color:     Blue  ;
        }
        /**-----------------------------------------**/
        
        a.menuPressed {
            text-decoration: none;
            text-transform: uppercase;
            color:rgb(0,0,182) ;
            font-weight: bolder;
            font-size: 12pt; 
            font-family: Times New Roman,Tahome,Verdana; 
        }
     /*   a.menuPressed:visited {            
            color: #ffffff;
        }
        a.menuPressed:active {            
            color: #ffffff;
        }
        a.menu:hover {            
            color:Blue ;
        }*/
    /**-----------------------------------------**/
a.smenu{
    font-size: 14pt;        
    color:White;         
    text-decoration:none;   
} 
a.smenu:visited{
    color: White;         
}
a.smenu:hover{        
    color:Blue;
}
/***---------------------------------------------------***/
table.menutable{  
        border-collapse: collapse; 
        border-color: White ;
        border-style: solid ;   
        border-width: 1px;
	padding:0px;
        margin:0px;
}
table.menutable TR:hover {
    background:rgb(89,147,255); 
}
table.menutable td{
    font-size: 14pt; 
    padding-left:12px;         
    color:rgb(148,148,148);         
    
}
table.menutable td:hover{            
    color:White;       
}
