table
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10pt;
				color:#222222;
			}


			A.navigation1
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
			}

			A.navigation2
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #666688;
				text-decoration: none;
				display: block;
				margin-left: 7px;
				margin-right: 7px;
				margin-top: 4px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				text-decoration: none;
				background-color: #E1E4E7;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: rgb(221, 221, 221);
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: rgb(255, 255, 255);
				border-right-width: 1px;
				border-right-style: solid;
				border-right-color: rgb(221, 221, 221);
			}

			A.navigation2:hover
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #000000;
				margin-left: 3px;
				margin-right: 0px;
				border-left-width: 4px;
				border-left-style: solid;
				border-left-color: #ffffff;
				border-right-width: 0px;
				border-right-style: solid;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #ffffff;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #ffffff;
				background-color: #eeeeee;
			}

			A.navigation2_active
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #000000;
				display: block;
				margin-left: 3px;
				margin-right: 0px;
				margin-top: 4px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				text-decoration: none;
				background-color: #eeeeee;
				border-left-width: 4px;
				border-left-style: solid;
				border-left-color: #ffffff;
				border-right-width: 0px;
				border-right-style: solid;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #ffffff;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #ffffff;
			}


	#header
	{
		position: relative;
		padding: 0px 0;
		margin-left: 118px;
	}
	

	#header ul
	{
		width: auto;
		position: absolute;
		bottom: 0;
		margin: 0;
		padding: 0 0px 0 0;
		list-style: none;
	}

	#header li
	{
		float: left;
		background: transparent url("header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}

	#header ul a
	{
		float: left;
		display: block;
		padding: 5px 0px 5px 5px;
		background: transparent url("header_tab.gif") 0% -600px no-repeat;
	}

	#header ul li:hover a
	{
		background-position: 0% -400px;
	}

	#header ul li:hover
	{
		background-position: 100% -400px;
	}


	A.navigation1_active
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		color: #FFA066;
		text-decoration: none;
	}