/* CSS Document */

.categoryitems{display: none}

.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-image: url(../images/read_more_button.gif);
	background-repeat: no-repeat;
margin: 5px 0 20px 0; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
height:20px;
width:69px;
}

.openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/close_button.gif);
	background-repeat: no-repeat;
}
