a.dd_trigger {
	margin: 0 0px;
	_margin: 0 2px;
	display: block;
	_float: left;
	height: auto;
	color: #3f5467;
	position: relative;
	line-height:33px; 
	padding: 0 7px;
	height:33px;
}

a.dd_trigger:hover {
	text-decoration: none;
}

a.dd_trigger.dd_active {
	background: transparent url('../images/bg_ddtrigger_middle.gif') repeat-x top left;
}

a.dd_trigger.dd_active span.round_left{ 
	background: #ffffff url('../images/bg_ddtrigger_left.gif') no-repeat top left;
	width: 10px;
	height: 33px;
	position: absolute;
	top: 0;
	left: -10px;
}

a.dd_trigger.dd_active span.round_right {
	background: #ffffff url('../images/bg_ddtrigger_right.gif') no-repeat top left;
	width: 10px;
	height: 33px;
	position: absolute;
	top: 0;
	right: -10px;
}

div.menu_hidden {
	display: none;
}

div.menu_display {
	display: block;
	position: absolute;
	left: -10px;
	_margin-top:33px;
	z-index:50;
}

.last .menu_display {
	right: -10px;
	left: auto;
}

.menu_display a
{
	text-decoration:none;
	color:#3f5467;
}

div.menu_display div.round_top {
	background: transparent url('../images/bg_ddmenu_top.gif') no-repeat bottom left;
	width: 322px;
	height: 10px;
	margin-bottom:0px;
}

div.menu_display div.round_bottom {
	background: transparent url('../images/bg_ddmenu_bottom.gif') no-repeat top left;
	width: 322px;
	height: 10px;
}

div.menu_display ul {
	background: transparent url('../images/bg_ddmenu_middle.gif') repeat-y top left;
	padding: 0 10px;
	margin:0;
	width: 303px;
	list-style:none;
}

div.menu_display ul li {
	/*background: #ffffff url('../images/arrow.gif') no-repeat center right; */
	padding: 4px 10px 4px 10px !important;
	border-left: none;
	border-top: 1px solid #efefef;
	list-style-type:none;
	width: 285px;
	float: none;
}

div.menu_display ul li:hover {
	background-color: #f8efb7;
}

div.menu_display ul li a {
	display: block;
}

div.menu_display ul li a:hover {
	text-decoration:none;
	background-color: #f8efb7;
}

div.menu_display ul li.first {
	border-top: 1px solid #efefef;
}