/*  --------- Atvaizduojama vadybininkes kontaktu lentele ----------- */
a.boxpopup
{
	position: relative;
	z-index: 24;
	color: #427c9d;
	border-bottom: thin dotted #427c9d;
	text-decoration: none;
}
a.boxpopup:hover
{
	z-index: 25; 
	background-color: white;
}
a.boxpopup span
{
	display: none;
}
a.boxpopup:hover span
{
	display: block;
	position: absolute;
	top: 2em; 
	left: 0; 
	width: 16em;
	padding: .3em;
	border: 1px solid #427c9d;
	color: #427c9d; 
	background: white;
	text-align: left;
	font-family: Tahoma;
}