/*	File		:	jsMENUlib.css
**	Author		:	Dr. Clue	( A.K.A. Ian A. Storms )
**	Description	:	This is where you control the general appearance of
**			the menus, and their menupads.
*/

/* The normal display appearance of the menu panel as opposed to the menu pads
*/
.jsMenuPanel	{
		background		:url('http://www.drclue.net/Assets/Images/paper/space.jpg');
		border-top		:1px solid black;
		border-bottom		:1px solid black;
		border-right		:1px solid black;
		border-left		:1px solid black;
		}
/* The normal display appearance of an un-highlighted menu pad
*/
.jsMenupadLO	{
		font-size		:12pt		;
		color			:#ffffcc	;
		background-color	:transparent	;
		display			:block		;
		border			:1px solid black;
		}
/* The highlighted display appearance of a pad with the mouse over it
*/
.jsMenupadHI	{
		background		:url('http://www.drclue.net/Assets/Images/paper/spaceLT.jpg');
		font-size		:12pt		;
		color			:#ffff00	;
/*		background-color	:#99aabb	;
*/
		display			:block		;
		border			:1px solid black;
		}
/* The disabled appearance of an un-highlighted menu pad ( no XML Action value).*/
.jsMenupadGRY	{
/*		padding			:2px		;
*/
		font-size		:12pt		;
		color			:#999999	;
		background-color	:#99aabb	;
		display			:block		;
		border			:1px solid black;
		}

