#mContainer {
	position:relative;
	width:150px;
	height:auto;
	margin:auto;
	border:2px solid #000;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:150px;
	border-style:none;
	background:#FFFFFF;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	padding:0px;
	margin:0px;
}

#listContainer li, option {
	position:relative;
	display:block;
	border-style:none;
	width:150px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#000000;
	background-color:#FFFFFF;
	line-height:10px;
}

#listContainer>li, option {
	border-top:1px solid #638DA1;
}

#listContainer li:hover {
	color:#16a3e5;
}

#upArrow,#downArrow {
	width:150px;
	height:10px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#638DA1 url(up.gif) no-repeat center center;
}

#downArrow {
	background:#638DA1 url(down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#638DA1 url(plus.gif) no-repeat center center;
}

/* following styles dont apply to the application */

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:250px; 
	font-family:verdana;
	font-size:9px;
}

hr {
	width:250px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:2px 0px 2px 0px;
}

#credits img {
	float:left;
	margin:0px 10px 1px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

#description {
	font:9px verdana;
	width:250px;
	margin:10px auto 0px auto;
}