.PageSelector
{
    width:202px;
    border: 1px solid #A8A8A8;
    padding: 0;
	background-color: #EEEEEE;
}

.pageButton {
    font: 9pt Verdana;
    color: #0a2d57;
    padding: 5px;
	list-style-type: none;
}

.pageButton:hover {
    background-color: lightgrey;
}

.pageButton.leaf_page {
    cursor: pointer;
}

.pageButton.leaf_page:hover {
    background-color: lightgrey;
    text-decoration: underline;
}

.pageSubMenu {
    position: absolute;
    z-index: 150;
    left: 100px;
    display:none;
    background-color: #F5F5F5;
    border: 1px solid #3a5774;
	padding: 0;
    width: 100px;
	list-style-type: none;
}

#infobar, .infobar {
	background-color: #305566;
	border-bottom: 1px solid #305566;
	height: 20px;
	padding-left: 5px;
	color:white;

}

#infobar a, .infobar a {
    color: white;
}

.bp-link {
    color: blue;
    cursor: default;
}

.bp-link:hover {
    text-decoration: underline;
}

.bp-link:active {
    text-decoration: none;
}