/* General */
 .menu  a:hover img{
          filter: alpha(opacity=0);
          -ms-filter: alpha(opacity=0);
          opacity: 0.0;
          }
 a:hover {
          color: #CF3030
         }
 .top  a:link
                {
                  color: #FFFFFF ;
                  text-decoration: none ;
                } 
 .top  a:visited
                {
                  color: #FFFFFF ;
                  text-decoration: none ;
                } 
 .top  a:hover
                { 
                  color: #90C0CF;
                  text-decoration: underline;
                }
 .bottom  a:link
                {
                  color: #C03060 ;
                  text-decoration: none ;
                } 
 .bottom  a:visited
                {
                  color: #C03060 ;
                  text-decoration: none ;
                } 
 .bottom  a:hover
                { 
                  color: #C03060;
                  text-decoration: underline;
                }

