#nContainer {
	position:relative;
	overflow:hidden;
	width:169px;
	border-style:none;
	background:#D8D8D8;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:171px;
	padding:0px;
	margin:0px;
}

#listContainer bk {
	position:relative;
	display:block;
	border-style:none;
	width:169px;
	height:10px;
	padding:0px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#638DA1;
	background-color:#D8D8D8;
	line-height:10px;
}

#listContainer>bk {
	border-top:1px solid #638DA1;
}

#listContainer bk:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:169px;
	height:15px;
	font:9px verdana;;
	text-align:center;
	cursor:pointer;
	background: #000060;
	border: #aaaaaa solid 1px;
	
}

#upArrow {
	background:#000060 url(up.gif) no-repeat center center;
	
}

#downArrow {
	background:#000060 url(down.gif) no-repeat center center;

}

li.scroll
{
	width: 169px;
	background: #bfc0cf;
	border: #aaaaaa solid 1px;
	border-top: 0px;
	padding-left: 2px;
}

li.scroll A {padding-left: 2px; font: 900 10px arial; color: #000000;}
li.scroll A:visited {text-decoration: none;}
li.scroll A:link {text-decoration: none}
li.scroll A:active {text-decoration: none}
li.scroll A:hover {text-decoration: underline; color: #ffffff;}

table.menu
{
	font-size:100%;
	position:absolute;
	visibility:hidden;
}