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

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

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

.droplist ul li{
	margin:0;
	padding:3px;
	text-decoration:none;
}

.droplist a {
	padding:0px 5px;
	display: block;
	color: #000;
	margin:0px;
	text-decoration:none;
}
.droplist li:hover div{
	color: #99b3cc;
	cursor:pointer;
}
*/
/*.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;
}