/***********************************************/
/* Menu Page List                                 */
/***********************************************/
.pagelist {
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	padding: 6px;
	padding-bottom:20px;
	/*border: 1px 0px 1px 0px dashed #C0D3DA;
	background-color:#6699CC;*/
}

.pagelist li a {
	background: url(arrow.gif) no-repeat 2px center;
	font-size:100%;
	display: block;
	width: auto;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	border-bottom: 1px dotted #C0D3DA;
	height:25px;
	line-height:25px;
	color:#006699;
}

* html .pagelist li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100%;
}

.pagelist li a:visited, .pagelist li a:active{
	color:#666666;
}

.pagelist li a:hover{
	background-color:#F5F8FA;
	background-image:url(arrow.gif);
	text-decoration: none;
}
