

				table#table_MainMenuTableId 
				{
					padding: 0px;
					margin: 0px;
					border: 0px;
					border-collapse: collapse;
					color: #FFFFFF;
					font-size: 8pt;
				}
				
				table#table_MainMenuTableId ul 
				{
					margin: 0px;
					padding: 0px;
					width: 159px;
					list-style: none;
					background: #9F9FA0;
					border-bottom: 0px;
					border-top: 1px solid #FFFFFF;
					border-left: 1px solid #FFFFFF;
					border-right: 1px solid #FFFFFF;
					color: #FFFFFF;
					/*right: 159px;*/
					z-index: 101;
				}
				
				table#table_MainMenuTableId li 
				{
					vertical-align: middle;
					position: relative;
					margin: 0px;
					padding: 0px;
					border: 0px;
					padding-right: 10px;
					border-bottom: 1px solid #FFFFFF;
					display: block;
					color: #FFFFFF;
					height: 24px;
				}
				
				* html table#table_MainMenuTableId li 
				{
					/*float: left;*/
					vertical-align: middle;
					color: #FFFFFF;
				}
				
				table#table_MainMenuTableId li.submenu 
				{
					/* Enter special properties for menu item with sub items */
					/*background: url("submenu.gif") no-repeat center right;*/
					color: #FFFFFF;
				}
				
				table#table_MainMenuTableId li:hover 
				{
					/* Enter special properties for menu item when mouse overs on it */
					background-color: #737373;
					color: #FFFFFF;
				}
				
				table#table_MainMenuTableId li a, a.main_menu_link
				{
					/* Enter special properties for link within a menu item */
					display: block;
					border: 0px;
					padding: 0px;
					margin: 0px;
					text-decoration: none;
					padding: 2px;
					padding-top: 5px;
					width: 130px;
					color: #FFFFFF;
					vertical-align: middle;
					cursor: hand;
					/*text-shadow:black;*/
					/*filter: shadow(color=#777777, direction=225,Strength=3); */
					height: 24px;
				}
				
				
				table#table_MainMenuTableId>ul a 
				{
					/* Not rendered by IE, resets the width of the link defined above */
					width: auto;
					color: #FFFFFF;
				}
				
				
				table#table_MainMenuTableId ul ul
				{
					/* Enter special properties for sub menu list */
					position: absolute;
					top: 0;
					right: 157px;
					display: none;
					margin-top: -1px;
					color: #FFFFFF;
					border-bottom: 0px;
					border-top: 1px solid #FFFFFF;
					border-left: 1px solid #FFFFFF;
					border-right: 1px solid #FFFFFF;
					z-index: 101;
				}
				
				* html table#table_MainMenuTableId ul ul 
				{
					/* Rendered only by IE (IE converts the '*' sign to '.') */
					margin-left: -1px;
					color: #FFFFFF;
					z-index: 101;
				}
				
				
				{
					display: block;
				}
				
				table#table_MainMenuTableId ul.SubMenu_1
				{
					position: absolute;
					top: 0;
					right: 133px;
					display: none;
					margin-top: -1px;
					color: #FFFFFF;
					border-bottom: 0px;
					border-top: 1px solid #FFFFFF;
					border-right: 1px solid #FFFFFF;
					border-left: 1px solid #FFFFFF;
					z-index: 101;
				}	
				
				table#table_MainMenuTableId .main_menu_item
				{
					text-decoration: none;
					padding: 0px;
					padding-right: 25px;
					margin: 0px;
					border: 0px;
					color: #FFFFFF;
					height:24px;
					text-transform: uppercase;
					font-size: 8pt;
					font-weight: bolder;
				}
								
				table#table_MainMenuTableId td:hover ul.SubMenu_1
				{
					display: block;
					color: #FFFFFF;
					z-index: 101;
				}
			