#menu{
    border-right:1px outset #333;
    border-top:1px solid #EEE;
    visibility: hidden;
    border-left:1px solid #EEE;
    width: 165px;
    border-bottom:1px outset #333;
    position: absolute;
    background-color: #FFF;
	left:0px;
	top:0px;
}
#menu div{
    padding: 2px 6px;
    border-bottom:1px inset #000;
}

#menu a{
    font: bold 12px "Times New Roman", Times, serif;
	color:#000;
	background:transparent;
	text-decoration:none;
}

#menu a:hover,#menu div:hover{
   background-color:#ff0;
}

.frlft .wads{
	background-color:#fff;
	border:solid 1px #ccc;
        text-align:right;
        height:auto;
  }

.frlft .wads img{
    margin-bottom:-4px;
}

.frlft .google{
    margin:6px 0px;
    text-align:center;
}
