.bpop {
	display: none;
     
     font-size: 8pt;
     text-decoration: none;
     z-index : auto;
     text-decoration: none;
}

.bpopleft {
	display: none;
     
     font-size: 8pt;
     text-decoration: none;
     z-index : auto;
     text-decoration: none;
}

a.itr:hover {
	border-width: 0; /* IE */
    color: #000;
    font-size: 8pt;  
    z-index : 1004;
    text-decoration: none;
    	position: relative;
}
 
.itr {
	position: noraml;
    text-decoration: none;
	color: #000;      
    font-size: 8pt;
    z-index : 0; 
    width:98%;
     
}


.itr:active { 
    font-size: 8pt;
    color: black;
    font-weight: normal; 
    text-decoration: none;  
    z-index : 1001;     
   
}



.itr:link { 
        font-size: 8pt;
        font-weight: normal; 
        color: black;
        text-decoration: none;   
         z-index : 1002;
}


.itr:visited { 
   
   font-size: 8pt;
   color: black;
   font-weight: normal;     
    z-index : 1003;
      text-decoration: none;
}


.itr:hover {

 text-decoration: none;
}

 
 
.itr:hover .bpop {
	display: block;
	position: absolute;
	background-color: #FCFFE0;
	padding: 5px 5px 5px 5px;
	border: 1px #000 solid;
    white-space: normal;
    width : 15em;
    font-size: 8pt;
	left: 0.1em;
	top: 2.5em;
    text-align : center;
    text-decoration: none;
   z-index : 1005;
} 


.itr:hover .bpopleft {
	display: block;
	position: absolute;
	background-color: #FCFFE0;
	padding: 5px 5px 5px 5px;
	border: 1px #000 solid;
    white-space: normal;
    width : 15em;
    font-size: 8pt;
	left: -5em;
	top: 2.5em;
    text-align : center;
    text-decoration: none;
    z-index : 1005;
} 
 