#mContainer {
	position:relative;
	width:110px;
	height:auto;
	margin:auto;
	border:2px solid #000;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:110px;
	border-style:none;
	background:#f2f2f2;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:110px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#666666;
	background-color:#f2f2f2;
	line-height:10px;
}

#listContainer>li {
	border-top:1px solid #cccccc;
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:110px;
	height:10px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#004576 url(up.gif) no-repeat center center;
}

#downArrow {
	background:#004576 url(down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#004576 url(plus.gif) no-repeat left center;
}
