/* ThemeMegaRobotMenu Style Sheet */

.ThemeMegaRobotMenu,.ThemeMegaRobotSubMenuTable
{
	font-family:	tahoma, sans-serif;
	font-size:	10pt;
	color:		#2f5b80;
	background-color:	transparent;

	padding:	0;
	border:		0;

	cursor:		default;
	font-weight: bold;
}

.ThemeMegaRobotSubMenu
{
	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:		0;
	padding:	0;
	background-color: #ff7800;
}

.ThemeMegaRobotSubMenuTable
{
	border-top:	1px solid white;
}

.ThemeMegaRobotSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMegaRobotMainItem,.ThemeMegaRobotMainItemHover,.ThemeMegaRobotMainItemActive,
.ThemeMegaRobotMenuItem,.ThemeMegaRobotMenuItemHover,.ThemeMegaRobotMenuItemActive
{
	white-space:	nowrap;
}

.ThemeMegaRobotMainItemHover,.ThemeMegaRobotMainItemActive
{
	color:		#ff7800;
}

.ThemeMegaRobotMenuItemHover,.ThemeMegaRobotMenuItemActive
{
	background-color:		#ffa860;
}

.ThemeMegaRobotMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMegaRobotMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}

