#mContainer {
	position:relative;
	width:300px;
	height:auto;
	margin:auto;
	border:1px solid #000;
	overflow:hidden;
	align:center
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:300px;
	height:60px;
	border-style:none;
	background:#D8D8D8;
}


#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	align:center;
	width:300px;
	padding:0px;
	margin:0px;
	text-align:middle;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:300px;
	height:60px;
	padding:0px;
	font:10px verdana;
	cursor:pointer;
	margin:0px;
	color:#000000;
	background-color:#D8D8D8;
	line-height:16px;
	text-align:middle;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

#listContainer>li {
	border-top:0px solid #638DA1;
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:310px;
	height:30px;
	font:20px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background-image:
		url(images/list_button_up.jpg);
}

#downArrow {
	background-image:
		url(images/list_button_down.jpg);
}

#dummyArrow {
	background:#000099 url(down.gif) no-repeat center center;
}


#changeSize {
	width:10px;
	height:15px;
	position:relative;
	float:right;
	background:#638DA1 url(plus.gif) no-repeat center center;
}
