.dd { float: left; text-align: left;}

/* 選單設定 */
.dd .ddTitle { padding-left: 45px; width: 110px; height: 30x;	text-indent: 0;	cursor: default; overflow: hidden;}
.dd .ddTitle span.arrow { display: inline-block; width: 30px; height: 30px; float: right; cursor: pointer; background: url(../images/dd_arrow.png) no-repeat 0 0; overflow: hidden;}
.dd .ddTitle span.ddTitleText {  color: #c1a58d; line-height: 30px;}

/* 拉下後的選單 */
.dd .ddChild { display: none; position: absolute; z-index: 1000; margin: 3px 15px; width: auto; color: #222; border: #999 solid 1px; background-color: #fff; overflow: auto; overflow-x: hidden !important;}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited { }
.dd .ddChild a { display: block; padding: 3px 0 3px 30px; color: #222; text-decoration: none;	white-space: nowrap; cursor: pointer;	overflow: hidden;}

/* 拉下後的選單背景: hover */
.dd .ddChild a:hover { color: #222;	background-color: #ccc;}
.dd .ddChild a.selected {	color: #fff; background-color: #444;}
.hidden { display: none;}
