table#theMenu
				{
				border-top: 0px solid #FFFFFF;
				border-bottom: 0px solid #FFFFFF;
				}

table#theMenu td
				{
				border-right: 0px solid #FFF;
				margin: 0px;
				padding: 0px;
				background-color: #000000;
				white-space: nowrap;
				line-height: 100%;
				}                               
table#theMenu td a.navcenter
				{
				color: #000000;
				font-size: 8pt;
				line-height: 8pt;
				font-weight: 100;
				text-decoration: none;
				font-weight: bold;
				padding: 4px 0px;
				background-color: transparent;
				display: block;
				width: 100%;
				text-align: left;
				}

table#theMenu td a.navcenter:link
				{
				color: #FFFFFF;
				background-color: transparent;
				text-decoration: none;
				display: block;
				width: 100%;
				}

table#theMenu td a.navcenter:visited
				{
				color: #FFFFFF;
				background-color: transparent;
				text-decoration: none;
				display: block;
				width: 100%;
				}

table#theMenu td a.navcenter:hover
				{
				color: #7CCB68;
				background-color: #000000;
				text-decoration: none;
				display: block;
				width: 100%;
				}
                
table#theMenu td a.navcenter:active
				{
				color: #7CCB68;
				background-color: #000000;
				text-decoration: none;
				display: block;
				width: 100%;
				}            