/* ThemeBiographyMenu Style Sheet */

.ThemeBiographyMenu,.ThemeBiographySubMenuTable
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	12px;
	padding:	0;
	white-space:	nowrap;
	cursor:		default;
	font-weight: bold;
}

.ThemeBiographySubMenu
{
	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;

	overflow:	visible;
	border:		1px solid #6B6B6B;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeBiographySubMenuTable
{
	overflow:	visible;
}

.ThemeBiographyMainItem,.ThemeBiographyMainItemHover,.ThemeBiographyMainItemActive,
.ThemeBiographyMenuItem,.ThemeBiographyMenuItemHover,.ThemeBiographyMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeBiographyMainItem
{
	/*
	padding:1px;
	border:0;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 4px;
}

.ThemeBiographyMainItemHover,.ThemeBiographyMainItemActive
{
	background-color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BA1D1D;
	cursor: hand;
	font-weight: bold;
	padding-right: 4px;
}

.ThemeBiographyMenuItem
{
	background-color:	#000000;
	cursor: hand;
}

.ThemeBiographyMenuItemHover,.ThemeBiographyMenuItemActive
{
	background-color:	#000000;
	cursor: hand;
}

