

	/* Common */
	.menu
	{
		z-index:200;
		color:MenuText;
		position:absolute;
		font-family:tahoma;
		font-size:8pt;
		position:absolute;
	}
	/*  */
	.item_separator
	{
		padding:2px 2px 2px 2px;
		margin:0px 1px 0px 1px;
	}

	.menu table
	{
 		border:1px solid #939393;
		background-color:#FFFFFF;
		background-attachment:left;
		background-repeat:repeat-y;
		padding:0px;
	}

	/* Normal */
	.item_icon
	{
	}
		.item_icon img
		{
		}
	.item_text
	{
		padding:2px 2px 2px 6px;
	}
	.item_shortcut
	{
	}
	.item_arrow
	{
		padding-left:8px;
		padding-right:8px;
		text-align:center;
	}

	/* Mouse over */
	.item_over td
	{
		color : #000000;
		background-color:#FFEEA8;
		cursor:pointer;
		border:0px solid #FFEEA8;
	}
	.item_over .item_icon
	{
	}
		.item_over .item_icon img
		{
		}
	.item_over .item_text
	{
	}
	.item_over .item_shortcut
	{
	}
	.item_over .item_arrow
	{
	}

	/* Disabled */
	.item_disabled td
	{
		color : #999999;
	}
		.item_disabled .item_icon img
		{
			filter:Gray() Alpha(Opacity=40);
			margin:0px 1px 0px 1px;
		}

	/* Intelligent hidden menu */
	.item_intelligent td
	{
		background-color:#EEEEEE;
	}
