#mContainer {
	position:relative;
	width:140px;
	height:auto;
	margin:auto;
	border:0px;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:140px;
	border-style:none;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	right:10px;
	width:140px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:140px;
	height:18px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	
	/*color:#638DA1;background-color:#D8D8D8;*/
	line-height:18px;
}

#upArrow,#downArrow {
	width:100px;
	height:10px;
	font:9px verdana;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	right:10px;
}

#upArrow:hover {
    background: url(/images/blacktwo-u.gif) no-repeat center right;
}

#downArrow:hover {
    background:url(/images/blacktwo-d.gif) no-repeat center right;
}

#upArrow {
	background:url(/images/greytwo-u.gif) no-repeat center right;
}

#downArrow {
	background:url(/images/greytwo-d.gif) no-repeat center right;
}

/*
#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#638DA1 url(plus.gif) no-repeat center center;
}
*/

