A { 
       text-decoration: none; 
       font-family: 돋움; 
       font-size: 9pt; 
       color: darkblue; 
} 
A:hover { 
       text-decoration: underline; 
} 
#clickBar { 
       cursor: hand; 
       position: absolute; 
       top: 108; 
       right: 0; 
       z-index: 2; 
       width: 20; 
       height: 78; 
       background-color: #ffffff; 
       color: black; 
       font-family: 돋움; 
       font-size: 9pt; 
       text-align: center; 
       padding: 10 0; 
       border: 1 black solid; 
       border-right: 0;
       visibility: visible; 
} 
#menuDiv { 
       position: absolute; 
       z-index: 1; 
       width: 800; 
      
       top: 108; 
       right: 0; 
       border: 1 black solid; 
       background-color: white; 
       color: black; 
       padding: 10 5 5 5; 
       font-size: 10pt; 
       font-family: 돋움; 
       line-height: 160%; 
       visibility: hidden; 
} 
