#topbar2{
position:absolute;
padding: 2px;
background-color: lightyellow;
width: 100px;
visibility: hidden;
z-index: 100;
top:600px;
font-size: 12px;
}
/*将对象从文档流中拖出，使用 left ， right ， top ， bottom 等属性相对于其最接近的一个最有定位设置的父对象进行绝对定位。如果不存在这样的父对象，则依据 body 对象。而其层叠通过 z-index 属性定义;
内距为2px;
宽100px；

visibility: hidden;的意思是对象隐藏。可能是针对表格的；
距顶600PX或是页面高600px；
字体12PX


*/
#topbar A.qqa:link {COLOR: red; text-decoration: none}
#topbar A.qqa:visited {COLOR: red; text-decoration: none}
#topbar A.qqa:active {COLOR: red; text-decoration: none}
#topbar A.qqa:hover {COLOR: blue; text-decoration: none}

#topbar A.qqb:link {COLOR: black; text-decoration: none}
#topbar A.qqb:visited {COLOR: black; text-decoration: none}
#topbar A.qqb:active {COLOR: black; text-decoration: none}
#topbar A.qqb:hover {COLOR: blue; text-decoration: none}


#topbar{
border :  none ;
width  : 105px;
height:210px;
position:absolute;
float:right;
z-index: 100;

font-size: 12px;
}

#topbar ul{
margin-top:70px;
margin-left: 0px;
padding-left:0px;
}

#topbar ul li{

list-style-type : none;
margin-left: 15px;

}













