#id2 td:hover ul, #id2 td.over ul {display:block;
                        position:absolute;
                        margin: 0;
	                list-style: none;
	                width: 133px;
                        text-decoration: none;
	                color: #000080;
                        background: #fff;
	                padding: 5px;
	                }
#id1 ul {display:none;width: 150px;}

#id1 a{      text-decoration: none;
	       color: #0000FF;
               font-size:11pt;
        }  

#id1 a:hover{color: #000080;}