/*   $Id: icons.css,v 1.2 2006/10/23 04:36:43 zirafa Exp $ */

/**
*   ICON STYLES 
*
*  Puts all the references to icon images in one place.
*/

/* Leaf, collapsed, and expanded icons used for navigation*/
html.js fieldset.collapsible legend a {
	background: transparent url(images/menu-expanded.png) no-repeat scroll 3px 75%;
	padding-left: 15px;
}

html.js fieldset.collapsed legend a {
	background-image: url(images/menu-collapsed.png);
	background-position: 3px 50%;
}


