.menuHolder	{
		float:			left;
		position:		relative;
		z-index:		1;
		display:		block;
		}

.menuHeader	{
		display:			block;
		float:			left;
		position:			relative;
		z-index:			2;
		display:			block;
		width:			79px;
		margin-left:		2px;
		margin-right:		2px;
		background-color:	#DAF9DA;	/* Color for the individual menu headers */
		border:			black 1px solid;
		font-family:		arial;
		font-size:		11px;
		font-weight:		bold;
		text-align:		center;
		text-decoration:	none;
		color:			black;
		}


.menuList	{
		visibility:		hidden;
		display:			none;
		float:			left;
		top:				1.3em;
		left:			0px;
		position:			absolute;
		z-index:			3;
		width:			auto;
		width:			130px;
		min-width:		100px;
		background-color:	#CCCCCC;
		border-width:		1px;
		border-style:		solid;
		border-color:		#000000;
		}

.item		{
		display:		block;
		text-align:		left;
		background-color:	#999999;
		width:			auto;
		padding-left:		5px;
		padding-right:		5px;
		font-weight:		normal;
		width:			auto;
		text-decoration:	none;
		color:			white;
		margin:			1px;
		border:			black 1px outset;
		}



.item:Visited	{
		color:			white;
		}

.item:Hover	{
		background-color:	#DAF9DA;
		color:			black;
		}

a.topMenu	{
		text-decoration:	none;
		color:			white;
		}

a.topMenu:Hover	{
		text-decoration:	underline overline;
		}