.bpop {
	display: none;
     color: #000;
     font-size: 8pt;
     text-decoration: none;
     z-index : auto;
     text-decoration: none;
}

.bpopleft {
	display: none;
     color: #000;
     font-size: 8pt;
     text-decoration: none;
     z-index : auto;
     text-decoration: none;
}

a.itr:hover {
	border-width: 0; /* IE */
    color: #000;
    z-index : 1004;
    text-decoration: none;
    	position: relative;
}
 
.itr {
	text-decoration: none;
	color: #fff;      
    z-index : 0;
}


.itr:active { 
    color: #fff;
    font-weight: normal; 
    text-decoration: none;  
    z-index : 1001;     
   
}



.itr:link { 
        font-weight: normal; 
        color: #fff;
        text-decoration: none;   
         z-index : 1002;
}


.itr:visited { 
   
   color: blue;
   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;
    left: -10.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;
    left: -15em;
	top: 2.5em;
    text-align : center;
    text-decoration: none;
    z-index : 1005;
} 
 