div.AdminMenu
{
	position: relative;
}

#AdminMenu
{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	cursor: hand;
	height: 24px;
	visibility: hidden;
}

#AdminMenu td
{
	padding: 0px 4px;
	background-image: url(NTourGfx/cbuttonGrey.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #000000;
}

#AdminMenu td.Item
{
}

#AdminMenu td.ItemHover
{
	color: #FF0000;
}

#AdminMenu td.ItemSelected
{
	background-image: url(NTourGfx/cbuttonPink.gif);
	color: #000000;
	cursor: default;
}

#DriveMenuDiv
{
	height: 60px;
	margin: 4px 0;
}

#DriveMenu td
{
	position: relative;
	cursor: default;
	height: 30px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

#DriveMenu td table
{
	position: absolute;
	left: 0px;
	top: 0px;

	margin: 0px;
	padding: 0px;
}

table.MoveMenuUpDown, table.MoveMenuLeftRight
{
	margin: 0px;
	padding: 0px;
	height: 60px;
}

table.MoveMenuUpDown
{
	visibility: hidden;
}

table.MoveMenuUpDown td
{
	height: 30px;
	width: 120px;
}

table.MoveMenuLeftRight td
{
	height: 60px;
	width: 60px;
}

table.ZoomMenu
{
	width: 100%;
}

table.ZoomMenu td
{
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	cursor: default;
	border: 1px solid #999999;
}


#DriveMenu
{
	position: relative;
	width: 370px;
	height: 64px;
	margin-bottom: 4px;
}

#DMB_TurnLeft,
#DMB_TurnRight,
#DMB_MoveLeft,
#DMB_MoveRight,
#DMB_MoveUp,
#DMB_MoveDown				{ position: absolute; }

#DriveMenu div.MoveMenuUpDown	{ visibility: hidden; }

#DriveMenu #DriveMenuLeftRight,
#DriveMenu #DriveMenuUpDown
{
	position: absolute;
	top: 0px;
	left: 120px;

  	width: 120px;
  	height: 60px;
}

#DMB_TurnLeft,
#DMB_TurnRight,
#DMB_MoveUp,
#DMB_MoveDown	{ width: 120px; height: 30px; }

#DMB_MoveLeft,
#DMB_MoveRight	{ height: 60px;	width: 60px; }

#DMB_MoveUp,
#DMB_MoveLeft,
#DMB_MoveRight	{ top: 0px; }
#DMB_MoveDown	{ top: 30px; }

#DMB_TurnLeft,
#DMB_TurnRight	{ top: 15px; }

#DMB_MoveUp,
#DMB_MoveDown,
#DMB_MoveLeft	{ left: 120px; }
#DMB_MoveRight	{ left: 180px; }

#DMB_TurnLeft	{ left: 0px; }
#DMB_TurnRight	{ left: 240px; }

