.page-list {
	float: left;
	width: 230px;
	margin-bottom: 15px;
}
.page-list .current_page_item > a {
	background-image:url(skins/images/collapse_arrow.png);
	background-position: 10px 12px;
	background-repeat: no-repeat;
	background-color:#0F4D90;
	color:#fff;
}
.page-list .current_page_item {
	
}
.page-list a {
	background-repeat:no-repeat;
	background-position:10px center;
	border-top:1px solid #176cc6;
	border-bottom:1px solid #082748;
	padding:8px 10px 8px 10px;
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:bold;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.page-list a:hover {
	text-decoration: none;
}
.page-list li li a {
	border-top:1px solid #135cac;
	border-bottom:1px solid #030d18;
	padding-left: 20px;
}
.page-list li{
	background: #11549c; /* Old browsers */
	background: -moz-linear-gradient(top, #11549c 0%, #0f4a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11549c), color-stop(100%,#0f4a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11549c 0%,#0f4a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11549c 0%,#0f4a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11549c 0%,#0f4a8a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #11549c 0%,#0f4a8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11549c', endColorstr='#0f4a8a',GradientType=0 ); /* IE6-9 */
}
.page-list li:hover, .page-list li li:hover {
	background: #0f4988;
}
.page-list li li {
	background: #0c3d71;
}
.page-list li li:hover{
	background:#082748;
}
.page-list li li li {
	background: #0a315b;
	font-weight: normal;
	font-size: 11px;
}
.page-list ul li {
/*	background: url(images/arrow.png) no-repeat 0 5px;
	padding-left: 10px;*/
	padding-bottom:0px;
}
/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}
