		.ddmx {
			z-index: 100;			
		}
		.ddmx .item1 {
			padding: 8px 12px;
			margin: 0;
			vertical-align: middle;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			position: relative;			
			white-space: nowrap;
			border-right: 1px solid #DEC97B;	
		}
		.ddmx .item1:hover,
		.ddmx .item1-active,
		.ddmx .item1-active:hover {
			padding: 8px 12px;
			margin: 0;
			vertical-align: middle;		
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			position: relative;			
			white-space: nowrap;			
			border-right: 1px solid #DEC97B;
			background: #B69626;
			background-image: url('../images/menu_bkgrd_over.gif');									
		}					
		.ddmx .item2 {
			padding: 8px 12px;
			background: #A5E1FF;
			color: #1C739F;
			font-weight: bold;
			text-decoration: none;
			display: block;
			position: relative;			
			white-space: nowrap;			
		}
		.ddmx .item2:hover,
		.ddmx .item2-active,
		.ddmx .item2-active:hover {
			padding: 8px 12px;
			background: #B69626;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			position: relative;			
			white-space: nowrap;			
		}		
		.ddmx .arrow,
		.ddmx .arrow:hover {
			padding: 6px 16px 6px 12px;
			background-image: url('/files/arrow1.gif');
			background-position: right;
			background-repeat: no-repeat;
		}
		.ddmx .item2 img,
		.ddmx .item2-active img{
			position: absolute;
			top: 6px;
			right: 3px;
			border: 3px solid #FF0000;
		}
		.ddmx .section {
			border: 1px solid #DEC97B;
			position: absolute;
			visibility: hidden;
			z-index: -1;
		}
		
		* html .ddmx td { position: relative; } /* ie 5.0 fix */				
	