@charset "utf-8";
/* CSS Document */

.dd_drop_down {
	position:relative;
	z-index:100;
	width:143px;
}
.dd_container {
	position:absolute;
	background:transparent url(/web_images/navigation/dd_bg.png) repeat-x scroll 0 0;
	width:160px;
	border:#aeb09f 1px solid;
	border-bottom:none;
	top:-1px;
	left:-1px;
}
.dd_container.image {
	width:383px;
	height:240px;
}
.dd_container.last {
	border-right:0px;
	left:-2px;
}
.dd_image {
	margin-top:25px;
}
.dd_text {
	font-size:12px;
	font-style:italic;
	color:#7b7c72;
	line-height:19px;
	padding-bottom:15px;
	width:175px;
}
.dd_extra {
	float:right;
	width:200px;
	margin-left:5px;
	position:relative;
	left:9px;
}
.dd_list {
	list-style:none;
	float: left;
	margin-left:0px;
	padding-top:12px;
	padding-left:15px;
	color:#8b8b7a;
}
.dd_list ul {
	width:160px;
	margin-left: 0px;
}
.dd_list li {
	margin-bottom:7px;
	border-bottom:1px dashed #d6d7d1;
	padding-bottom:3px;
	width:160px;
	list-style:none;
}
.dd_list li.subtitle {
	border-bottom:0;
	padding-top:7px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#dd_bottom {
	position:absolute;
}
.dd_bottom {
	height:7px;
	left:-1px;
	top:100%;
}
.dd_bottom.image {
	width:383px;
}
.dd_bottom.left{
	float:left;
	width:7px;
}
.dd_bottom.right {
	float:right;
	width:7px;
}
.dd_bottom.middle {
	background:transparent url(/web_images/navigation/dd_bottom.png) repeat-x scroll 0 0;
	float:left;
}
.clear {
	clear:both;
}
a.sel {
	font-weight:bold;
	color:#005A96;
	text-decoration:none;
	cursor:default;
}
a.noclick {
	cursor:default;
}
