#topicHeader {
	height: 32px;
	position: relative;
	width: 860px;
}
#topicTitle {
	height: 32px;
	width: 233px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#topicTitleBorder {
	height: 32px;
	width: 616px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/car/entertainment/style/smilesuzuki/common/img/titleBorder.gif);
	background-repeat: repeat-x;
}
#topicHeader p {
	position: absolute;
	left: 1px;
	top: 8px;
	height: 14px;
	width: 254px;
}
#backNumber {
	position: absolute;
	height: 23px;
	width: 130px;
	right: 0px;
	bottom: 8px;
}
#backNumber a {
	overflow: hidden;
}

#pullDown {
	background-color: #96C5CD;
	width: 290px;
	position: absolute;
	right: 45px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
	z-index: 99;
}
#pullDown ul {
	list-style-type: none;
}
#pullDown li {
	display: inline;
	
	
}
#pullDown a {
	margin-top: 5px;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(/car/entertainment/style/common/img/pullDownArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	width: 274px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#pullDown a:hover {
	color: #FFFFFF;
	background-image: url(/car/entertainment/style/common/img/pullDownArrow_over.gif);
	background-color: #008095;
}

