/*
Page-list plugin
http://wordpress.org/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
#menu .page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
	color:#616161;
}
#menu .page-list .current_page_item, #menu .page-list .current_page_parent {
		background-image:url(../../../../images/active.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#menu .page-list li { height:60px; }

/* 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;
}
