#mContainer {
	position:relative;
	width:220px;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:220px;
	border-style:none;
	background:#2f3130;
}

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

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:220px;
	height:11px;
	padding:3px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#ffffff;
	background-color:#2f3130;
	line-height:11px;
}

#listContainer li {
	border-top:1px solid #2f3130;
}

#listContainer li a {
	color:#ffffff;
	text-decoration:none;
}

#listContainer li a:hover {
	color:#87bbb9;
}

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

#upArrow {
	background:#2f3130 url(images/up.gif) no-repeat center center;
}

#downArrow {
	background:#2f3130 url(images/down.gif) no-repeat center center;
}

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

