/* Style Sheet */

.ThemeCGMenu,.ThemeCGSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	9px;
	color:		#000000;

	padding:	0;
	border:		0;

	cursor:		default;
	color:#4D4D4D;
	
}

.ThemeCGMenu	{ 	font-weight:bold; width:35px }

.ThemeCGSubMenuTable	{ background-color:#FFFFFF; }

.ThemeCGSubMenu
{
	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:		0px;
	padding:	0px;
}

.ThemeCGSubMenuTable
{
	background-color:#EFEFEF;
	border:	1px solid #556565;
	border-bottom:0px;
	margin-top:2px;
	font-size:10px;
	font-weight:bold;
	width:110px;
	text-align:left
}

.ThemeCGSubMenuTable TD
{
	white-space:	nowrap; border-bottom:1px solid #556565
}

.ThemeCGMainItem,.ThemeCGMainItemHover,.ThemeCGMainItemActive,
.ThemeCGMenuItem,.ThemeCGMenuItemHover,.ThemeCGMenuItemActive
{
	white-space:	nowrap;
	width: 107px;
	cursor:pointer;
}


.ThemeCGMainItemHover,.ThemeCGMainItemActive
{
	text-decoration:underline
}

.ThemeCGMenuItemHover,.ThemeCGMenuItemHover
{
	color:#A02832
}

.ThemeCGMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeCGMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}


