/* 
 *	Icon placement for menu items
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by-sa/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

.iconPhone {
	background-image: url(/syscomworld.com/filestore/dev/GFX/icon_phone.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
.iconMail {
	background-image: url(/syscomworld.com/filestore/dev/GFX/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
.iconAddress {
	background-image: url(/syscomworld.com/filestore/dev/GFX/icon_address.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.iconHome {
	background-image: url(/syscomworld.com/filestore/dev/GFX/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}


/* 	needed to prevent icon nudge when you add border on hover, so you need to move the icon to the left, for the width of the left border. */
.iconPhone:hover,
.iconMail:hover,
.iconHome:hover {
	background-position: 2px 50%;
}
.iconAddress:hover {
	background-position: 2px 5px;
}