		/* parent menu properties */
.ParentMenu { height: 100%; cursor: hand; border: 0px none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 200px; }

		/* horiz. parent menu items */
.ParentItem { background-color: #E5E3D0; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #0F2B5B; text-decoration: none; text-align: center; cursor: hand; padding-left: 10px; padding-right: 10px; }
.ParentItemHover, .ParentItemActive { background-color: #F6F5EE; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #0F2B5B; text-decoration: none; text-align: center; cursor: hand; padding-left: 10px; padding-right: 10px; }

		/* child menu properties */
.ChildMenu { background-color: #BABCBE; cursor: hand; position: absolute; visibility: hidden; z-index: 100; overflow: visible; border: 1px solid #8795AD; }
.ChildMenuTable { overflow: hidden; border-right: 1px solid #959698; border-bottom: 1px solid #959698; }
		
		/* horiz. child menu items */
.ChildItem { 						min-width: 150px; height: 20px; background-color: #E5E3D0; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #0F2B5B; text-decoration: none; text-align: left; cursor: hand; padding-left: 10px; padding-right: 10px; }
.ChildItemHover, .ChildItemActive { min-width: 150px; height: 20px; background-color: #F6F5EE; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #0F2B5B; text-decoration: none; text-align: left; cursor: hand; padding-left: 10px; padding-right: 10px; }