#mContainer {
	position:relative;
	width:137px;
	height:auto;
	margin:auto;
	border:0px
	overflow:hidden;
}

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

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

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:137px;
	height:10px;
	padding:2px;
	font:10px verdana;
	cursor:pointer;
	margin:0px;
	color:#A0A0A0;
	text-decoration:underline;
	background-color:#FFF;
	line-height:10px;
	text-align:left;
}


#listContainer a
{
	color:#A0A0A0;
}
#listContainer a:hover, #listContainer li:hover {
	color:#000;
}

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

#upArrow {
	background:#FFF url(../i/up.gif) no-repeat center center;
	border-bottom:1px solid #A0A0A0;
}


#downArrow {
	background:#FFF url(../i/down.gif) no-repeat center center;
	border-top:1px solid #A0A0A0;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
}

/* following styles dont apply to the application */

