@CHARSET "UTF-8";

#topbar{
position:absolute;
right: 0;
visibility: hidden;
z-index: 100;
padding: 0;
float:right;
display:inline;
}
*+html #topbar{ width:104px; }
*html #topbar{ width: 0px; }

#topbar A.qqa:link {COLOR: #333333; text-decoration: none}
#topbar A.qqa:visited {COLOR: #333333; text-decoration: none}
#topbar A.qqa:active {COLOR: #333333; text-decoration: underline;}
#topbar A.qqa:hover {COLOR: #000; text-decoration: underline;}

#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}
