#mContainer {
	position:relative;
	width:242px;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:242px;
	border-style:none;
	background:#D1CAB0;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:242px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:242px;
	height:15px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:pointer;
	margin:0px;
	color:#323232;
	background-color:#D1CAB0;
	line-height:10px;
	list-style-position: OUTSIDE;
}

#listContainer li {
	border-top: 1px solid #828265; /* #638DA1; */
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:242px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#408ec7 url(images/scrollExpand/up.gif) no-repeat center center;
	height:10px;
}

#downArrow {
	background:#408ec7 url(images/scrollExpand/down.gif) no-repeat center center;
	height:10px;
}



