.image{
border-style:outset;
border-color: red;
border-width:0px;
}
.menu{
position:absolute;
margin-left: 188px;
margin-top: -55px;
visibility: hidden;
border:1px solid black;
border-bottom-width: 1;
line-height: 18px;
z-index: 100;
background-color: #EFE9DD;
width: 175px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.menu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.menu a:hover{ /*hover background color*/
background-color: #616631;
color: white;
}

.bottom {
	border-bottom:1px solid black;
}