.dd_top
{
	width: 185px;
	height: 38px;
	background-image: url('/content/img_v2/dropdown/top.png');
	background-repeat: no-repeat;
}

.dd_top_txt
{
	padding-top: 20px;
	padding-left: 29px;
	font-size: 12px;
}

.dd_top_txt a
{
	color: #d2565b;
	text-decoration: none;
}

.dd_roll
{
	width: 185px;
	height: 30px;
	background-image: url('/content/img_v2/dropdown/roll.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.dd_mid
{
	width: 185px;
	background-image: url('/content/img_v2/dropdown/mid.png');
	background-repeat: repeat-y;
}

.dd_mid_txt
{
	padding-left:30px;
	font-size:12px;
}

.dd_mid_txt a
{
	color: #5a6c76;
	text-decoration: none;
}

.dd_end
{
	width: 185px;
	height: 17px;
	background-image: url('/content/img_v2/dropdown/end.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.dd_shadow
{
	width: 185px;
	height: 26px;
	background-image: url('/content/img_v2/dropdown/shadow.png');
	background-repeat: no-repeat;
	overflow: hidden;
}