		/* parent menu properties */
.ParentMenu { width: 720px; cursor: hand; border: 0px none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }

		/* horiz. parent menu items */
.ParentItem { height: 21px; background-image: url(_elements/mainnav-bg.gif); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center; cursor: hand; padding-left: 0px; padding-right: 0px; }
.ParentItemHover, .ParentItemActive { height: 21px; background-image: url(_elements/mainnav-bg-over.gif); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center; cursor: hand; padding-left: 0px; padding-right: 0px; }

		/* child menu properties */
.ChildMenu { background-color: #FFFFFF; cursor: hand; position: absolute; visibility: hidden; z-index: 100; overflow: visible; border-right: 1px solid #22279C; border-bottom: 1px solid #22279C; border-top: 1px solid #E3E4F2; border-left: 1px solid #E3E4F2; }
.ChildMenuTable { width: 175px; overflow: hidden; }
		
		/* horiz. child menu items */
.ChildItem { width: 100%; height: 19px; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none; text-align: left; cursor: hand; padding-left: 10px; }
.ChildItemHover, .ChildItemActive { width: 100%; height: 19px; background-color: #DD0F23; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: left; cursor: hand; padding-left: 10px; }