﻿body
{
	overflow:hidden; 
	background-color:Black;
}
div.main1
{
	LEFT: 20%; POSITION: relative; TOP: 0px; 
	width: 820px; background-color:#D7D7F3; height:100%;
	z-index: 1;

	background:#D7D7F3; 
	margin:0px 0px;
	border-style:groove;
	border: 2px;
}
.menuBar 
{ 
	background-color:#D7D7F3;
	color:#6D6AFF;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	height:24px;
	vertical-align:middle; 
} 
.menuItem 
{ 
	background-color:#D7D7F3;	
	color:#6D6AFF;
	/*border:solid 1px #C46509;*/
}
.menuHotItem,
.menuPressedItem
{
	background-color:#D3F9FA;
	border:solid 1px #6097E9;
	color:#6D6AFF;
}
.menuItem,
.menuHotItem,
.menuPressedItem 
{
	font-family:Tahoma;
	font-size:8pt;	
	height:22px;
	vertical-align:middle; 
	cursor:pointer;
	width:70px;
	text-align:center;
}
.menuPopup
{
	background-color:#D3F9FA;
	border:solid 1px #6097E9;
	color:#6D6AFF;
}
.menuPopup TABLE
{
	width:150px;
}
.menuPopupItem,
.menuPopupHotItem
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
	width:80px;
	height:20px;
}
.menuPopupHotItem
{
	border:solid 1px #6D6AFF;	
}