/* menu body */

.menu-body {
	background-color:	Menu;
	color:				Menutext;
	margin:				0;
	padding:			0;
	overflow:			hidden;
	border:				0px none;
	cursor:				default
}

.menu-body .outer-border {
	border:			0px none;
!	border-color:	ThreedHighlight ThreeDDarkShadow
					ThreeDDarkShadow ThreedHighlight;
}

.menu-body .inner-border {
	border:			0px none;
	border-color:	ThreeDLightShadow ThreeDShadow
					ThreeDShadow ThreeDLightShadow;
	padding:		1px;
	width:			100%;
	height:			100%;
}

/* end menu body */

/*****************************************************************************/

/* menu items */

.menu-body td {
	font:			menu;
}

.menu-body .hover {
!	background-color:	Highlight;
	color:				HighlightText;
	background:     #B1B1B1;
}

.menu-body td.empty-icon-cell {
	padding:	1px;
	border:		0px none;
	background:     #B1B1B1;
}

.menu-body td.empty-icon-cell span {
	width:	16px;
	background:     #B1B1B1;
}

.menu-body td.icon-cell {
	padding:		1px;
	border:			0px none;
	background:     #B1B1B1;
}

.menu-body .hover td.icon-cell {
	padding:			0;
	border:				1px solid;
	border-color:		ThreeDHighlight ThreeDShadow
						ThreeDShadow ThreeDHighlight;
!	background-color:	transparent;
background:     #B1B1B1;
}

.menu-body td.icon-cell img {
	width:	16px;
	height:	16px;
	margin:	0;
	background:     #B1B1B1;
}

.menu-body td.label-cell {
	width:		100%;
	padding:	0px 5px 0px 5px;
	background:     #B1B1B1;
}

.menu-body td.shortcut-cell {
	padding:	0px 5px 0px 5px;
	background:     #B1B1B1;
}

.menu-body td.arrow-cell {
	width:			20px;
	padding:		0px 2px 0px 0px;
	font-family:	Webdings;
	font-size:		80%;
	background:     #B1B1B1;
}

/* end menu items */

/*****************************************************************************/

/* disabled items */

.menu-body .disabled .disabled-container {
	color:				GrayText;
}

.menu-body .disabled .icon-cell .disabled-container,
.menu-body .disabled-hover .icon-cell .disabled-container {
	background:			GrayText;
	filter:				progid:DXImageTransform.Microsoft.Chroma(Color=#010101)
						DropShadow(color=ButtonHighlight, offx=1, offy=1);
	width:				100%;
	height:				100%;
}

.menu-body .disabled-hover .icon-cell .disabled-container {
	filter:				progid:DXImageTransform.Microsoft.Chroma(Color=#010101);
}

.menu-body .disabled .icon-cell .disabled-container .disabled-container,
.menu-body .disabled-hover .icon-cell .disabled-container .disabled-container {
	background:			;
	filter:				Mask(Color=#010101)
}

.menu-body .disabled-hover td {
	background-color:	Highlight;
	color:				GrayText;
}

.menu-body .disabled-hover .icon-cell {
	background-color:	transparent;
	padding:			0;
	border:				1px solid;
	border-color:		ThreeDHighlight ThreeDShadow
						ThreeDShadow ThreeDHighlight;
}

/* end disabled items */

/*****************************************************************************/

/* separator */

.menu-body td.separator {
	font-size:	0.001mm;
	padding:	4px 10px 4px 10px;
}

.menu-body .separator-line {
	overflow:		hidden;
	border-top:		1px solid ThreeDShadow;
	border-bottom:	1px solid ThreeDHighlight;
	height:			2px;
}

/* end separator */

/*****************************************************************************/

/* scroll buttons */

.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
	font-family:	Webdings !important;
	text-align:		center;
	padding:		12px;
	background:     #B1B1B1;
}

.menu-body #scroll-up-item,
.menu-body #scroll-down-item {
	width:		100%;
	background:     #B1B1B1;
}

.menu-body #scroll-up-item td,
.menu-body #scroll-down-item td {
	font-family:	Webdings;
	text-align:		center;
	padding:		0px 5px 0px 5px;
	font-size:		10px;
	background:     #B1B1B1;
}

/* end scroll buttons */

/*****************************************************************************/

/* radio and check box items */

.menu-body .check-box,
.menu-body .radio-button {
	width:			16px;
	text-align:		center;
	vertical-align:	middle;
}

.menu-body .hover .check-box,
.menu-body .hover .radio-button {
	color:		MenuText;
}

.menu-body .checked td.icon-cell {
	padding:		0;
	background:		ThreeDHighlight;
	border:			1px solid !important;
	border-color:	ThreeDShadow ThreeDHighlight
					ThreeDHighlight ThreeDShadow !important;
}

.menu-body .checked .check-box {
	font-family:	Marlett;
	font-size:		125%;
}

.menu-body .checked .radio-button {
	font-family:	Marlett;
	font-size:		66%;
}

/* end radio and check box items */

/*****************************************************************************/

/* Menu Bar */

.menu-bar {
	background:		ButtonFace;
	cursor:			default;
	padding:		2px;
}

.menu-bar .menu-button {
	background:	white !ButtonFace;
	color:		ButtonText;
	font-family: Verdana;
	font-weight: bold;
	font-size: 4mm;
	border:		0px none;
	margin:		0;
	display:	block;
	white-space:	nowrap;
	cursor:			default; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.menu-bar .menu-button.active {
	padding:		3px 5px 1px 7px;
!	border:			1px solid;
	background:     #B1B1B1;
!	border-color:	ButtonShadow ButtonHighlight
!					ButtonHighlight ButtonShadow;
}

.menu-bar .menu-button.hover {
	border:			1px solid #B1B1B1;
    background:     #B1B1B1;
	!; padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px
}

/* End Menu Bar */
