
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: #bfbfbf url(images/grey3top.jpg) no-repeat ;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; 
	width:418px;
	top: 460px;
	height:150px;
	right:78px;
	border-bottom:2px solid #777777;
	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; 
	background:rgb(220, 226, 231); 
	width:600px;
	top:150px;
	right:200px;
	border:1px solid rgb(51, 107, 129); 
	color:black;
}
