/* Menu Style Sheet */

.MenuMenu,.MenuSubMenuTable
{
	font-family: 	verdana, arial, sans-serif;
	font-size: 		8pt;
	padding: 		0px;
	white-space: 	nowrap;
}

.MenuSubMenu
{
	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:		0px;
	padding:	0px;
	cursor: 	pointer;
	overflow:	visible;
	border:		1px solid #8C867B;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.MenuSubMenuTable
{
	overflow:	visible;
	width:113px;
}

.MenuMainItem,.MenuMainItemHover,.MenuMainItemActive,
.MenuMenuItem,.MenuMenuItemHover,.MenuMenuItemActive
{
	border:			0;
	cursor:			pointer;
	white-space:	nowrap;
	width:			109px;
}

.MenuMainItem
{
	background-color:	#000000;
}

.MenuMainItemHover,.MenuMainItemActive
{
	background-color:	#ffffff;
	font-weight:		bold;
}

.MenuMenuItem
{
	background-color:	#ffffff;
}

.MenuMenuItemHover,.MenuMenuItemActive
{
	background-color:	#efefef;
}


/* horizontal main menu */

.MenuMainItem
{
	color:		#ffffff;
	padding:	3px;
	border:		0px;
	font-weight:bold;
}

td.MenuMainItemHover,td.MenuMainItemActive
{
	padding:	2px;
	border:		1px solid #8c867b; 
}

.MenuMainFolderLeft,.MenuMainItemLeft,
.MenuMainFolderText,.MenuMainItemText,
.MenuMainFolderRight,.MenuMainItemRight
{
	background-color:	inherit;
}


/* sub menu sub components */

.MenuMenuFolderLeft,.MenuMenuItemLeft
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:		1px solid #cccccc;
	border-bottom:	1px solid #cccccc;
	border-left:	1px solid #cccccc;

	background-color:	inherit;
	white-space:		nowrap;
}

.MenuMenuFolderText,.MenuMenuItemText
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:		1px solid #cccccc;
	border-bottom:	1px solid #cccccc;

	background-color:	inherit;
	white-space:		nowrap;
}

.MenuMenuFolderRight,.MenuMenuItemRight
{
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:		1px solid #cccccc;
	border-bottom:	1px solid #cccccc;
	border-right:	1px solid #cccccc;

	background-color:	inherit;
	white-space:		nowrap;
}

.MenuMenuItem .MenuMenuFolderLeft,
.MenuMenuItem .MenuMenuItemLeft
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color:	#ffffff;
}

.MenuMenuItem .MenuMenuFolderText,
.MenuMenuItem .MenuMenuItemText
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.MenuMenuItem .MenuMenuFolderRight,
.MenuMenuItem .MenuMenuItemRight
{
	padding-top:	1px;
	padding-bottom:	1px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.MenuMenuSplit
{
	margin:2px;
	height:		1px;
	overflow:	hidden;
	border-top:	1px solid #C6C3BD;
}

/* 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" />
*/

.MenuMenuItem img.seq1
{
	display:	inline;
}

.MenuMenuItemHover seq2,
.MenuMenuItemActive seq2
{
	display:	inline;
}

.MenuMenuItem .seq2,
.MenuMenuItemHover .seq1,
.MenuMenuItemActive .seq1
{
	display:	none;
}

