div.droplist {
	width: 175px;
	font-family: Arial, sans-serif;
	font-size:10px;
	padding-bottom:10px;
	background: url(../images/newbottom.gif) no-repeat  bottom;
	margin:0px 0px 15px 0px;
	color: #000;
}

div.droplist p {
	display: block;
	padding:2px 5px 2px 0px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background: url(../images/t_title.png) no-repeat;
	margin:0px;
	cursor: default;
	text-align:center;
}

div.droplist ul{
	margin:0;
	padding:0;
	list-style-type:none;
	border:1px solid #999;
	background-color:#ececec;
}

div.droplist ul li{
	margin:0;
	padding:3px;
}

div.droplist a {
	padding:0px 5px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size:10px;
	margin:0px;
	text-decoration:none;
}
div.droplist li:hover div{
	color: #666;
	text-decoration:underline;
	cursor:pointer;
}

div.droplist li div{
	background:url(../images/rarrow.gif) right no-repeat;
	color: #000;
	font-size:10px;
	margin:0px;
	padding:0px 1px 2px 4px;
	cursor:pointer;
}

.menudown {
	background: #ececec url(../images/asc.gif) center no-repeat;
	height:10px;
	cursor:pointer;
}

.menudown:hover{
	background: #ccc url(../images/asc.gif) center no-repeat;
}
.menuup {
	background: #ececec url(../images/desc.gif) center no-repeat;
	height:10px;
	cursor:pointer;
}
.menuup:hover{
	background: #ccc url(../images/desc.gif) center no-repeat;
}