/* PanelBarMenu Style Sheet */

.PanelBarMenu
{
	cursor:		default;
	font-family:	verdana, arial, sans-serif;
	color: #FFFFFF; 
	font-size:	15px;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}


PanelBarSubMenuTable
{
	cursor:		default;
	font-family:	verdana, arial, sans-serif;
	font-size:	15px;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}



.PanelBarMenu
{
	background-color:	#008040; 
}

.PanelBarSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.PanelBarSubMenuTable
{
	border:		1px solid #ADAA9C;
	font-size:	13px;
	background-color:	#E1FFE7;
}

.PanelBarSubMenuTable td
{
	white-space:	nowrap;
}

.PanelBarMainItem,.PanelBarMainItemHover,.PanelBarMainItemActive,
.PanelBarMenuItem,.PanelBarMenuItemHover,.PanelBarMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

.PanelBarMainItemHover,.PanelBarMainItemActive,
.PanelBarMenuItemHover,.PanelBarMenuItemActive
{
	color:		black;
	background-color:	#CCCCCC;
}

.PanelBarMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.PanelBarMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.PanelBarMenuItem img.seq1
{
	display:	inline;
}

.PanelBarMenuItemHover seq2,
.PanelBarMenuItemActive seq2
{
	display:	inline;
}

.PanelBarMenuItem .seq2,
.PanelBarMenuItemHover .seq1,
.PanelBarMenuItemActive .seq1
{
	display:	none;
}
