
a:hover {
	background:rgb(206, 216, 222); 
	color: white; text-decoration:none; 
	
	} /*BG color is a must for IE6*/
	
a.nohover:hover {
	background: none;
border: none;

}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:130px;
	}
	
a.tooltip:hover span{
	
	display:inline; 
	position:absolute;
	padding:1em 1em 1em 1em;
	background: transparent url(images/yellow399.jpg) no-repeat ;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95; 
	width:425px;
	top: 430px;
	height:270px;
	right:160px;
	
	margin:0;
	color:black;
	z-index: 100;
}



a.tooltip1 span {
	display:none; 
	padding:2px 3px; 
	margin-left:30px; 
	width:130px;
	}
	
a.tooltip1:hover span{
	display:inline; 
	position:absolute;
	padding:1em 1em 1em 1em;
	background: transparent url(images/yellow399.jpg) no-repeat ;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95; 
	width:425px;
	top: 230px;
	height:270px;
	right:55px;
	
	margin:0;
	color:black;
	z-index: 100;
}

img.nick {
	position:relative;
	left: -2em;
	
}

img.nicktran {
	position:absolute;
	left: -2em;
	
}
#panel1 {
	background-color: rgb(125, 127, 154);
	color: white;
	padding: 1em 1em 1em 1em;
	border-style:outset;
}


