/*

	//////////////////////////////////////////////////////////////////////
	//
	// L8M
	//
	//
	// Contains sprites CSS (for screen).
	//
	// Filesource  /public/default/css/screen/sprites.css
	// Version     $Id: sprites.css 10 2023-03-27 14:07:01Z nm $
	//
	//////////////////////////////////////////////////////////////////////

	////////////////////////////////////////////////////////////
	//  general
	////////////////////////////////////////////////////////////

*/



/*

	////////////////////////////////////////////////////////////
	//  div#zend
	////////////////////////////////////////////////////////////

*/

div#zend {
	width:127px;
	height:25px;
	position:absolute;
	top:100%;
	left:100%;
	margin-left:-137px;
	margin-top:-35px;
}

div#zend a,
div#zend a:visited {
	display:block;
	width:127px;
	height:25px;
	background-image:url(/img/system/logo.zend.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}

div#zend a:focus,
div#zend a:hover {
	background-position:0px -25px;
}