/*HOVER POPUP LINKS*/

/*------------------------------*/
/*		  Pop-up Left			*/
/*------------------------------*/
/*hoverpopups type 1*/
#popupLft { }

#popupLft a, #popupLft a:visited {
	position: relative;
/*	display: block;
/*	width: 130px;
/*	line-height: 30px;
/*	text-align: right;
/*	padding: 0 10px;
/*	margin: 0;
/*	border: 1px solid #666;
/*	text-decoration: none;
/*	/*font-size: 1em;
/*	font-weight: bold;*/
}

#popupLft a span {
	display: none;
}

#popupLft a:hover { 
/*	background-color: #e9e9e2;	*/
}

/* the IE correction rule */
#popupLft a:hover	{
	color: #f00; 
}

#popupLft a:hover span {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 320px;
	padding: 5px;
	color: #335500;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	border-radius:15px;
}

/*------------------------------*/
/*		Pop-up Centered			*/
/*------------------------------*/
/*hoverpopups type 2*/
#popupCent { }

#popupCent a, #popupCent a:visited {
	position: relative;
/*	display: block;
/*	width: 130px;
/*	line-height: 30px;
/*	text-align: right;
/*	padding: 0 10px;
/*	margin: 0;
/*	border: 1px solid #666;
/*	text-decoration: none;
/*	/*font-size: 1em;
/*	font-weight: bold;*/
}

#popupCent a span {
	display: none;
}

#popupCent a:hover { 
/*	background-color: #e9e9e2;	*/
}

/* the IE correction rule */
#popupCent a:hover	{
	color: #f00; 
}

#popupCent a:hover span {
	display: block;
	position: absolute;
	top: 30px;
	right: -120px;
	width: 320px;
	padding: 5px;
	color: #335500;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	border-radius:15px;
}

/*------------------------------*/
/*		  Pop-up Right			*/
/*------------------------------*/
/*hoverpopups type 3*/
#popupRt { }

#popupRt a, #popupRt a:visited {
	position: relative;
/*	display: block;
/*	width: 130px;
/*	line-height: 30px;
/*	text-align: right;
/*	padding: 0 10px;
/*	margin: 0;
/*	border: 1px solid #666;
/*	text-decoration: none;
/*	/*font-size: 1em;
/*	font-weight: bold;*/
}

#popupRt a span {
	display: none;
}

#popupRt a:hover { 
/*	background-color: #e9e9e2;	*/
}

/* the IE correction rule */
#popupRt a:hover	{
	color: #f00; 
}

#popupRt a:hover span {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 320px;
	padding: 5px;
	color: #335500;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	border-radius:15px;
}