.menuHolder	{
		float:			left;
		position:			relative;
		z-index:			1;
		display:			block;
		}
		
table.horizontalNav tr td div.menuHeader	{
		display:			block;
		float:			left;
		position:			relative;
		z-index:			2;
		display:			block;

		margin-left:		2px;
		margin-right:		2px;
		border:			none;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: Bold;
		text-align:		center;
		text-decoration:	none;
		color:			white;
		}

.menuHeaderImg	{
		display:			block;
		float:			left;
		position:			relative;
		z-index:			2;
		display:			block;
		border:			none;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: Bold;
		}

.menuListRight	{
		visibility:		hidden;
		display:			none;
		float:			left;
		top:				0px;
		left:			160px;
		position:			absolute;
		z-index:			3;
		width:			auto;

		background-color:	#CCCCCC;
		border-width:		1px;
		border-style:		solid;
		border-color:		#000000;
		}

.menuHeaderImg a:link
		{
		color:		white;
		}

.menuHeaderImg a.item:Link, .menuHeaderImg a.item:Visited, .menuHeaderImg a.item:Active
		{
		background-color:	white;
		color:	 #007DA2;
		}

 .menuHeaderImg a.item:Hover
		{
		color:		white;
		background-color:	#007DA2;
		}


.menuList	{
		visibility:		hidden;
		display:			none;
		float:			left;
		top:				1.2em;
		left:			0px;
		position:			absolute;
		z-index:			3;
		width:			auto;

		background-color:	#CCCCCC;
		border-width:		1px;
		border-style:		solid;
		border-color:		#000000;
		}

.item		{
		display:		block;
		text-align:		left;
		background-color:	white;
		width:			auto;
		padding-left:		5px;
		padding-right:		5px;
		font-weight:		normal;
		width:			auto;
		text-decoration:	none;
		color:			white;
		margin:			1px;
		}


.menuHeader a:visited
		{
		color:		white;
		}

.menuHeader a:link
		{
		color:		white;
		}

.menuHeader a.item:Link, .menuHeader a.item:Visited, .menuHeader a.item:Active
		{
		background-color:	white;
		color:			#007DA2;
		}

 .menuHeader a.item:Hover
		{
		color:		white;
		background-color:	#007DA2;
		}