#logo img {
opacity:0.4;
filter:alpha(opacity=40); /*IE8 ve öncesi*/
}

#logo img:hover {
opacity:1;
filter:alpha(opacity=100); /*IE8 ve öncesi*/
}