#menu {
position:fixed;
right:-20px;
bottom:3%;
height:30px;
width:600px;
display:inline;
z-index:20;
}


img{
text-decoration:none;
cursor:pointer;
border:none;
}

img:link{
text-decoration:none;
border:none;
cursor:pointer;

}
img:visited{
text-decoration:none;
border:none;
cursor:pointer;

}
img:hover{
text-decoration:none;
border:thin #666666 solid;
cursor:pointer;
}

img:active{
text-decoration:none;
border:none;
cursor:pointer;
}