
.menus {
	VISIBILITY: hidden; POSITION: absolute; clip:   rect(   ); height: -20px
; font-family: "Courier New", Courier, mono
}
#img_my { POSITION: relative }

.menus a{
   display: block;
   width: 100%;

   padding: 2px;
   margin: 0px;
   font-family: "Courier New", Courier, mono;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #6E521A;
; background-color: D5B889
}
.menus a:hover {
   padding: 2px;
   margin: 0px;
   font-family: "Courier New", Courier, mono;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #000000;
; background-color: B58C5F
}.dropmenu a:visited { 
   display: block;
   width: 100%;

   padding: 2px;
   margin: 0px;
   font-family: "Courier New", Courier, mono;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #6E521A;
   background-color: #D6BB8C;
 } 
