a#popup2:visited {color:#000; 
text-decoration:none;
z-index:10;
} 

a#popup2 {color:#000; 
text-decoration:none; 
position:relative; 
left:0px; 
font-weight:bold;} 

a#popup2 span {display:none;
} 
a#popup2:hover {color:#000; 
cursor:default;
} 
a#popup2:hover #popbox2 {display:block; 
position:absolute; 
top:25px;; 
left:-25px;; 
width:175px; 
height:125px; 
background-color:white; 
color:black; 
border:2px solid gray; 
text-align:left; 
font-family:verdana; 
font-size:11px; 
padding-left:40px; 
padding-top:20px;}
 
a#popup2:hover #poptop2 {display:block; 
position:absolute; 
top:0; 
left:0; 
width:170px;
height:18px; 
color:#00c; 
background-color:black; 
color:#fff; 
text-align:left; 
font-weight:bold; 
border-bottom:4px ridge orange; 
line-height:20px;} 

a#popup2:hover #boxtext2 {display:block; 
position:absolute; 
top:70px; 
left:1px; 
width:170px;  
background-color:white; 
text-align:center; 
font-size:9px; 
font-weight:normal; 
font-family:verdana;} 
