.main_menu_row{
    background-image: url("../img/menu/main_red_polosa.jpg");
    height: 35px; min-width: 800px; 
}  

/**--------------**/
     a.menu, a.menuPressed {
            text-decoration: none;             
            font-weight: normal;
            font-size: 11pt; 
            font-family: Times New Roman,Tahome,Verdana; 
            outline: 0px;
            position: relative;  
            top:10px;
        }
        a.menu,a.menu:visited,a.menu:active{            
            color: white;
        }
        a.menuPressed:hover, a.menu:hover {            
            color: rgb(132,255,255)   ;
        }
        /**-----------------------------------------**/
        a.menuPressed,a.menuPressed:visited,a.menuPressed:active {
           color: rgb(0,247,247);
        }
        
    /**-----------------------------------------**/
a.smenu{
    font-size: 14pt;        
    color:rgb(0,132,132);         
    text-decoration:none;   
} 
a.smenu:visited{
    color: rgb(0,132,132);         
}
a.smenu:hover{        
    color: rgb(0,82,82);
}
a.link_red{
    color:rgb(148,0,0); 
    text-decoration: none; 
}