


	.ddmx {
		font-family:				Arial, Helvetica, lucida, sans-serif;
		font-size:				10pt;
		position:				relative;
		text-align:				left;

	}

	.ddmx ul.section {
		font-weight:				normal;
		width:					150px;
		margin:					0px;
		padding:				0px;
		position:				absolute;
		visibility:				hidden;
		z-index:				500;
		list-style-type:			none;
		background:				#a78c54;
		line-height:				16px;
		border-left:				1px solid #927b49;
		border-right:				1px solid #927b49;
		border-bottom:				1px solid #927b49;
	}

        ddmx #topMenu-1-section {
		background:				#bb9c5f;
        }

        ddmx #topMenu-2-section {
		background:				#b6985d;
        }

        ddmx #topMenu-3-section {
		background:				#b3955b;
        }

        ddmx #topMenu-4-section {
		background:				#ab8f57;
        }

        ddmx #topMenu-5-section {
		background:				#a58a53;
        }

	* html .ddmx ul.section {
		width:					170px;
		filter:					alpha(opacity=65);
	}

	.ddmx ul.section ul.section {
		display:				none;
	}

	.ddmx ul.section li {
		margin:					0px;
		padding:				0px;
		float:					none;
	}

    	.ddmx a.item2, .ddmx a.item2-active {
		margin:					0px;
		padding:				2px 10px 2px 10px;
		color:					#000000;
		text-decoration:			none;
		white-space:				normal;
		position:				relative;
		display:				block;
		z-index:				500;
		float:					none;
		height:					auto;
		text-transform:				none;
	}

	* html .ddmx a.item2, * html .ddmx a.item2-active {
		display:				inline;
	}

	div.pageMenu1 a.item2, div.pageMenu1 a.item2-active {
		font-weight:				normal;
		margin:					0px;
		padding:				0px 10px 0px 10px;
		color:					#000000;
		text-decoration:			none;
		white-space:				normal;
		position:				relative;
		display:				block;
		z-index:				500;
		float:					none;
		height:					auto;
		text-transform:				none;
	}

	* html .ddmx a.item2, * html .ddmx a.item2-active {
		display:				inline;
	}

	.ddmx a.item2-active {
		color:					#666666;
		text-decoration:			none;
		display:				block;
	}

	* html .ddmx a.item2-active {
		display:				inline
	}

	.ddmx a.item2:hover, .ddmx a.item2-active:hover {
		color:					#666666;
		text-decoration:			none;
	}

	* html .ddmx a.item2:hover, * html .ddmx a.item2-active, * html .ddmx a.item2-active:hover {
		display:				inline;
	}

	.ddmx span.showSubMenu {
		background:				url( "./../images/design/buttons/button_menu_sub.gif" ) right top no-repeat;
		display:				block;
	}

